Model Context Protocol · read-only

Connect RexUnda to your AI assistant.

Point Claude, ChatGPT, or any MCP-capable assistant at one endpoint and it can pull RexUnda's live signal feed and measured accuracy — misses included — as context, right in your chat. No account, no key. Same public numbers you see on the site.

01Claude Code

One command in your terminal registers RexUnda as a tool source for every Claude Code session.

terminal
claude mcp add --transport http rexunda https://rexunda.com/api/mcp
02Claude Desktop & other stdio clients

Clients that speak the local (stdio) protocol reach a remote endpoint through the mcp-remote bridge. Add this to your claude_desktop_config.json (Settings → Developer → Edit Config), then restart the app.

claude_desktop_config.json
{
  "mcpServers": {
    "rexunda": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://rexunda.com/api/mcp"]
    }
  }
}
03Any other MCP client

Cursor, Windsurf, custom agents, or anything that supports remote MCP: add a server with the Streamable HTTP transport pointed here.

endpoint · streamable http
https://rexunda.com/api/mcp
04What it can answer

Six read-only tools over the public data. Your assistant picks the right one from the question.

get_signal_feedRecent signals, aggregated by ticker — the free-tier preview view.
get_accuracy_statsThe public scorecard: hit rates over the last 30 days, by window.
get_recent_resolvedRecently resolved signals with their measured outcomes — wins and misses.
get_ticker_accuracyThe signal track record for one symbol.
list_factor_eventsActive macro factor pressures with anonymous exposure counts.
get_factor_cardOne factor card: narrative, mechanisms, exposure shape.
05Try these

Once it's connected, ask in plain language — the assistant calls the tools for you.

Using the rexunda tools, what's the current signal accuracy?
Show me recent resolved RexUnda signals and how they turned out.
What's RexUnda's track record on AAPL?
List the macro factor pressures RexUnda is tracking right now.
What you're connecting to. This endpoint is read-only and returns exactly what an anonymous visitor sees on the site — the free-tier public view. Embargoed signal detail is never exposed here. Everything is research information with tracked historical outcomes, not investment advice, and past performance does not guarantee future results.