We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/genomoncology/biomcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BioMCP Pathway",
"type": "object",
"required": ["id", "name"],
"properties": {
"id": { "type": "string" },
"name": { "type": "string" },
"source": { "type": ["string", "null"] },
"genes": {
"type": ["array", "null"],
"items": { "type": "string" }
}
},
"additionalProperties": true
}