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_move_meta_management.json•2.47 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": "Move Ailments are status conditions caused by moves used during battle. See [Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Status_condition) for greater detail.",
"name": "move_ailment_list"
},
{
"description": "Move Ailments are status conditions caused by moves used during battle. See [Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Status_condition) for greater detail.",
"name": "move_ailment_retrieve"
},
{
"description": "Styles of moves when used in the Battle Palace. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Battle_Frontier_(Generation_III)) for greater detail.",
"name": "move_battle_style_list"
},
{
"description": "Styles of moves when used in the Battle Palace. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Battle_Frontier_(Generation_III)) for greater detail.",
"name": "move_battle_style_retrieve"
},
{
"description": "Very general categories that loosely group move effects.",
"name": "move_category_list"
},
{
"description": "Very general categories that loosely group move effects.",
"name": "move_category_retrieve"
},
{
"description": "Damage classes moves can have, e.g. physical, special, or non-damaging.",
"name": "move_damage_class_list"
},
{
"description": "Damage classes moves can have, e.g. physical, special, or non-damaging.",
"name": "move_damage_class_retrieve"
},
{
"description": "Methods by which Pok\u00e9mon can learn moves.",
"name": "move_learn_method_list"
},
{
"description": "Methods by which Pok\u00e9mon can learn moves.",
"name": "move_learn_method_retrieve"
},
{
"description": "Targets moves can be directed at during battle. Targets can be Pok\u00e9mon, environments or even other moves.",
"name": "move_target_retrieve"
},
{
"description": "Moves are the skills of Pok\u00e9mon in battle. In battle, a Pok\u00e9mon uses one move each turn. Some moves (including those learned by Hidden Machine) can be used outside of battle as well, usually for the purpose of removing obstacles or exploring new areas.",
"name": "move_retrieve"
}
]
}