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",
"node_id": "spec-root",
"title": "Example Specification",
"type": "spec",
"status": "in_progress",
"total_tasks": 10,
"completed_tasks": 5,
"percentage": 50,
"remaining_tasks": 5,
"current_phase": {
"id": "phase-1",
"title": "Phase 1",
"completed": 3,
"total": 5
}
},
"error": null,
"meta": {
"version": "response-v2"
}
}