Home › Other › TradeOS

TradeOS

TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.

JavaScript Remote
★ 18 stars Last pushed 2026-06-03 License: MIT

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_TOKEN required 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

Data from the Official MCP Registry