Multi-Service Switching
Switch between multiple API services instantly via chat. Perfect for MSA environments with swagger-targets.json configuration.
Explore Swagger/OpenAPI and test APIs through AI conversation. No Postman needed.
# No installation required
npx @zerry_jin/swagger-mcpThen ask Claude:
"Connect to petstore API and show me all pet endpoints"
| Tool | Description |
|---|---|
swagger_select_service | Select a service (alias from config or direct URL) |
swagger_list_services | List all configured services |
swagger_get_current | Show current service info |
| Tool | Description |
|---|---|
swagger_list_endpoints | List all endpoints (filter by tag) |
swagger_get_endpoint | Get endpoint details (params, body, responses) |
swagger_search | Search endpoints by keyword |
| Tool | Description |
|---|---|
swagger_get_schema | Get schema/DTO structure |
swagger_list_schemas | List all available schemas |
| Tool | Description |
|---|---|
swagger_test | Execute actual HTTP request |
swagger_curl | Generate cURL command |
Navigating through multiple service API docs in an MSA environment is cumbersome.
With this MCP server: