Skip to main content
Glama
puelpan

openapi-spec-mcp

by puelpan

OpenAPI MCP Server

MCP server that turns any OpenAPI/Swagger spec into queryable tools for your LLM. Search endpoints, get endpoint details, and explore schemas from your API documentation.

Setup for Claude Code

Add to your .mcp.json, .claude.json or claude_desktop_config.json.

{
  "mcpServers": {
    "my-api": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/puelpan/openapi-spec-mcp.git@main",
        "openapi-spec-mcp",
        "/path/to/your/openapi.yaml"
      ]
    }
  }
}

Or use a remote URL:

{
  "mcpServers": {
    "my-api": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/puelpan/openapi-spec-mcp.git@main",
        "openapi-spec-mcp",
        "https://api.example.com/openapi.json"
      ]
    }
  }
}

Related MCP server: OpenAPI MCP Server

Available Tools

  • search_endpoints: Find endpoints by keyword

  • get_endpoint: Get detailed endpoint info (parameters, responses, etc.)

  • list_all_endpoints: List all available endpoints

  • search_schemas: Find schema definitions by name

  • get_schema: Get schema details with resolved references

Supported Formats

  • Local files: .yaml, .yml, .json

  • Remote URLs: Any OpenAPI spec URL (format auto-detected)

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/puelpan/openapi-spec-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server