TradeOS (test)
Rank #15,649io.github.TradeOS-AI/tradeos-mcp-test
[TEST] TradeOS MCP bridge: ticker search, My Agent, chart TA, macro news. npm or HTTP.
TradeOS (test) is a Model Context Protocol (MCP) server published by tradeos-ai. It ranks #15,649 of 132,046 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. TradeOS (test) is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Jun 2, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 116,397 of 132,046 servers on MCP Toplist.
Use TradeOS (test)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tradeos-mcp-test https://ai.tradeos.xyz/api/agent/mcp-callclaude mcp add tradeos-mcp-test -e "TRADEOS_ACCESS_TOKEN=<your TRADEOS_ACCESS_TOKEN>" -- npx -y @tradeos/tradeos-mcp-testReplace each placeholder with your own value before saving.
[mcp_servers.tradeos-mcp-test]
url = "https://ai.tradeos.xyz/api/agent/mcp-call"Add to ~/.codex/config.toml.
[mcp_servers.tradeos-mcp-test]
command = "npx"
args = ["-y", "@tradeos/tradeos-mcp-test"]
[mcp_servers.tradeos-mcp-test.env]
TRADEOS_ACCESS_TOKEN = "<your TRADEOS_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://ai.tradeos.xyz/api/agent/mcp-callSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tradeos-mcp-test": {
"command": "npx",
"args": [
"-y",
"@tradeos/tradeos-mcp-test"
],
"env": {
"TRADEOS_ACCESS_TOKEN": "<your TRADEOS_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tradeos-mcp-test": {
"url": "https://ai.tradeos.xyz/api/agent/mcp-call"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tradeos-mcp-test": {
"command": "npx",
"args": [
"-y",
"@tradeos/tradeos-mcp-test"
],
"env": {
"TRADEOS_ACCESS_TOKEN": "<your TRADEOS_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tradeos-mcp-test": {
"type": "http",
"url": "https://ai.tradeos.xyz/api/agent/mcp-call"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tradeos-mcp-test": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tradeos/tradeos-mcp-test"
],
"env": {
"TRADEOS_ACCESS_TOKEN": "<your TRADEOS_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tradeos-mcp-test": {
"serverUrl": "https://ai.tradeos.xyz/api/agent/mcp-call"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tradeos-mcp-test": {
"command": "npx",
"args": [
"-y",
"@tradeos/tradeos-mcp-test"
],
"env": {
"TRADEOS_ACCESS_TOKEN": "<your TRADEOS_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tradeos-mcp-test": {
"url": "https://ai.tradeos.xyz/api/agent/mcp-call"
}
}
}{
"mcpServers": {
"tradeos-mcp-test": {
"command": "npx",
"args": [
"-y",
"@tradeos/tradeos-mcp-test"
],
"env": {
"TRADEOS_ACCESS_TOKEN": "<your TRADEOS_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TradeOS-AI%2Ftradeos-mcp-test)<a href="https://mcptoplist.com/server/io.github.TradeOS-AI%2Ftradeos-mcp-test"><img src="https://mcptoplist.com/badge/io.github.TradeOS-AI%2Ftradeos-mcp-test.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
tradeos-ai
Available versions (3)
| Version | Published |
|---|---|
| 1.0.0-alpha.6 | Jun 3, 2026 |
| 1.0.3 | Jun 3, 2026 |
| 1.0.0-alpha.4 | Jun 3, 2026 |
Frequently asked questions
- Who maintains TradeOS (test)?
- TradeOS (test) is maintained by tradeos-ai, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is TradeOS (test) listed on the Official MCP Registry?
- Yes — TradeOS (test) is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does TradeOS (test) have?
- MCP Toplist tracks 3 versions of TradeOS (test), most recently published on Jun 3, 2026.
- Where can I find the source code for TradeOS (test)?
- The source code for TradeOS (test) is hosted at github.com/tradeos-ai/tradeos-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.