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_item_fling_effect_management.json•905 B
{
"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": "The various effects of the move\"Fling\" when used with different items.",
"name": "item_fling_effect_list"
},
{
"description": "The various effects of the move\"Fling\" when used with different items.",
"name": "item_fling_effect_retrieve"
},
{
"description": "An item is an object in the games which the player can pick up, keep in their bag, and use in some manner. They have various uses, including healing, powering up, helping catch Pok\u00e9mon, or to access a new area.",
"name": "item_list"
}
]
}