Use your OpenAPI specification to expose your API's endpoints as strongly typed tools. Basic example for https://petstore3.swagger.io/ π More complex example, using Github's API: This example use the bearer token auth (with a Github Personal Access Token) and force the tool naming strategy to "verb and path", as Github's operation ids are not valid tool names. As a Nuget tool: openapi-to-mcp Or d
Add this skill
npx mdskills install ouvreboite/openapi-to-mcpDynamically converts OpenAPI specs into MCP tools with clear setup and working examples
claude mcp add openapi-to-mcp -- npx -y openapi-to-mcp
npx mdskills install ouvreboite/openapi-to-mcp