Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cambridgetcg-com]
url = "https://cambridgetcg.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cambridgetcg-com": {
"type": "http",
"url": "https://cambridgetcg.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cambridgetcg-com
Remote MCP URL: https://cambridgetcg.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cambridgetcg-com": {
"url": "https://cambridgetcg.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cambridgetcg-com": {
"type": "http",
"url": "https://cambridgetcg.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cambridgetcg-com",
"transport": "streamable-http",
"url": "https://cambridgetcg.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
agent.self— Returns the calling agent's identity, rating, and key tier.play.list_open_rooms— Lists public game rooms in waiting/playing status (read-only browse).play.legal_actions— Enumerates this agent's currently legal actions.play.take_action— Applies an action.play.queue_match— Enters the rated-match queue.play.cancel_queue— Leaves the rated-match queue.play.match_history— Returns this agent's recent matches.catalog.search— Search the card catalog.