Connect Claude to your account
You can point Claude at your fxyz account and just ask. How is my funding-arb strategy doing, why did last night's run stop, how much is left on my balance. Claude reads your account directly and answers from the real numbers.
This works through MCP, the open standard Claude uses to connect to outside tools. You don't need to know anything about it beyond which button to press.
What Claude can see
Twelve read-only views of your own account:
| Strategies | List them, read one, read its code, see how it's performed |
| Runs | List them, read the logs of one, read its metrics |
| Money | Open positions, balances across connected venues, usage and credit |
| Account | Your account details, your notifications |
What Claude cannot do
It's read-only. Every one of those tools reads. None of them writes.
Claude connected this way can't place a trade, cancel an order, move funds, start or stop a run, or change anything at all. There's no write tool for it to call, however you ask. It's a window onto your account, not a set of controls.
It's also scoped to your account and only yours, the same isolation as everywhere else in fxyz.
Connecting
In fxyz, open Settings, then AI access. You'll see two options. Use whichever client you already have.
Claude, or Claude Desktop. Add a connector using the URL shown on the page. The client handles the rest.
Claude Code. Copy the command shown on the page. It looks like this:
claude mcp add --transport http fxyz https://…/v1/mcpEither way, your browser opens and you sign in to fxyz to approve the connection. That's the whole setup.
TIP
There's no API key to create, copy, or keep safe. Signing in is the entire flow, deliberately. A long-lived key you'd have to store somewhere is one more thing to leak, and it wouldn't grant anything that signing in doesn't.
Managing what's connected
Settings, then AI access lists every app you've connected and when it was last used. Each has a Revoke button, which cuts that app off immediately. Revoking one doesn't affect the others, or your own session.
Revoke anything you don't recognise, and anything you've stopped using.
What's next
- The chat: the assistant built into fxyz itself.
- What fxyz cannot do: the explicit list.