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.
MediaWebMCP verified
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.
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.
Place a bet to start the blackjack round. Call this tool with an amount to begin. Valid amounts: 25, 50, 100, 200.
Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use place_betInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the place_bet tool on webmcp-blackjack.heejae.dev with amount: <number>. Return the structured result and cite the source page.amount number Bet amount. Must be one of: 25, 50, 100, 200.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.
Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use get_my_handInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_my_hand tool on webmcp-blackjack.heejae.dev. Return the structured result and cite the source page.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.
Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use get_dealer_upcardInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_dealer_upcard tool on webmcp-blackjack.heejae.dev. Return the structured result and cite the source page.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.
Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use hitInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the hit tool on webmcp-blackjack.heejae.dev. Return the structured result and cite the source page.End your turn and keep your current hand. You MUST call this tool to actually stand — just saying "stand" does nothing.
Open the webmcp-blackjack.heejae.dev website and ask your browser agent to use standInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the stand tool on webmcp-blackjack.heejae.dev. Return the structured result and cite the source page.