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_pokedex_operations.json•1.65 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": "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": "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"
}
]
}