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.