TradeOS
TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://ai.tradeos.xyz/api/agent/mcp/mcp-call Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http tradeos-mcp https://ai.tradeos.xyz/api/agent/mcp/mcp-call
Or add to your MCP client config:
{
"mcpServers": {
"tradeos-mcp": {
"url": "https://ai.tradeos.xyz/api/agent/mcp/mcp-call"
}
}
}
Package (npm 1.0.3)
npx -y @tradeos/tradeos-mcp@1.0.3
Or add to your MCP client config:
{
"mcpServers": {
"tradeos-mcp": {
"command": "npx",
"args": [
"-y",
"@tradeos/tradeos-mcp@1.0.3"
],
"env": {
"TRADEOS_ACCESS_TOKEN": "<YOUR_VALUE>"
}
}
}
}
TRADEOS_ACCESS_TOKENrequired secret — OAuth Bearer for mcp-call. Run: npx -y @tradeos/tradeos-mcp oauth, then paste the printed token.
This server takes extra arguments — see its repository.
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.TradeOS-AI/tradeos-mcp-test
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry