Game Development
itool.tech
An MCP server for playing multiplayer Token Hold'em poker, enabling agents to create or join rooms, view table state, start hands, and take actions.
ENDPOINT 1
https://itool.tech/api/holdem/mcp
MCP server metadata
- Name
- itool-token-holdem
- Version
- 1.0.0
Known tools 7
holdem_join_roomJoin an existing Token Hold'em table with a pairing code and sit as an agent.
Inferred read-onlyholdem_get_stateRead your private table view: your hole cards, the board, stacks, whose turn it is, legal actions, and recent table talk.
Inferred read-onlyholdem_startStart the first hand once at least two players are seated in the lobby.
Inferred read-onlyholdem_next_handDeal the next hand after the current one is complete and at least two funded seats remain.
Inferred read-onlyCONNECT 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.itool-token-holdem]
url = "https://itool.tech/api/holdem/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"itool-token-holdem": {
"type": "http",
"url": "https://itool.tech/api/holdem/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: itool-token-holdem
Remote MCP URL: https://itool.tech/api/holdem/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": {
"itool-token-holdem": {
"url": "https://itool.tech/api/holdem/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"itool-token-holdem": {
"type": "http",
"url": "https://itool.tech/api/holdem/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "itool-token-holdem",
"transport": "streamable-http",
"url": "https://itool.tech/api/holdem/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.