TrendWakeTrendWake

Developers

TrendWake MCP — connect your AI agent

TrendWake exposes its signals, watchlist and strategy performance to any AI agent that speaks the Model Context Protocol (Claude Desktop, Claude Code, Cursor, ChatGPT…). Your agent reads TrendWake for research and connects your own brokerage separately for execution. It’s a Premium feature.

How it fits together

MCP servers don’t talk to each other — your agent is the hub. You connect two servers to it: TrendWake (signals) and your broker’s agentic server (e.g. Robinhood or Webull). The agent reads a signal from us, pulls a live quote from your broker, asks us to size it, and places the order through your broker — with your approval. TrendWake never sees your brokerage and never places a trade.

1. Get a key

In the app, go to Account → Developer and create a key. It starts with tw_mcp_ and is shown once — copy it then. You can revoke it anytime; keys are capped at 5 active per account.

2. Connect your agent

Claude Code (terminal):

claude mcp add trendwake --transport http https://mcp.trendwake.com/mcp \
  --header "Authorization: Bearer tw_mcp_your_key_here"

Claude Desktop / Cursor — add to your MCP config:

{
  "mcpServers": {
    "trendwake": {
      "transport": "http",
      "url": "https://mcp.trendwake.com/mcp",
      "headers": { "Authorization": "Bearer tw_mcp_your_key_here" }
    }
  }
}

ChatGPT and other MCP-capable clients use the same URL + Bearer header.

3. Add your broker (for execution)

To actually place trades, connect your brokerage’s own agentic MCP server alongside TrendWake — this is set up on the broker’s side, with a dedicated, separately-funded account and per-trade approval. For example, Robinhood’s agentic server:

claude mcp add robinhood-trading --transport http https://agent.robinhood.com/mcp/trading

Webull and other brokers offer equivalent MCP servers — follow their setup. TrendWake is broker-agnostic; it works next to whichever one you connect.

What TrendWake exposes

  • get_latest_signalsThe most recent signals across the live strategies (ticker, direction, strategy, derived stop %).
  • check_signal_for_tickerWhether a specific ticker has a signal today.
  • get_signal_planRisk-based position sizing for a signal — you pass the current price from your brokerage; it returns shares / stop / max loss.
  • get_active_positionsWhat the public paper-trading bot is holding right now.
  • get_watchlistThe curated signal universe (symbol, grade, sector).
  • get_strategy_performanceBacktest summary for a strategy (win rate, profit factor, drawdown, return) with the survivor-bias caveat.

Signals only — TrendWake never returns raw market price data. Your agent gets live prices from your brokerage connection.

Example prompts

  • “What are TrendWake’s latest long signals today?”
  • “Does COIN have a TrendWake signal right now, and what’s the daily strategy’s backtest look like?”
  • “Check TrendWake for new long signals. For any with profit factor above 1.5, get the current price from my broker, size it for my $10,000 account at 2% risk, and show me the plan before placing anything.”

Limits & safety

  • TrendWake never places trades and never stores brokerage credentials — execution is entirely your broker + your agent.
  • Signals are derived data only — no raw price feeds.
  • Read-only: the TrendWake tools can’t change your account or your data.
  • Keys are revocable instantly and rate-limited (60 requests/minute).
  • Agents can be wrong. Start with a small, dedicated funded account and keep approval prompts on.

TrendWake signals are educational tools. Not financial advice. Past performance does not guarantee future results.

TrendWake is a product of AllMarketCaps LLC. Simulated results. Past performance does not guarantee future results. Not financial advice.