We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kumaranvpl/pokapi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp_config_stat_operations.json•1.16 KiB
{
"server": {
"url": "https://pokeapi.co"
},
"authentication": [
{
"schema_parameters": {
"in": "cookie"
},
"type": "apiKey",
"value": "API_KEY"
},
{
"password": "PASSWORD",
"schema_parameters": {
"scheme": "basic"
},
"type": "http",
"username": "USERNAME"
}
],
"operations": [
{
"description": "Pokeathlon Stats are different attributes of a Pok\u00e9mon\u0027s performance in Pok\u00e9athlons. In Pok\u00e9athlons, competitions happen on different courses; one for each of the different Pok\u00e9athlon stats. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9athlon) for greater detail.",
"name": "pokeathlon_stat_retrieve"
},
{
"description": "Stats determine certain aspects of battles. Each Pok\u00e9mon has a value for each stat which grows as they gain levels and can be altered momentarily by effects in battles.",
"name": "stat_list"
},
{
"description": "Stats determine certain aspects of battles. Each Pok\u00e9mon has a value for each stat which grows as they gain levels and can be altered momentarily by effects in battles.",
"name": "stat_retrieve"
}
]
}