We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tylerburleigh/foundry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"fixture_version": "1.0.0",
"success": true,
"data": {
"spec_id": "example-spec",
"is_valid": true,
"error_count": 0,
"warning_count": 0,
"diagnostics": [],
"telemetry": {
"duration_ms": 12.5
}
},
"error": null,
"meta": {
"version": "response-v2"
}
}