Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • sanderkooger-mcp-server-ragdocs
  • MCP Package Docs Server
  • TripAdvisor Vacation Planner MCP Server
  • IR Toolshed MCP Server
  • OWASP Cheatsheets MCP Server
Back to MCP Servers
API Docs MCP Server

API Docs MCP Server

Public
ShotaNagafuchi/api-docs-mcp

An MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.

Verified
python
0 tools
May 29, 2025
Updated May 30, 2025

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: venv\Scripts\activate # 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 description
  • get_endpoint_details: Get detailed information about a specific endpoint
  • list_endpoints: List all available API endpoints
  • find_examples: Find examples for a specific API endpoint

Prompts

  • explain_endpoint: Generate a natural language explanation of an API endpoint
  • compare_endpoints: Compare two API endpoints
  • generate_code: Generate sample code for using an API endpoint

License

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • sanderkooger-mcp-server-ragdocs
    sanderkooger-mcp-server-ragdocs

    An MCP server implementation that provides tools for retrieving and processing documentation through...

    Added May 30, 2025
  • MCP Package Docs Server
    MCP Package Docs Server

    Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python...

    11 tools
    Added May 30, 2025
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025
  • IR Toolshed MCP Server
    IR Toolshed MCP Server

    A Model Context Protocol server that provides network analysis tools for security professionals, ena...

    Added May 30, 2025
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

    Added May 30, 2025