We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kirha-ai/kirha-crypto-smithery-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcp": {
"name": "kirha-your-vertical",
"version": "1.0.0"
},
"tool": {
"name": "execute-your-tool-planning",
"title": "Your tool title here",
"description": "Your tool description explaining what it does and when to use it",
"enabled": true
},
"vertical": "your-vertical-id",
"api": {
"executeToolPlanningUrl": "https://api.kirha.ai/chat/v1/tool-planning/execute",
"summarization": {
"enable": true,
"model": "kirha-flash"
}
}
}