Support

Most issues can be resolved using the built-in recovery tools available to your AI agent. Follow the escalation steps below before reaching out.

Troubleshooting steps

This is a cloud-hosted multi-tenant service. You do not have access to server logs, processes, or infrastructure. All interaction happens through MCP tools. Follow this escalation path:

  1. Check health

    check_health

    Ask your agent to call check_health. This returns the overall status (HEALTHY / DEGRADED / UNHEALTHY), FIX session state, QUOTE session state, kill switch status, and current risk usage. It's the single best diagnostic starting point.

    Try asking: "Check the connection health"
  2. Reconnect the TRADE session

    reconnect_trade_session

    If fixState is not ACTIVE, ask your agent to call reconnect_trade_session. This tears down the old connection, opens a fresh one, and reconciles positions from the broker. Common after weekends when markets are closed.

    Try asking: "Reconnect the trade session"
  3. Reconnect the QUOTE session

    reconnect_quote_session

    If live prices are missing or QUOTE session shows as DISCONNECTED, call reconnect_quote_session. This restores real-time price data and re-subscribes to all previously subscribed symbols.

    Try asking: "Reconnect the quote session"
  4. Reset session (reconfigure)

    reset_session

    If you need to change your trading mode, risk limits, or FIX server, use reset_session. This terminates your current session and triggers re-authentication, opening the configuration form in your browser. Your broker positions and journal entries are not affected.

    Try asking: "Reset my session so I can reconfigure"
  5. Disconnect and reconnect

    If the above steps don't resolve the issue, disconnect the MCP connector in your client settings (Claude Desktop: Settings → Integrations; claude.ai: Settings → Connections) and reconnect. This triggers a full fresh OAuth flow.

Do not attempt to restart processes or check logs.

This is a shared cloud service. You do not have SSH, Docker, or server access. Using reconnect_trade_session and reset_session are the correct recovery tools.

Reporting bugs and requesting features

Use the submit_feedback tool to report issues or suggest improvements. Your AI agent can call it directly.

Built-in knowledge base

The server includes a full knowledge base accessible through your AI agent. Ask for any topic:

getting-started

Getting Started

Connection setup, OAuth flow, client configuration

"get_knowledge topic:getting-started"
order-guide

Order Guide

Volume formulas, order types, SL/TP workflow

"get_knowledge topic:order-guide"
risk-management

Risk Management

Risk guards, kill switch, daily limits

"get_knowledge topic:risk-management"
limitations

Limitations

Known constraints of the FIX protocol

"get_knowledge topic:limitations"
error-codes

Error Codes

Full list of error codes with resolution steps

"get_knowledge topic:error-codes"
security

Security

Credential handling, encryption, session security

"get_knowledge topic:security"
service-model

Service Model

Cloud architecture, what you can and cannot access

"get_knowledge topic:service-model"
feedback

Feedback

How to report bugs and request features

"get_knowledge topic:feedback"

Full documentation

Detailed guides for every client, trading concept, order type, and configuration option.

Open Docs

Common questions

Check the FAQ before submitting feedback — most common issues (locked out, rejected orders, stale positions) are covered there.

Browse FAQ