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_operations.json•1.76 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": "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": "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_list"
},
{
"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_list"
},
{
"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"
}
]
}