01
Create an API key
Start with read access. Add trading permissions when you need them.
Research only
market:readportfolio:readbet:readorder:readbalance:read
Research markets, check your positions, and trade from Claude Code or Codex.
claude mcp add unhedged --scope user --transport stdio \ --env UNHEDGED_API_KEY='ak_your_key_here' \ -- npx -y @unhedged/mcp
Replace the key placeholder, then run in your terminal.
01 / Setup
01
Start with read access. Add trading permissions when you need them.
Research only
market:readportfolio:readbet:readorder:readbalance:read02
Run this command in your terminal. Replace the key placeholder if you have not entered one above. Node.js 20+ is required for the Unhedged server.
claude mcp add unhedged --scope user --transport stdio \ --env UNHEDGED_API_KEY='ak_your_key_here' \ -- npx -y @unhedged/mcp
03
Open a new Claude Code session, type /mcp, and look for unhedged.
claude 02 / Capabilities
Research
“Which open markets cover the next Counter-Strike major, and what are the implied probabilities?”
search_markets Portfolio
“Summarise my positions, my available and locked balance, and where my risk is concentrated.”
get_portfolio Trading
“Buy 50 shares of MLBB finals YES at 62 cents, then show me the fill.”
place_order Find markets
Find active and ended markets by asset, sport, topic, or tag. Request resolved markets for history.
search_markets Public endpointRead a market
Check the outcomes, close time, and resolution rule.
get_market Public endpointCompare market activity
See implied probabilities, volume, and bet activity.
get_market_stats Public endpointCheck your balance
See spendable and locked USD, plus held CC.
get_balance balance:readReview your positions
See position exposure, performance, and recent payouts.
get_portfolio portfolio:readReview your pool bets
See your pool bets and whether they are open or settled.
list_bets bet:readReview open orders
See open order book orders across your account or one market.
list_orders order:readPlace a pool bet
Commit a USD amount to an outcome in a pool market.
place_bet bet:placePlace an order
Submit a limit, market, stop loss, or take profit order.
place_order order:placeCancel orders
Cancel selected orders or all open orders on one market.
cancel_order order:cancelRequest a withdrawal
Send funds out as CC on Canton or USDC on Ethereum.
request_withdrawal balance:withdrawCheck market maker terms
Read your fee tier, rebates, limits, and exposure.
get_market_maker_profile portfolio:read03 / Permissions
Read markets, positions, and balances.
Read your account, place bets and orders, and cancel open orders.
Trade and send funds out of your account.
UNHEDGED_MAX_SPEND_PER_SESSION caps bet stakes and buy-order amounts in USD. Fees and withdrawals are
excluded. The cap resets when the MCP server restarts.
UNHEDGED_MAX_SPEND_PER_SESSION Caps bet stakes and buy-order amounts in USD. Excludes fees and withdrawals; resets on restart.04 / Links
A guide to sizing, fills, fees, and failed requests.