ข้ามไปยังเนื้อหา

การรวม MCP

เชื่อมต่อผู้ช่วย AI กับตลาดพยากรณ์ SatoriEx

ใช้ Model Context Protocol (MCP) เพื่อให้ AI agents เรียกดูตลาด ตรวจสอบสมุดคำสั่งซื้อขาย และเทรดแทนคุณ

ฟีเจอร์ทดลอง

การผสานรวม MCP อยู่ระหว่างการพัฒนาอย่างต่อเนื่อง พื้นผิวเครื่องมือ การขนส่ง (StreamableHTTP ที่ /mcp, SSE ที่ /mcp/sse) และกระบวนการ OAuth อาจเปลี่ยนแปลงได้โดยไม่แจ้งล่วงหน้า โปรดยึดกับไคลเอ็นต์ที่ระบุเวอร์ชันไว้ และตรวจสอบบันทึกการเปลี่ยนแปลงก่อนนำไปใช้งานอัตโนมัติ

วิธีการทำงาน

1

เชื่อมต่อ

ตั้งค่าผู้ช่วย AI ด้วย MCP endpoint ของ SatoriEx

2

ค้นพบ

AI ค้นพบเครื่องมือที่ใช้ได้โดยอัตโนมัติ

3

เทรด

เรียกดูตลาด ตรวจสอบราคา และวางคำสั่งผ่านภาษาธรรมชาติ

Endpoint

Endpointhttps://staging.satoriex.io/mcp
โปรโตคอลStreamableHTTP + SSE
การยืนยันตัวตนOAuth 2.0

เครื่องมือที่ใช้ได้

list_markets

Browse prediction markets with filters

get_market

Get market details and outcomes

get_orderbook

View current bids and asks

list_trades

Recent 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

เริ่มต้นอย่างรวดเร็ว

mcp.json
{
  "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.

ไคลเอนต์ที่รองรับ

Claude Desktop
Claude Code
Cursor
ผู้ช่วย AI ที่รองรับ MCP ทุกตัว