We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mrbaeksang/korea-stock-analyzer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"functions": {
"api/mcp.ts": {
"maxDuration": 10,
"memory": 512
},
"api/stock_data.py": {
"maxDuration": 30,
"memory": 1024
}
},
"rewrites": [
{
"source": "/",
"destination": "/api/mcp"
}
],
"headers": [
{
"source": "/api/(.*)",
"headers": [
{ "key": "Access-Control-Allow-Credentials", "value": "true" },
{ "key": "Access-Control-Allow-Origin", "value": "*" },
{ "key": "Access-Control-Allow-Methods", "value": "GET,OPTIONS,PATCH,DELETE,POST,PUT" },
{ "key": "Access-Control-Allow-Headers", "value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version" }
]
}
]
}