API Docs MCP Server
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.
Features
- Crawls API documentation websites to extract structured information
- Exposes API docs as resources through MCP
- Provides search tools for finding specific API endpoints
- Includes prompt templates for common API documentation tasks
- Stores crawled data for offline access
Installation
# Create and activate a virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venvScriptsactivate
# Install the package
pip install -e .
Usage
Starting the server
python -m src.main --url https://example-api-docs.com
Connecting to the server
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"]
}
}
MCP Capabilities
Resources
- API endpoint specifications
- Data models and schemas
- API examples and code snippets
Tools
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 endpoint
Prompts
explain_endpoint: Generate a natural language explanation of an API endpointcompare_endpoints: Compare two API endpointsgenerate_code: Generate sample code for using an API endpoint
License
MIT
API Docs Server
Project Details
- ShotaNagafuchi/api-docs-mcp
- Last Updated: 4/13/2025
Recomended MCP Servers
Basic MCP server to see how they work.
Anki MCP Server to allow LLMs to create and manage Anki decks via Anki Connect
An MCP (Model Context Protocol) server that enables AI assistants to execute terminal commands securely.
쇼핑몰 프로젝트
Simple CLI MCP Client Implementation Using LangChain ReAct Agent / Python
MCP-BOS: 模块化、可扩展的Model Context Protocol服务器框架 使用基于约定的自动模块发现机制,为Claude Desktop打造的灵活MCP服务器框架。通过简洁的模块接口和声明式配置,轻松扩展AI应用功能,无需修改核心代码。支持FastMCP标准,包含完整工具、资源和提示模板注册能力。
Lightweight MCP Server for interacting with Windows Operating System.
Allow LLMs to control a browser with Browserbase and Stagehand





