We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qingyun-wu/aws-s3-control'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"server": {
"url": "/api"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Get project metadata schema",
"name": "get_project_schema"
},
{
"description": "Update project metadata schema",
"name": "update_project_schema"
}
]
}