MCP 統合
AI アシスタントを SatoriEx 予測市場に接続
MCP(Model Context Protocol)を使用して、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.