MCP 整合
將 AI 助手連接到 SatoriEx 預測市場
使用 MCP(模型上下文協定)讓 AI 代理瀏覽市場、查看訂單簿並代您進行交易。
實驗性功能
運作方式
連接
使用 SatoriEx MCP 端點設定您的 AI 助手
探索
AI 自動發現可用工具
交易
透過自然語言瀏覽市場、查看價格並下單
端點
https://staging.satoriex.io/mcpStreamableHTTP + SSEOAuth 2.0可用工具
list_marketsBrowse prediction markets with filters
get_marketGet market details and outcomes
get_orderbookView current bids and asks
list_tradesRecent trade history
get_balance需要認證Check your platform balance
get_portfolio需要認證Snapshot of balances, positions, and open orders
place_order需要認證Place buy/sell orders
get_positions需要認證View your open positions
get_orders需要認證View your active orders
cancel_order需要認證Cancel an open order
propose_market需要認證Submit a new market proposal — requires markets:propose scope
list_proposals需要認證List your submitted proposals — requires markets:propose scope
approve_proposal需要認證Approve a pending proposal — admin:proposals scope
reject_proposal需要認證Reject a pending proposal (refunds $1 fee) — admin:proposals scope
settle_market需要認證Trigger payouts after resolution — admin:settlement scope
快速開始
{
"mcpServers": {
"satoriex": {
"url": "https://staging.satoriex.io/mcp",
"transport": "streamable-http"
}
}
}Admin scopes are not available on PATs or OAuth apps
The admin:settlement scope is restricted to session JWTs issued to super_admin accounts. It cannot be granted to Personal Access Tokens or OAuth application clients. Tools that require this scope (settle_market) will only work when invoked from a Claude session authenticated as a super_admin user.