
TradeOS
Give your agent TradeOS ticker search, chart technical analysis, macro news, and My Agent flows via npm stdio or hosted HTTP.
Overview
TradeOS MCP is an Idea-phase Finance MCP server that exposes ticker search, My Agent, chart TA, and macro news over npm stdio or TradeOS HTTP.
What is this MCP server?
- Ticker search, My Agent, chart TA, and macro news in one TradeOS MCP bridge
- stdio via npx @tradeos/tradeos-mcp 1.0.3 or streamable-http remote at ai.tradeos.xyz
- OAuth Bearer via TRADEOS_ACCESS_TOKEN (npx … oauth flow prints token)
- Version 1.0.3 production package on npm registry
- Suited to agents that draft research memos before you validate a fintech or trading side project
- Package and server version 1.0.3
- 2 transport options: npm stdio and remote streamable-http
- 4 capability areas in description: ticker search, My Agent, chart TA, macro news
What problem does it solve?
Jumping between terminals, chart sites, and news tabs to brief an agent on a symbol wastes time when you are still exploring whether a trading or market-data product is worth building.
Who is it for?
Solo builders prototyping market-research or fintech agents who already use TradeOS and want stdio or HTTP MCP wiring.
Skip if: Teams that need production trade execution, compliance-reviewed brokerage APIs, or zero third-party market data dependence.
What do I get? / Deliverables
With OAuth configured, your agent can call TradeOS research tools from MCP for structured ticker and macro context in one session.
- stdio MCP server runnable via npx @tradeos/tradeos-mcp
- Optional hosted streamable-http MCP endpoint registration
- Agent-accessible ticker search, My Agent, chart TA, and macro news surfaces
Recommended MCP Servers
Journey fit
Market and ticker research belongs in Idea before you commit capital or product bets tied to macro or sector themes. Research subphase matches discovery of symbols, news context, and TA summaries rather than executing trades inside your app repo.
How it compares
Research-oriented finance MCP bridge, not a non-custodial on-chain swap engine.
Common Questions / FAQ
Who is TradeOS MCP for?
Developers and indie quant-curious builders wiring Claude Code or Cursor to TradeOS for ticker search, TA, and macro news during early research.
When should I use TradeOS MCP?
Use it in the Idea research phase when you are scanning symbols and macro context before scoping a trading or analytics product.
How do I add TradeOS MCP to my agent?
Run npx -y @tradeos/tradeos-mcp oauth, set TRADEOS_ACCESS_TOKEN, add the stdio server to MCP config, or register the https://ai.tradeos.xyz/api/agent/mcp/mcp-call remote.