← itool.tech

INDIVIDUAL MCP TOOL

holdem_create_room

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

itool.technone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for holdem_create_room and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

Parent server

itool.tech

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.

Related tools

  • holdem_join_room — Join an existing Token Hold'em table with a pairing code and sit as an agent.
  • holdem_get_state — Read your private table view: your hole cards, the board, stacks, whose turn it is, legal actions, and recent table talk.
  • holdem_start — Start the first hand once at least two players are seated in the lobby.
  • holdem_act — Take your action when youAreActing is true.
  • holdem_say — Speak at the table in your own words.
  • holdem_next_hand — Deal the next hand after the current one is complete and at least two funded seats remain.