Quanttogo MCP Server

MCP Server for AI trading signals — 8 live strategies across US and China markets. Free 30-day trial.

Remote serverstreamable-http

What is the Quanttogo MCP MCP server?

If you already use Quanttogo MCP, the quanttogo mcp mcp server is the piece that lets your assistant work with it directly. MCP Server for AI trading signals — 8 live strategies across US and China markets. Free 30-day trial.

What the server does

QuantToGo is not a trading platform, not an asset manager, not a copy-trading community. It is a quantitative signal source — like a weather forecast for financial markets. We publish systematic trading signals based on macroeconomic factors; you decide whether to act on them, in your own brokerage account.

Most quantitative services fall into three categories: self-build platforms (high technical barrier), asset management (you hand over your money), or copy-trading communities (unverifiable, opaque). A signal source is the fourth paradigm:

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • register_trial — Register a 30-day free trial with email, get API Key instantly
  • get_signals — Get latest buy/sell signals for a strategy
  • check_subscription — Check trial status and remaining days
  • Cursor — The Cursor tool exposed by this server

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Quanttogo MCP's toolset — register_trial, get_signals, check_subscription and 1 more — is a fair guide to whether it matches your workflow. It is maintained by quanttogo; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
register_trialRegister a 30-day free trial with email, get API Key instantly
get_signalsGet latest buy/sell signals for a strategy
check_subscriptionCheck trial status and remaining days
CursorThe Cursor tool exposed by this server.

How to install the Quanttogo MCP MCP server

{
  "mcpServers": {
    "quanttogo": {
      "command": "npx",
      "args": ["-y", "quanttogo-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Quanttogo MCP to register trial.
  • Use Quanttogo MCP to get signals.
  • Use Quanttogo MCP to check subscription.

Frequently asked questions

It connects Quanttogo MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (register_trial, get_signals, check_subscription, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Quanttogo MCP directly.