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.
One command in your terminal registers RexUnda as a tool source for every Claude Code session.
claude mcp add --transport http rexunda https://rexunda.com/api/mcp
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.
{
"mcpServers": {
"rexunda": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://rexunda.com/api/mcp"]
}
}
}
Cursor, Windsurf, custom agents, or anything that supports remote MCP: add a server with the Streamable HTTP transport pointed here.
https://rexunda.com/api/mcp
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.Once it's connected, ask in plain language — the assistant calls the tools for you.
RexUnda provides financial data and information for educational purposes only. Nothing on this platform or served through this endpoint constitutes investment advice, a recommendation to buy or sell any security, or a solicitation of any investment. Past signal accuracy does not guarantee future results. You are solely responsible for your own investment decisions.