We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/raidenrock/uscardforum-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "uscardforum-mcp",
"main": "worker.js",
"compatibility_date": "2025-10-01",
"containers": [
{
"class_name": "USCardForumContainer",
"image": "./Dockerfile",
"instance_type": "basic",
"max_instances": 1
}
],
"durable_objects": {
"bindings": [
{
"name": "USCARDFORUM",
"class_name": "USCardForumContainer"
}
]
},
"migrations": [
{
"tag": "v1",
"new_sqlite_classes": [
"USCardForumContainer"
]
}
],
"observability": {
"enabled": true
}
}