Back to Home
risboo6909 icon

lit-mcp

Verified Safe

by 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

Run Command
java -jar /path_to_mcp_server/lit-mcp-1.0.jar --transport=stdio

Security 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

Stats

Interest Score30
Security Score7
Cost ClassHigh
Avg Tokens3000
Stars1
Forks0
Last Update2025-11-24

Tags

LLM IntegrationWeb ScrapingBook DataKotlinSpring AI