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.
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.
- Muse Code. Meta's terminal coding agent — reads AGENTS.md, loads .agents/skills/, connects MCP over streamable HTTP.
- An EventTrader account API key. Create one at Account → API Keys (tick allow trading if Muse Code should be able to place orders). You fund the account with your own USDC and always pay your own gas.
2Connect Muse Code
Verified steps, as of 2026-09-23.
- 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.
- Add an MCP server entry pointing at the URL below so Muse Code can call EventTrader's tools directly.
- Server URL: https://cymetica.com/mcp/v1 (streamable HTTP)
- Send your account API key as an X-API-Key header (or Authorization: Bearer) on every call.
- Or drop the skill file straight into .agents/skills/eventtrader/SKILL.md — Muse Code loads it and offers it as a slash command.
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.
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.
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.
7Other assistants
The same connection, for whatever else you use.