llm.energy¶
Extract documentation for AI agents. Fetch llms.txt and install.md from any documentation site, organized into downloadable markdown ready for Claude, ChatGPT, and other AI assistants.
Features¶
-
Smart Extraction
Automatically fetches
llms.txt,llms-full.txt, andinstall.mdfrom any documentation site -
Organized Output
Splits content into individual markdown files by section for easy navigation
-
Agent-Ready Format
Includes
AGENT-GUIDE.mdwith instructions optimized for AI assistants -
One-Click Download
Get individual files or everything bundled as a convenient ZIP archive
-
:material-terminal:{ .lg .middle } install.md Support
Detect and extract LLM-executable installation instructions automatically
-
MCP Server
Integrate with Claude Desktop, Cursor, and other MCP-compatible tools
Quick Start¶
- Visit llm.energy
- Enter a documentation URL
- Download the extracted files
Add to your MCP client configuration:
See MCP Server Installation for detailed setup.
curl -X POST https://llm.energy/api/extract \
-H "Content-Type: application/json" \
-d '{"url": "docs.anthropic.com"}'
See API Reference for all endpoints.
Supported Standards¶
llm.energy supports two complementary standards for LLM-friendly documentation:
| Standard | Description | Learn More |
|---|---|---|
| llms.txt | Machine-readable documentation at /llms.txt |
llms.txt Standard |
| install.md | LLM-executable installation instructions | install.md Standard |
Links¶
-
Documentation
-
MCP Server
-
Open Source