Trade Echoin Meta AI (Muse).
Muse builds a custom connector for Trade Echo when you ask it to. Point it at the Trade Echo MCP server, sign in once, and ask about live options flow, dealer gamma levels and dark pool prints.
Connect Meta AI (Muse)
Sign-in: OAuth through a custom connector. Muse can also take a personal access token, but only in its secure credential prompt.
Check your membership
Trade Echo MCP works with a paid Trade Echo membership. Free accounts see a See plans link instead of Allow on the consent screen. If you are not a member yet, pick a plan at tradeecho.com/pricing first.
Ask Muse to connect Trade Echo
In Muse, send this message. Muse sets up a custom connector for the server.
Connect Trade Echo using the MCP server at https://api.tradeecho.com/api/mcp/intel. If you need a Client ID, use trade-echo-mcp.
Enter the Client ID if asked
If Muse shows a Client ID box, enter trade-echo-mcp exactly. It is not your email or username.
Approve on Trade Echo
Follow the sign-in link to Trade Echo and sign in with the email on your membership. Review the scopes requested, leave My Account unchecked unless you want this assistant to read your journal, copy trading status and broker holdings, accept the MCP terms, then click Allow.
Ask Muse
Ask Muse for flow, dealer levels, dark pool prints or a futures session brief, for example: Using Trade Echo, what does the Futures Echo Map show for ES overnight?
Other ways to connect
Token instead of OAuth
If Muse asks for a token instead, create a personal access token on Agent Connections and enter it only in Muse's secure credential prompt. Never paste a token into the chat itself.
te_live_YOUR_TOKEN
Muse Code
Muse Code reads MCP servers from ~/.config/muse/settings.json. Create a token on Agent Connections and add:
{
"schema_version": 1,
"mcp_servers": {
"trade-echo": {
"transport": "streamable_http",
"url": "https://api.tradeecho.com/api/mcp/intel",
"headers": { "Authorization": "Bearer te_live_YOUR_TOKEN" }
}
}
}Replace te_live_YOUR_TOKEN with a token from Agent Connections. Never commit it or paste it into a chat.
Good to know
- Trade Echo connects to Muse as a custom connector that you add yourself.
- The connection appears on Agent Connections labeled Muse. Revoke it there at any time.
- Your Muse login and your Trade Echo login do not need to use the same email.
- Every Trade Echo MCP tool is read-only. Your assistant cannot place orders or change your account through it.
- See every tool your assistant can call in the MCP tool reference, and the rules of use in the MCP terms.
Troubleshooting
| What you see | What to do |
|---|---|
| 401 Unauthorized | The token is missing or mistyped, or the OAuth sign-in was never finished (you saw Connect but did not click Allow). For tokens, check the header reads Authorization: Bearer te_live_... |
| 403 revoked | The connection was revoked on Agent Connections. Connect again (OAuth) or create a new token. |
| 403 subscription_inactive | Your Trade Echo membership is not active, or you signed in with a different email. Renew at tradeecho.com/pricing and the same connection works again. |
| Credit limit reached (429) | You used this hour's credit budget. Wait for the hourly reset or add a bonus credit pack on Agent Connections. |
| Account tools are missing | Journal, copy trading and holdings tools only appear with My Account. Reconnect and check My Account on the consent screen, or create a token with the My Account switch on. |
Using another assistant?
Claude, ChatGPT or Other clients. MCP is included with every paid Trade Echo plan.
