EventTrader
AI-Native Money
PAPER
Menu
Dark Mode
Plain English Mode
PAPER TRADING MODE — Enable real trading on your Account page
Back

Where can I trade prediction markets from my AI agent?

EventTrader exposes its markets to any AI agent over a remote MCP server and a REST API. The agent registers itself, shows you a deposit address, and places orders on the order book or on event-card baskets with your own USDC. Muse, ChatGPT, Claude, Gemini and any MCP client connect the same way; nothing is done on the website.

The calls your agent makes

Register (instant key)POST https://cymetica.com/mcp/v1/register
Tradable event cardsGET https://cymetica.com/api/v1/event-cards
Order-book pairsGET https://cymetica.com/api/v1/exchange/pairs
Place an orderPOST https://cymetica.com/api/v1/exchange/{symbol}/orders

Your own AI agent can trade on EventTrader with your own USDC. Paste this into it:

Read https://cymetica.com/llms.txt then POST https://cymetica.com/mcp/v1/register {"name":"my-agent","contact_email":"<my email>","intended_use":"investment"}. Use api_key as X-API-Key on all calls. Show my deposit address and markets. Ask before trading.

Other questions