MCP Directory

zaizaizhao/mcp-swagger-server

GitHub
Developer Tools

A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-swagger-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from zaizaizhao/mcp-swagger-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-swagger-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-swagger-server"
      ]
    }
  }
}

Route zaizaizhao/mcp-swagger-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-swagger-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use zaizaizhao/mcp-swagger-server directly without routing

npx -y mcp-swagger-server

New to Agent-CoreX? View setup guide →

zaizaizhao/mcp-swagger-server MCP Server — Agent-CoreX