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_encounter_management.json•1.59 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": "Encounter condition values are the various states that an encounter condition can have, i.e., time of day can be either day or night.",
"name": "encounter_condition_value_list"
},
{
"description": "Encounter condition values are the various states that an encounter condition can have, i.e., time of day can be either day or night.",
"name": "encounter_condition_value_retrieve"
},
{
"description": "Conditions which affect what pokemon might appear in the wild, e.g., day or night.",
"name": "encounter_condition_list"
},
{
"description": "Conditions which affect what pokemon might appear in the wild, e.g., day or night.",
"name": "encounter_condition_retrieve"
},
{
"description": "Methods by which the player might can encounter Pok\u00e9mon in the wild, e.g., walking in tall grass. Check out Bulbapedia for greater detail.",
"name": "encounter_method_list"
},
{
"description": "Methods by which the player might can encounter Pok\u00e9mon in the wild, e.g., walking in tall grass. Check out Bulbapedia for greater detail.",
"name": "encounter_method_retrieve"
},
{
"description": "Handles Pokemon Encounters as a sub-resource.",
"name": "pokemon_encounters_retrieve"
}
]
}