API Docs MCP ServerServer

ShotaNagafuchi
GitHub
API DocumentationWeb CrawlingAI Models

Loading subscription status...

💡 Description

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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "api-docs": {
        "args": [
          "-m",
          "src.main",
          "--url",
          "https://example-api-docs.com"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

search_apiget_endpoint_detailslist_endpointsfind_examples

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

💬 Example Queries

  • Search for API endpoints by name
  • Get detailed information about a specific endpoint
  • List all available API endpoints