swagger-mcp-server
If you are the rightful owner of swagger-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A server based on Model Context Protocol (MCP) for parsing Swagger/OpenAPI documents and generating TypeScript types and API client code.
parse-swagger
Parses Swagger/OpenAPI documents, returning API operation information.
parse-swagger-optimized
Optimized parsing of Swagger/OpenAPI documents.
parse-swagger-lite
Lightweight parsing of Swagger/OpenAPI documents, optimized for large documents.
generate-typescript-types
Generates TypeScript type definitions from Swagger/OpenAPI documents.
generate-typescript-types-optimized
Optimized generation of TypeScript type definitions from Swagger/OpenAPI documents.
generate-api-client
Generates API client code from Swagger/OpenAPI documents.
generate-api-client-optimized
Optimized generation of API client code from Swagger/OpenAPI documents.
file-writer
Writes content to the file system.