Chuyển đến nội dung

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

Tích hợp MCP đang trong quá trình phát triển tích cực. Giao diện công cụ, phương thức truyền tải (StreamableHTTP tại /mcp, SSE tại /mcp/sse) và luồng OAuth có thể thay đổi mà không báo trước. Hãy ghim phiên bản client cụ thể và kiểm tra nhật ký thay đổi trước khi tự động hóa.

Cách hoạt động

1

Kết nối

Cấu hình trợ lý AI với endpoint MCP của SatoriEx

2

Khám phá

AI tự động phát hiện các công cụ có sẵn

3

Giao dịch

Duyệt thị trường, kiểm tra giá và đặt lệnh qua ngôn ngữ tự nhiên

Endpoint

Endpointhttps://staging.satoriex.io/mcp
Giao thứcStreamableHTTP + SSE
Xác thựcOAuth 2.0

Công cụ có sẵn

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_balanceYêu cầu xác thực

Check your platform balance

get_portfolioYêu cầu xác thực

Snapshot of balances, positions, and open orders

place_orderYêu cầu xác thực

Place buy/sell orders

get_positionsYêu cầu xác thực

View your open positions

get_ordersYêu cầu xác thực

View your active orders

cancel_orderYêu cầu xác thực

Cancel an open order

propose_marketYêu cầu xác thực

Submit a new market proposal — requires markets:propose scope

list_proposalsYêu cầu xác thực

List your submitted proposals — requires markets:propose scope

approve_proposalYêu cầu xác thực

Approve a pending proposal — admin:proposals scope

reject_proposalYêu cầu xác thực

Reject a pending proposal (refunds $1 fee) — admin:proposals scope

settle_marketYêu cầu xác thực

Trigger payouts after resolution — admin:settlement scope

Bắt đầu nhanh

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.

Máy khách tương thích

Claude Desktop
Claude Code
Cursor
Bất kỳ trợ lý AI tương thích MCP nào