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.