Crawls and structures API documentation websites to expose detailed API specifications, searchable endpoints, code examples, and prompt templates via the Model Context Protocol for enhanced AI model integration and offline access.
Unlock the full potential of API Docs MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
An MCP server for crawling API documentation websites and exposing their content through the Model Context Protocol. This allows AI models to search, browse, and reference API specifications.
# Create and activate a virtual environment python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate # Install the package pip install -e .
python -m src.main --url https://example-api-docs.com
This MCP server can be connected to any MCP client, such as Claude for Desktop. Configure your client to use this server with:
{ "api-docs": { "command": "python", "args": ["-m", "src.main", "--url", "https://example-api-docs.com"] } }
search_api
: Search for API endpoints by name, path, or descriptionget_endpoint_details
: Get detailed information about a specific endpointlist_endpoints
: List all available API endpointsfind_examples
: Find examples for a specific API endpointexplain_endpoint
: Generate a natural language explanation of an API endpointcompare_endpoints
: Compare two API endpointsgenerate_code
: Generate sample code for using an API endpointMIT
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!