WebMCP

MediaWebMCP verified

webmcp-blackjack.heejae.dev WebMCP tools

Two AI agents and you play blackjack on the W3C WebMCP standard API — each role gets different tools and data, and you watch them reason in the language you pick.

5 tools1 methodsspec API surface

What can an agent do with webmcp-blackjack.heejae.dev WebMCP tools?

Two AI agents and you play blackjack on the W3C WebMCP standard API — each role gets different tools and data, and you watch them reason in the language you pick. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on webmcp-blackjack.heejae.dev

Tool 1 of 5WebMCPAction

place_bet

Place a bet to start the blackjack round. Call this tool with an amount to begin. Valid amounts: 25, 50, 100, 200.

How to install

Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use place_bet

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the place_bet tool on webmcp-blackjack.heejae.dev with amount: <number>. Return the structured result and cite the source page.

Input contract

  • amount number Bet amount. Must be one of: 25, 50, 100, 200.

Open the source definition

Tool 2 of 5WebMCPAnswer

get_my_hand

Returns your current blackjack hand with cards, total value, and soft/hard status. Call this to see what you have before deciding to hit or stand.

How to install

Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use get_my_hand

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_my_hand tool on webmcp-blackjack.heejae.dev. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 3 of 5WebMCPAnswer

    get_dealer_upcard

    Returns the dealer's visible face-up card and its value. The dealer's other card is hidden. Use this with your hand to decide whether to hit or stand.

    How to install

    Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use get_dealer_upcard

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_dealer_upcard tool on webmcp-blackjack.heejae.dev. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 4 of 5WebMCPAction

      hit

      Draw one more card in this blackjack game. Returns the drawn card and your updated hand. If not bust, decide to hit again or stand. You MUST call this tool to actually hit — just saying "hit" does nothing.

      How to install

      Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use hit

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the hit tool on webmcp-blackjack.heejae.dev. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 5 of 5WebMCPAction

        stand

        End your turn and keep your current hand. You MUST call this tool to actually stand — just saying "stand" does nothing.

        How to install

        Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use stand

        Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

        Run with an agent

        Use the stand tool on webmcp-blackjack.heejae.dev. Return the structured result and cite the source page.

        Input contract

          Open the source definition