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_contest_management.json•1.29 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": "Contest effects refer to the effects of moves when used in contests.",
"name": "contest_effect_list"
},
{
"description": "Contest effects refer to the effects of moves when used in contests.",
"name": "contest_effect_retrieve"
},
{
"description": "Contest types are categories judges used to weigh a Pok\u00e9mon\u0027s condition in Pok\u00e9mon contests. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Contest_condition) for greater detail.",
"name": "contest_type_list"
},
{
"description": "Contest types are categories judges used to weigh a Pok\u00e9mon\u0027s condition in Pok\u00e9mon contests. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Contest_condition) for greater detail.",
"name": "contest_type_retrieve"
},
{
"description": "Super contest effects refer to the effects of moves when used in super contests.",
"name": "super_contest_effect_list"
}
]
}