Get MCP server capabilities and metadata
cURL
curl --request GET \ --url https://api.fltr.com/v1/mcp/manifest
{ "protocol_version": "2024-11-05", "capabilities": { "resources": true, "tools": true, "prompts": false }, "server_info": { "name": "FLTR", "version": "1.0.0" } }