II.
ToolServer JSON
Structured · livetool-server:mcp-fastapi
FastAPI MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-fastapi",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-frameworks.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "FastAPI MCP Server",
"description": "Exposes FastAPI application endpoints as MCP tools with zero configuration.\nPreserves request/response schemas from your existing FastAPI app, supports\nauthentication via FastAPI dependencies, and mounts directly into any project.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/tadata-org/fastapi_mcp",
"maintainer": "Tadata",
"mcpTransports": [
"mcp-transport:stdio",
"mcp-transport:streamable-http"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-fastapi",
"to": "framework:fastapi",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-fastapi",
"to": "domain:backend",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-fastapi",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}