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_pokemon_operations.json•3.49 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": "",
"name": "ability_retrieve"
},
{
"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": "A Pok\u00e9dex is a handheld electronic encyclopedia device; one which is capable of recording and retaining information of the various Pok\u00e9mon in a given region with the exception of the national dex and some smaller dexes related to portions of a region. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pokedex) for greater detail.",
"name": "pokedex_list"
},
{
"description": "A Pok\u00e9dex is a handheld electronic encyclopedia device; one which is capable of recording and retaining information of the various Pok\u00e9mon in a given region with the exception of the national dex and some smaller dexes related to portions of a region. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pokedex) for greater detail.",
"name": "pokedex_retrieve"
},
{
"description": "A Pok\u00e9mon Species forms the basis for at least one Pok\u00e9mon. Attributes of a Pok\u00e9mon species are shared across all varieties of Pok\u00e9mon within the species. A good example is Wormadam; Wormadam is the species which can be found in three different varieties, Wormadam-Trash, Wormadam-Sandy and Wormadam-Plant.",
"name": "pokemon_species_list"
},
{
"description": "A Pok\u00e9mon Species forms the basis for at least one Pok\u00e9mon. Attributes of a Pok\u00e9mon species are shared across all varieties of Pok\u00e9mon within the species. A good example is Wormadam; Wormadam is the species which can be found in three different varieties, Wormadam-Trash, Wormadam-Sandy and Wormadam-Plant.",
"name": "pokemon_species_retrieve"
},
{
"description": "Pok\u00e9mon are the creatures that inhabit the world of the Pok\u00e9mon games. They can be caught using Pok\u00e9balls and trained by battling with other Pok\u00e9mon. Each Pok\u00e9mon belongs to a specific species but may take on a variant which makes it differ from other Pok\u00e9mon of the same species, such as base stats, available abilities and typings. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_(species)) for greater detail.",
"name": "pokemon_list"
},
{
"description": "Pok\u00e9mon are the creatures that inhabit the world of the Pok\u00e9mon games. They can be caught using Pok\u00e9balls and trained by battling with other Pok\u00e9mon. Each Pok\u00e9mon belongs to a specific species but may take on a variant which makes it differ from other Pok\u00e9mon of the same species, such as base stats, available abilities and typings. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_(species)) for greater detail.",
"name": "pokemon_retrieve"
},
{
"description": "Stats determine certain aspects of battles. Each Pok\u00e9mon has a value for each stat which grows as they gain levels and can be altered momentarily by effects in battles.",
"name": "stat_list"
}
]
}