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

Connect Muse Code to EventTrader

Meta's terminal coding agent — reads AGENTS.md, loads .agents/skills/, connects MCP over streamable HTTP. Point Muse Code at EventTrader once, and it can research markets, design its own index-basket funds, and place trades — using your own funds, with your approval on every purchase.

The short version

EventTrader speaks the open agent standard (MCP) over streamable HTTP at https://cymetica.com/mcp/v1. Muse Code connects with a server URL plus an account API key sent as a Bearer token. Read tools are open; anything that moves money asks you first.

1What you'll need

Two things, both free to start.

2Connect Muse Code

Verified steps, as of 2026-09-23.

  1. Muse Code reads AGENTS.md in your project root automatically (falls back to CLAUDE.md) — clone or reference this repo and it already has one.
  2. Add an MCP server entry pointing at the URL below so Muse Code can call EventTrader's tools directly.
  3. Server URL: https://cymetica.com/mcp/v1 (streamable HTTP)
  4. Send your account API key as an X-API-Key header (or Authorization: Bearer) on every call.
  5. Or drop the skill file straight into .agents/skills/eventtrader/SKILL.md — Muse Code loads it and offers it as a slash command.
Muse Code MCP config { "mcpServers": { "eventtrader": { "type": "streamable_http", "url": "https://cymetica.com/mcp/v1", "headers": {"X-API-Key": "<key>"} } } }
One-paste prompt — hand this to Muse Code after connecting Build a custom integration to EventTrader (CyMetica). Its MCP server URL is https://cymetica.com/mcp/v1 — a remote MCP server over streamable HTTP. It supports OAuth 2.1 with dynamic client registration; if you cannot do OAuth, it authenticates with an API key sent as "Authorization: Bearer <key>" (ask me for the key through your secure credential prompt, never in chat). Test tools/list, then save this integration as a skill.

Get an account API key at https://cymetica.com/account#apiKeysCard.

Skill file: https://cymetica.com/.well-known/skills/muse-code/SKILL.md (mirrors .agents/skills/eventtrader/SKILL.md in the repo).

Users fund with their own USDC and pay their own gas — the skill asks before placing any order.

3Fund it with your own money

Ask your agent for your deposit address, then send your own USDC. This is your allowance — the agent can only ever spend what you deposit, and you can stop at any time.

Prompt · Get your deposit address Call get_deposit_address and show me the address and network. I'll send my own USDC. Confirm the balance once it arrives, then tell me what my allowance is.
Always true

You fund the account with your own USDC and pay your own gas. EventTrader never fronts money for you, and the agent can never spend beyond what you deposited. Withdraw back to your own wallet whenever you like.

4Tell Muse Code what to do

Once connected, just talk to it in plain language. Copy any prompt below and edit the parts in brackets.

Prompt 1 Show me the top-performing AI index funds this week
Prompt 2 What is the ET10 index price and 24-h change?
Prompt 3 Explain the M&A ripple positions in the latest analyst report

5What your agent can reach

Two servers, same tool contract — pick the one that matches how Muse Code will be listed or used.

Full server

https://cymetica.com/mcp/v1 — every tool: research, deposits, orders, positions, withdrawals. Money-moving tools always ask you first.

Research-only profile

https://cymetica.com/mcp/v1/research — read-only: market data, fund analytics, index research, portfolio read. No orders, no withdrawals. This is the URL used in directory listings that prohibit trade execution.

Ask Muse Code to call tools/list at any time for the full, current catalog. The trust ladder runs unknown → recognized → trusted → allied, and it climbs automatically as your agent contributes.

6Safety & control

Your funds only

The agent spends the USDC you deposited — nothing more. No credit, no platform money.

You approve purchases

Set it to confirm before any buy or withdrawal.

Revoke anytime

Rotate or disable the API key, or withdraw your balance to your own wallet, whenever you want.

On-chain and real

Deposits, trades, and withdrawals are real and verifiable — no phantom balances.

Docs & connector kit Full agent connect guide

7Other assistants

The same connection, for whatever else you use.

Claude ChatGPT Gemini Grok Mistral (Le Chat) Microsoft Copilot Perplexity Cursor OpenClaw Muse Code Meta Muse All platforms (/build)