lit-mcp
Verified Safeby risboo6909
Overview
Facilitates LLM interaction with the Flibusta book repository by providing tools to search for and retrieve book-related information via web scraping.
Installation
java -jar /path_to_mcp_server/lit-mcp-1.0.jar --transport=stdioSecurity Notes
The project heavily relies on web scraping an external, unauthenticated website (Flibusta.is). This inherently carries risks such as unexpected changes in the website's structure leading to broken parsing, potential ingestion of untrusted external content, and the possibility of triggering rate limits or IP bans if used excessively. The `HttpClient` includes retry logic and limits concurrent requests, which helps manage some of these network risks. No explicit hardcoded credentials, malicious patterns, or dangerous `eval` calls were found in the provided code. Input parameters are URL-encoded before use, which is a good practice for preventing URL injection.
Similar Servers
Scrapling
Provides adaptive web scraping capabilities to AI chatbots and agents, allowing them to fetch, parse, and extract targeted data from websites, including dynamic content and anti-bot protected sites.
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.
crawlbase-mcp
A Model Context Protocol (MCP) server that enables AI agents and LLMs to fetch fresh, structured, real-time web content (HTML, Markdown, screenshots) via Crawlbase's scraping infrastructure.