We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KasarLabs/snak'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
example.models.json•911 B
{
"fast": {
"provider": "The name of the provider",
"model_name": "The name of the model",
"description": "A description of the model",
"max_input_tokens": "The maximum number of input tokens per request",
"max_output_tokens": "The maximum number of output tokens per request"
},
"smart": {
"provider": "The name of the provider",
"model_name": "The name of the model",
"description": "A description of the model",
"max_input_tokens": "The maximum number of input tokens per request",
"max_output_tokens": "The maximum number of output tokens per request"
},
"cheap": {
"provider": "The name of the provider",
"model_name": "The name of the model",
"description": "A description of the model",
"max_input_tokens": "The maximum number of input tokens per request",
"max_output_tokens": "The maximum number of output tokens per request"
}
}