get_mcp_server
Get one known MCP server by name or URL from the trusted federation registry.
Schema and Policy
{
"name": "get_mcp_server",
"description": "Get one known MCP server by name or URL from the trusted federation registry.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
},
"category": "MCP Federation",
"authRequired": false,
"mutability": "read",
"status": "active"
}