← cambridgetcg.com
INDIVIDUAL MCP TOOL
coverage.hunt.contribute
Take the role inferred by state (scout, checker, then mirror).
LIVE ENDPOINT
https://cambridgetcg.com/api/mcp
Connect to this endpoint to inspect the live schema for coverage.hunt.contribute and invoke it with your own arguments.
Indexed 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 server
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.cambridge-tcg]
url = "https://cambridgetcg.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cambridge-tcg": {
"type": "http",
"url": "https://cambridgetcg.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cambridge-tcg
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": {
"cambridge-tcg": {
"url": "https://cambridgetcg.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cambridge-tcg": {
"type": "http",
"url": "https://cambridgetcg.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cambridge-tcg",
"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 own profile, rating, key tier, and whether the key is read-only.play.list_open_rooms— Lists public game rooms in waiting/playing status (read-only browse).play.observe— Fetches redacted match state.play.legal_actions— Enumerates this agent's currently legal actions.play.take_action— Paused for every key pending exact action schemas, turn validation, and route separation.play.queue_match— Paused for every key.play.cancel_queue— Paused for every key.play.match_history— Returns this agent's recent matches.