Back to Home
nirholas icon

lyra-tool-discovery

by nirholas

Overview

This MCP server is designed to fetch, parse, and organize documentation from websites implementing the llms.txt standard. It transforms raw documentation into structured, agent-ready formats, exposing tools for AI agents, LLMs, and automation workflows to consume documentation programmatically.

Installation

Run Command
npx -y @llm-energy/mcp-server

Security Notes

The server's core functionality involves fetching content from arbitrary URLs provided by the client. This introduces a significant risk of Server-Side Request Forgery (SSRF) if input URLs are not rigorously validated, sanitized, and sandboxed. Maliciously crafted URLs could lead to unauthorized access to internal resources, data leakage, or resource exhaustion. Additionally, parsing and processing external HTML/Markdown content carries a risk of injection vulnerabilities or exploits if the parsing libraries are not robust or the environment is not sufficiently sandboxed.

Similar Servers

Stats

Interest Score46
Security Score3
Cost ClassLow
Stars4
Forks1
Last Update2026-01-19

Tags

documentationllms.txtextractionparsingagent-readyAILLMMCPweb crawlingcontent processing