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_region_operations.json•989 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": "Locations that can be visited within the games. Locations make up sizable portions of regions, like cities or routes.",
"name": "location_list"
},
{
"description": "A region is an organized area of the Pok\u00e9mon world. Most often, the main difference between regions is the species of Pok\u00e9mon that can be encountered within them.",
"name": "region_list"
},
{
"description": "A region is an organized area of the Pok\u00e9mon world. Most often, the main difference between regions is the species of Pok\u00e9mon that can be encountered within them.",
"name": "region_retrieve"
}
]
}