Est. 2023 · Multi-asset advisorySep 07, 2026 · New York
TradingAdvisor

Connect your AI assistant

TradingAdvisor ships an MCP server, so Claude, ChatGPT, Cursor, and any other MCP-compatible client can query signals, trading levels, and the public track record directly in your chats. Every client signs in with your TradingAdvisor account via OAuth — and the tools themselves are a Premium feature.

Server URL

One URL for every client (Streamable HTTP transport):

https://app.tradingadvisor.app/api/mcp

Claude

Adding a connector is a settings action Claude can't do for you, so it takes three steps — about a minute:

  1. On claude.ai or in the Claude app, open Settings → Connectors → Add custom connector and paste the server URL above.
  2. Complete the sign-in when it prompts you for your TradingAdvisor account (OAuth).
  3. In your chat, open the connector menu (the tools icon) and make sure TradingAdvisor is toggled on for the conversation.

Then copy and paste this prompt into Claude to start using it:

I just connected the TradingAdvisor MCP connector to this chat. Call get_signals and show me the latest signals with their entry, stop-loss, and take-profit levels, then call get_track_record and summarize the win rate. If the tools aren't available, remind me to enable the TradingAdvisor connector for this conversation from the connector menu.

In Claude Code, one command does the whole thing — it registers the connector and opens the OAuth sign-in for you:

claude mcp add --transport http tradingadvisor https://app.tradingadvisor.app/api/mcp

ChatGPT

In ChatGPT, go to Settings → Apps & Connectors, enable Developer mode if you haven't, choose Create, and paste the server URL above. ChatGPT will redirect you to sign in with your TradingAdvisor account.

Cursor & other MCP clients

Any client that accepts a remote MCP server works with this config (Cursor: .cursor/mcp.json):

{
  "mcpServers": {
    "tradingadvisor": {
      "url": "https://app.tradingadvisor.app/api/mcp"
    }
  }
}

Available tools

Premium required

Anyone can connect and authenticate, but the tools return data only for Premium subscribers. On the free tier they reply with an upgrade link instead — so you can wire up the connector first and subscribe when you're ready.