การรวม MCP
เชื่อมต่อผู้ช่วย AI กับตลาดพยากรณ์ SatoriEx
ใช้ Model Context Protocol (MCP) เพื่อให้ AI agents เรียกดูตลาด ตรวจสอบสมุดคำสั่งซื้อขาย และเทรดแทนคุณ
ฟีเจอร์ทดลอง
วิธีการทำงาน
เชื่อมต่อ
ตั้งค่าผู้ช่วย AI ด้วย MCP endpoint ของ SatoriEx
ค้นพบ
AI ค้นพบเครื่องมือที่ใช้ได้โดยอัตโนมัติ
เทรด
เรียกดูตลาด ตรวจสอบราคา และวางคำสั่งผ่านภาษาธรรมชาติ
Endpoint
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.