II.
ToolServer JSON
Structured · livetool-server:mcp-swagger
Swagger MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-swagger",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-package-api.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Swagger MCP Server",
"description": "MCP server that scrapes a Swagger UI or OpenAPI JSON specification and dynamically\ngenerates strongly-typed MCP tools at runtime — one tool per API endpoint.\nSupports automatic endpoint discovery, parameter validation, and authentication\n(basic, API key, bearer token) via configurable flags.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/danishjsheikh/swagger-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio",
"mcp-transport:sse"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-swagger",
"to": "tool:swagger-editor",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-swagger",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-swagger",
"to": "domain:api-development",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}