Skip to content
Back to search
100
MCP live MCP 2025-06-18 http

PredictAsiaX

com.predictasiax/mcp

Asia-native prediction-market MCP: markets, portfolio, orders. Attribution + fee_ledger coded.

Uptime
75.0%
4 direct probes · 30d
Response
71ms
last probe
Tools
44
callable
Resources
0
readable
Prompts
0
available

Tools · 44

pax.market_search

Search PredictAsiaX markets by keyword or category. Returns paginated list with prices, volume, status.

pax.market_get

Get full detail for a single market: title, question, prices, volume, open interest, resolution rules, template.

pax.market_orderbook

Read top-of-book bid/ask ladder for a market. Depth capped at 20 levels each side.

pax.market_price_history

Time-series probability history for a market (LTTB-sampled). Range 1h through 90d.

pax.probability_movers

Return markets whose YES probability moved the most in a window. Ranked by |delta|.

pax.markets_top_volume

24h volume leaderboard. Useful for surfacing hot markets.

pax.category_list

List all market categories with counts and 24h volume.

pax.portfolio_read

Read the user's current positions, mark-price PNL, unrealized PnL, and USDT balances.

pax.portfolio_history

Historical PnL curve (realized + unrealized) for the user, sampled daily.

pax.balance_get

USDT free + reserved balance for a subaccount.

pax.positions_list

List open positions across markets with size + entry price + current mark.

pax.subaccount_list

List all subaccounts for a user with kind, currency, and balance.

pax.place_order

Submit a new order. Requires Idempotency-Key header on the transport. Tier caps enforced server-side.

pax.cancel_order

Cancel an open or partially-filled order.

pax.cancel_all_orders

Bulk cancel all open orders for a user + (optional) market. Atomic.

pax.orders_open

List currently-open orders for the user (status IN open, partially_filled).

pax.orders_history

Historical orders (filled + cancelled + expired) for the user, paginated.

pax.fee_estimate

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).

pax.mm_stipend_estimate

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.

pax.mm_stipend_history

Historical LQF stipend payouts for a market maker. Optional market_id filter, default limit 30.

pax.liquidity_leaderboard

Public leaderboard of top LQF stipend earners over a rolling window. Optional market_id filter.

pax.subaccount_create

Create a new subaccount under the primary user account.

pax.subaccount_transfer

Transfer USDT between subaccounts under the same primary user.

pax.subaccount_close

Close (freeze) a subaccount. Rejects if positions/balance/open orders remain.

pax.composer_templates_list

List market templates available for opening new markets (crypto price binary, sports, election, etc).

pax.composer_template_get

Read a single market template with resolution rules + example config.

pax.composer_proposal_submit

Submit a new market proposal from a template. Enters admin review queue.

pax.resolution_evidence

Return the evidence + sources used to resolve a market.

pax.mm_quote_post

Post a two-sided MM quote to a market. TTL 1-3600s. Requires designated MM status for rebate.

pax.mm_quotes_list

List active MM quotes for a market.

pax.rfq_create

Create an RFQ (request for quote) — asks MMs to bid for a specific size.

pax.rfq_accept

Accept a specific RFQ quote — atomically fills at the quoted price.

pax.builder_me

Return the current builder profile: tier, apps count, 30d volume + fee revenue, verified status.

pax.builder_apps_list

List apps registered under the current builder profile.

pax.builder_apikeys_list

List API keys for a specific app (metadata only — secrets never returned).

pax.tier_status

Read the current builder tier + auto-graduation progress (30d volume + days remaining + abuse flags).

pax.fee_ledger_read

Read fee_ledger entries attributed to the current builder — 4-way split shares + additive builder fees.

pax.webhook_endpoints_list

List webhook endpoints registered under an app.

pax.webhook_create

Register a new webhook endpoint. Returns whsec_<hex> ONCE for signing verification.

pax.webhook_deliveries

Read recent webhook delivery attempts for an endpoint (status, HTTP code, retry count).

pax.access_request_create

Submit an access-request for a builder track (no email required — provide Telegram / Signal / Discord / Matrix / X DM handle).

pax.access_request_status

Check status of a pending access request by its request_id.

pax.sandbox_agent_examples

End-to-end examples for building an AI agent against PAX — sandbox keys, minimal flows.

pax.health

MCP server health + protocol version + D1 reachability + upstream latency.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "predictasiax": {
      "url": "https://mcp.predictasiax.com/mcp",
      "transport": "http"
    }
  }
}