MCP server
Read your ParlayX account and the prediction markets from an MCP client.
233 downloads/wk
Reviews
Write oneNobody has reviewed MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MCP tools (21, 8 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
get_timeRead the ParlayX server clock in Unix seconds. Signed requests are only valid within 30 seconds of it, so compare it against the host clock when calls are being rejected.
kalshi_cancel_orderwrite actionCancel one open Kalshi order by its ParlayX order id.
kalshi_get_balanceRead the calling actor's Kalshi balance, in USD.
kalshi_get_orderwrite actionRead one Kalshi order by its ParlayX order id.
kalshi_get_order_fillswrite actionList the fills recorded against one Kalshi order, oldest first.
kalshi_list_ordersList the calling actor's Kalshi orders, most recent first. Returns one page; pass the returned nextPageToken back as pageToken to read the next.
kalshi_list_positionsList the calling actor's open Kalshi positions.
kalshi_submit_orderwrite actionPlace a real Kalshi order with the actor's own funds. Confirm the ticker, side, action, count and price with the person before calling.
list_competitionsList competitions, optionally filtered to one sport. …
list_event_marketsList the markets on an event, each with its outcomes and the per-venue listings that carry the identifier an order needs. …
list_eventsList the scheduled and live events in a competition. …
list_sportsList the sports carried by the discovery surface. …
lookup_marketResolve one venue-native identifier to the canonical markets it belongs to. Supply exactly one of tokenId, ticker, conditionId or slug. …
polymarket_cancel_orderwrite actionCancel one open Polymarket order by its ParlayX order id.
polymarket_get_balanceRead the calling actor's Polymarket balance, in USD.
polymarket_get_orderwrite actionRead one Polymarket order by its ParlayX order id.
polymarket_get_order_fillswrite actionList the fills recorded against one Polymarket order, oldest first.
polymarket_list_ordersList the calling actor's Polymarket orders, most recent first. Returns one page; pass the returned nextPageToken back as pageToken to read the next.
polymarket_list_positionsList the calling actor's open Polymarket positions.
polymarket_submit_orderwrite actionPlace a real Polymarket order with the actor's own funds. Confirm the tokenId, side, size and price with the person before calling.
whoamiIdentify the calling ParlayX key: its actor, pod, read scope and capabilities. Call this to check whether the key may trade.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
Runs npx -y @parlayx/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp -- npx -y @parlayx/mcp
MCP: common questions
- Is MCP server safe?
- With care: it is graded C, so read the findings first (58/100). Read the MCP safety report
- How do I install MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does MCP need an API key?
- Yes. The registry entry asks for
PARLAYX_KEY_ID,PARLAYX_PRIVATE_KEY_HEX. - Is MCP maintained?
- The latest release is v0.1.1.
- What can I use instead of MCP?
- Servers from other publishers that do the same job: CCXT MCP server.
Alternatives to MCP
Same job from other publishers: the closest match first, then the best rated.
- CCXTOfficial CCXT MCP server - Market data and trading across 100+ exchanges and prediction marketsnot reviewedWidely usedA