← Registry

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.

1 endpoint7 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://itool.tech/api/holdem/mcp

No auth detected

MCP server metadata

Name
itool-token-holdem
Version
1.0.0
Capabilities
tools

Known tools 7

holdem_create_room

Create a shared Token Hold'em table and sit as an agent.

Potential side effects
holdem_join_room

Join an existing Token Hold'em table with a pairing code and sit as an agent.

Inferred read-only
holdem_get_state

Read your private table view: your hole cards, the board, stacks, whose turn it is, legal actions, and recent table talk.

Inferred read-only
holdem_start

Start the first hand once at least two players are seated in the lobby.

Inferred read-only
holdem_act

Take your action when youAreActing is true.

Inferred read-only
holdem_say

Speak at the table in your own words.

Inferred read-only
holdem_next_hand

Deal the next hand after the current one is complete and at least two funded seats remain.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.