We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/bachai-social-download-all-in-one'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"openapi": "3.0.0",
"info": {
"title": "Social Download All In One",
"version": "1.0.0",
"description": "RapidAPI: nguyenmanhict-MuTUtGWD7K/social-download-all-in-one"
},
"servers": [
{
"url": "https://social-download-all-in-one.p.rapidapi.com"
}
],
"paths": {
"/v1/social/autolink": {
"post": {
"summary": "Download All In One",
"description": "Download All In One",
"operationId": "download_all_in_one",
"parameters": [],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {}
}
}
}
}
}
}
},
"components": {
"securitySchemes": {
"ApiAuth": {
"type": "apiKey",
"in": "header",
"name": "X-RapidAPI-Key"
}
}
},
"security": [
{
"ApiAuth": []
}
]
}