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 Article",
"type": "object",
"required": ["title"],
"properties": {
"pmid": { "type": ["string", "null"] },
"title": { "type": "string" },
"journal": { "type": ["string", "null"] },
"year": { "type": ["integer", "null"] },
"abstract": { "type": ["string", "null"] }
},
"additionalProperties": true
}