We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daviddraiumbrella/invoice-monitoring'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"server": {
"transport": "https",
"port": 8787,
"debug": true,
"production": false,
"httpsOptions": {
"keyPath": "./certs/server-key.pem",
"certPath": "./certs/server-cert.pem"
}
},
"auth": {
"tokenExpiration": 86400,
"issuer": "https://mcp.dev.umbrellacost.dev",
"encryptionKey": "wlWkLinz/2djAl9ZnDlYvFAPRYIYRsK4m/VgXA24Kfs=",
"rsaKeyPath": "./keys/"
},
"cloudflare": {
"enabled": false,
"autoDetectUrl": true,
"tunnelCommand": "cloudflared tunnel --url https://127.0.0.1:8787 --no-tls-verify",
"currentTunnelUrl": ""
},
"umbrella": {
"baseUrl": "https://api.dev.umbrellacost.dev/api",
"frontendBaseUrl": "https://api.dev.umbrellacost.dev/api"
},
"mcp": {
"serverName": "Umbrella MCP",
"serverVersion": "2.0.0"
}
}