MCP.so
Sign In

MCP OpenAPI Explorer

@KrypticIO

About MCP OpenAPI Explorer

MCP server for interacting with open api spec files

Basic information

Category

Other

License

MIT license

Runtime

go

Transports

stdio

Publisher

KrypticIO

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-openapi-explorer": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp-openapi-explorer",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP OpenAPI Explorer?

A Model Context Protocol (MCP) server that analyzes OpenAPI specifications and provides context about interacting with APIs. It loads specs from GitHub, local files, or HTTP URLs, parses them, and exposes tools for LLMs to query endpoint information.

How to use MCP OpenAPI Explorer?

Clone the repository, build with Go 1.24.2+, and run ./mcp-openapi-explorer serve with an optional --config flag. You can also use Docker. Configure the server with a YAML config file exported via config export. Integrate with MCP clients by adding the binary to your client configuration.

Key features

  • Load OpenAPI specs from GitHub, local files, and HTTP URLs
  • Parse and provide comprehensive context about API endpoints
  • Support for both JSON and YAML OpenAPI formats
  • MCP communication via stdin/stdout
  • Built with Cobra CLI and structured logging with Zap
  • Automatic persistence of spec URLs in configuration files

Use cases of MCP OpenAPI Explorer

Comments

More Other MCP servers