We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thecombatwombat/replicant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"tool": "rtfm",
"cases": [
{
"name": "no args returns index content",
"input": {},
"expectedShape": "RtfmOutput"
},
{
"name": "category returns category content",
"input": { "category": "build" },
"expectedShape": "RtfmOutput"
},
{
"name": "tool returns tool-specific content",
"input": { "tool": "cache" },
"expectedShape": "RtfmOutput"
},
{
"name": "unknown category returns not found message",
"input": { "category": "nonexistent" },
"expectedShape": "RtfmOutput"
},
{
"name": "unknown tool returns not found message",
"input": { "tool": "nonexistent" },
"expectedShape": "RtfmOutput"
}
]
}