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_machine_management.json•850 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": "Machines are the representation of items that teach moves to Pok\u00e9mon. They vary from version to version, so it is not certain that one specific TM or HM corresponds to a single Machine.",
"name": "machine_list"
},
{
"description": "Machines are the representation of items that teach moves to Pok\u00e9mon. They vary from version to version, so it is not certain that one specific TM or HM corresponds to a single Machine.",
"name": "machine_retrieve"
}
]
}