Tích hợp MCP
Kết nối trợ lý AI với thị trường dự đoán SatoriEx
Sử dụng Model Context Protocol (MCP) để AI agents duyệt thị trường, kiểm tra orderbook và giao dịch thay bạn.
Tính năng thử nghiệm
Cách hoạt động
Kết nối
Cấu hình trợ lý AI với endpoint MCP của SatoriEx
Khám phá
AI tự động phát hiện các công cụ có sẵn
Giao dịch
Duyệt thị trường, kiểm tra giá và đặt lệnh qua ngôn ngữ tự nhiên
Endpoint
https://staging.satoriex.io/mcpStreamableHTTP + SSEOAuth 2.0Công cụ có sẵn
list_marketsBrowse prediction markets with filters
get_marketGet market details and outcomes
get_orderbookView current bids and asks
list_tradesRecent trade history
get_balanceYêu cầu xác thựcCheck your platform balance
get_portfolioYêu cầu xác thựcSnapshot of balances, positions, and open orders
place_orderYêu cầu xác thựcPlace buy/sell orders
get_positionsYêu cầu xác thựcView your open positions
get_ordersYêu cầu xác thựcView your active orders
cancel_orderYêu cầu xác thựcCancel an open order
propose_marketYêu cầu xác thựcSubmit a new market proposal — requires markets:propose scope
list_proposalsYêu cầu xác thựcList your submitted proposals — requires markets:propose scope
approve_proposalYêu cầu xác thựcApprove a pending proposal — admin:proposals scope
reject_proposalYêu cầu xác thựcReject a pending proposal (refunds $1 fee) — admin:proposals scope
settle_marketYêu cầu xác thựcTrigger payouts after resolution — admin:settlement scope
Bắt đầu nhanh
{
"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.