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_generation_management.json•968 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": "A generation is a grouping of the Pok\u00e9mon games that separates them based on the Pok\u00e9mon they include. In each generation, a new set of Pok\u00e9mon, Moves, Abilities and Types that did not exist in the previous generation are released.",
"name": "generation_list"
},
{
"description": "A generation is a grouping of the Pok\u00e9mon games that separates them based on the Pok\u00e9mon they include. In each generation, a new set of Pok\u00e9mon, Moves, Abilities and Types that did not exist in the previous generation are released.",
"name": "generation_retrieve"
}
]
}