TRKR MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TRKR MCP ServerWhat's the 10-year return distribution for SPY across all scenarios?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TRKR agents
Connect your own AI assistant to TRKR's synthetic market data.
TRKR simulates hundreds of complete alternative futures for real assets — every one a full ten years of daily prices, anchored to today's market and generated by a regime-aware, macro-driven engine calibrated against two decades of history. This plugin lets Claude query that data directly; ChatGPT and any other MCP client can reach the same endpoint (see below).
The simulations stay on TRKR's servers; the thinking happens in the assistant you already pay for. TRKR sends small, reduced answers — quantile bands, summary statistics, downsampled series — never the raw grid. That keeps your context small and your bill low.
Install (Claude)
/plugin marketplace add trkr-ai/trkr-agents
/plugin install trkrThen set your API key, which you can create at trkr.ai/app/agents:
export TRKR_API_KEY=trkr_sk_...Or, without the plugin, point any MCP client at the endpoint directly:
claude mcp add --transport http trkr https://www.trkr.ai/api/mcp \
--header "Authorization: Bearer $TRKR_API_KEY"Related MCP server: Ironflow MCP
ChatGPT
ChatGPT cannot send an API key to an MCP server — OpenAI's connectors support OAuth only — so it signs you in instead. There is no key to copy.
Turn on developer mode in ChatGPT's settings. OpenAI has moved this between Security and login, Connectors → Advanced settings and Apps → Advanced, so follow their help article rather than a path written here. It is on chatgpt.com only (not the mobile app), needs a paid plan, and on a Business or Enterprise workspace an admin must allow custom connectors first.
Create a connector pointing at
https://www.trkr.ai/api/mcp, authentication OAuth.You will land on trkr.ai to sign in and approve the connection, then return to ChatGPT with the tools available.
The skill in this repo is a Claude format, so a ChatGPT connector does not
install it. The same rules travel in the server's own instructions, which
ChatGPT reads at connection time — but if you use TRKR in a ChatGPT Project,
pasting trkr/skills/reading-synthetic-markets/SKILL.md into the project's
custom instructions is the closest equivalent.
Google Antigravity
Gemini CLI was retired in June 2026 and replaced by Antigravity (the agy
command). The consumer app at gemini.google.com still has no way to add a
connector, so Antigravity is the route for Google users — and it is free.
curl -fsSL https://antigravity.google/cli/install.sh | bash
agy installThen, one command — flags must come before the name, and an http URL is
detected without --type:
agy mcp add --header "Authorization: Bearer $TRKR_API_KEY" \
trkr https://www.trkr.ai/api/mcpOr write it to ~/.gemini/config/mcp_config.json yourself (.agents/mcp_config.json
for one workspace). The field is serverUrl; Antigravity rejects the url and
httpUrl spellings Gemini CLI used, and the wrong one fails as though the server
were down:
{
"mcpServers": {
"trkr": {
"serverUrl": "https://www.trkr.ai/api/mcp",
"headers": { "Authorization": "Bearer trkr_sk_..." }
}
}
}Drop the header entirely and Antigravity handles OAuth by itself — it registers dynamically and sends you to trkr.ai to approve, the same flow ChatGPT uses.
What you can ask
"Why does future #42 crash in 2031?" — it reads the regimes, macro paths and prices behind that specific simulation.
"Critique 60/30/10 SPY/AGG/GLD." — run through every future at once, with the outcome distribution rather than a single backtest.
"Build something for a client retiring in five years." — co-build the allocation, then test it.
"Is this data credible?" — the quality scorecard, per asset, rather than an assurance.
What's in here
| The MCP server: seven tools over the current run |
| How to read an ensemble without drawing false conclusions — the spread vs the median, unit conventions, and why filtering futures by realized returns invalidates a benchmark comparison |
The skill matters as much as the tools. Simulated ensembles invite a specific class of confident, wrong conclusion, and the skill is what stops your assistant producing them.
Not investment advice
TRKR is simulated data for analysis and stress testing. No output is a prediction about real markets. Methodology: trkr.ai/methodology.
This server cannot be deployed
Maintenance
Related MCP Connectors
Live multi-asset market data for AI agents with provenance, starter credits, x402, and examples.
Market intelligence for AI agents. Real-time data, cross-market analysis, and regime detection.
Verified RWA tokenization knowledge — security tokens, regulation, standards — for any AI.
Prediction markets, on-chain flows, ETF flows, equities and macro intelligence for AI agents.
Related MCP Servers
- FlicenseAqualityCmaintenanceConnects AI agents to Real World Asset (RWA) data, enabling queries about tokenized assets, market trends, TVL analytics, token holders, and portfolio tracking across multiple blockchains.181-

Ironflow MCPofficial
AlicenseBqualityCmaintenanceEnables AI agents to access real-time and historical market data for on-chain derivatives, including prices, orderbooks, trades, and analytics. Supports triggers, cohorts, and bulk export for advanced use cases.3271 npmMIT
meridian-edge-mcpofficial
AlicenseAqualityDmaintenanceProvides AI assistants with real-time prediction market consensus data, including probabilities, opportunities, signals, and settlements.5MIT- AlicenseNot gradedqualityBmaintenanceEnables MCP-compatible AI agents to retrieve quantum-computed portfolio optimisation, VaR simulations, AI-enhanced sentiment and regime detection, and cross-asset risk signals through simple metric tools.360 npmMIT