PredictAsiaX
com.predictasiax/mcpAsia-native prediction-market MCP: markets, portfolio, orders. Attribution + fee_ledger coded.
Tools · 44
Search PredictAsiaX markets by keyword or category. Returns paginated list with prices, volume, status.
Get full detail for a single market: title, question, prices, volume, open interest, resolution rules, template.
Read top-of-book bid/ask ladder for a market. Depth capped at 20 levels each side.
Time-series probability history for a market (LTTB-sampled). Range 1h through 90d.
Return markets whose YES probability moved the most in a window. Ranked by |delta|.
24h volume leaderboard. Useful for surfacing hot markets.
List all market categories with counts and 24h volume.
Read the user's current positions, mark-price PNL, unrealized PnL, and USDT balances.
Historical PnL curve (realized + unrealized) for the user, sampled daily.
USDT free + reserved balance for a subaccount.
List open positions across markets with size + entry price + current mark.
List all subaccounts for a user with kind, currency, and balance.
Submit a new order. Requires Idempotency-Key header on the transport. Tier caps enforced server-side.
Cancel an open or partially-filled order.
Bulk cancel all open orders for a user + (optional) market. Atomic.
List currently-open orders for the user (status IN open, partially_filled).
Historical orders (filled + cancelled + expired) for the user, paginated.
Estimate the taker fee for a hypothetical order under the PAX Adaptive Fee Curve (PAF): 8-25 bps depending on price extremity, plus optional additive partner fee (0-100 bps).
Real-time LQF stipend forecast for a market maker on one market this epoch. Returns projected payout at 00:15 UTC based on snapshots seen so far.
Historical LQF stipend payouts for a market maker. Optional market_id filter, default limit 30.
Public leaderboard of top LQF stipend earners over a rolling window. Optional market_id filter.
Create a new subaccount under the primary user account.
Transfer USDT between subaccounts under the same primary user.
Close (freeze) a subaccount. Rejects if positions/balance/open orders remain.
List market templates available for opening new markets (crypto price binary, sports, election, etc).
Read a single market template with resolution rules + example config.
Submit a new market proposal from a template. Enters admin review queue.
Return the evidence + sources used to resolve a market.
Post a two-sided MM quote to a market. TTL 1-3600s. Requires designated MM status for rebate.
List active MM quotes for a market.
Create an RFQ (request for quote) — asks MMs to bid for a specific size.
Accept a specific RFQ quote — atomically fills at the quoted price.
Return the current builder profile: tier, apps count, 30d volume + fee revenue, verified status.
List apps registered under the current builder profile.
List API keys for a specific app (metadata only — secrets never returned).
Read the current builder tier + auto-graduation progress (30d volume + days remaining + abuse flags).
Read fee_ledger entries attributed to the current builder — 4-way split shares + additive builder fees.
List webhook endpoints registered under an app.
Register a new webhook endpoint. Returns whsec_<hex> ONCE for signing verification.
Read recent webhook delivery attempts for an endpoint (status, HTTP code, retry count).
Submit an access-request for a builder track (no email required — provide Telegram / Signal / Discord / Matrix / X DM handle).
Check status of a pending access request by its request_id.
End-to-end examples for building an AI agent against PAX — sandbox keys, minimal flows.
MCP server health + protocol version + D1 reachability + upstream latency.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"predictasiax": {
"url": "https://mcp.predictasiax.com/mcp",
"transport": "http"
}
}
}