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_evolution_management.json•1.39 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": "Evolution chains are essentially family trees. They start with the lowest stage within a family and detail evolution conditions for each as well as Pok\u00e9mon they can evolve into up through the hierarchy.",
"name": "evolution_chain_list"
},
{
"description": "Evolution chains are essentially family trees. They start with the lowest stage within a family and detail evolution conditions for each as well as Pok\u00e9mon they can evolve into up through the hierarchy.",
"name": "evolution_chain_retrieve"
},
{
"description": "Evolution triggers are the events and conditions that cause a Pok\u00e9mon to evolve. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Methods_of_evolution) for greater detail.",
"name": "evolution_trigger_list"
},
{
"description": "Evolution triggers are the events and conditions that cause a Pok\u00e9mon to evolve. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Methods_of_evolution) for greater detail.",
"name": "evolution_trigger_retrieve"
}
]
}