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
Usage
Starting the server
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:
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
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation contextLast updated -715208TypeScriptMIT License
- -securityAlicense-qualityAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context. Uses Ollama or OpenAI to generate embeddings. Docker files includedLast updated -5920TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that provides AI tools with access to Rust documentation from docs.rs, enabling search for crates, documentation, type information, feature flags, version information, and source code.Last updated -22TypeScript
- AsecurityFlicenseAqualityAn MCP server that integrates Apifox API documentation with AI assistants, allowing AI to extract and understand API information from Apifox projects.Last updated -2560TypeScript