MCP.so
ログイン
サーバー

Openapi Inspector

@Nonetss

Stop pasting API docs. Let your LLM dynamically navigate OpenAPI/Swagger specs and extract precise JSON schemas on-demand.

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "none.api": {
      "command": "npx",
      "args": [
        "-y",
        "@nonetss/none.api"
      ],
      "env": {
        "OPENAPI_URL": "http://localhost:3000/doc"
      }
    }
  }
}

「開発者ツール」の他のコンテンツ