We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qingyun-ag2/giphy-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"server": {
"url": "https://api.resend.com"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Retrieve a list of API keys",
"name": "get_api_keys"
},
{
"description": "Create a new API key",
"name": "post_api_keys"
},
{
"description": "Remove an existing API key",
"name": "delete_api_keys__api_key_id"
}
]
}