Catalog
TradeOS (test)
Officialby TradeOS-AI · JavaScript
[TEST] TradeOS MCP bridge: ticker search, My Agent, chart TA, macro news. npm or HTTP.
Trading platform bridge providing ticker search, charts, technical analysis, and macro news.
Topics
technical-analysistrading-toolkit
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
TRADEOS_ACCESS_TOKENrequiredsecretOAuth Bearer for mcp-call. Run: npx -y @tradeos/tradeos-mcp-test oauth, then paste the printed token.
claude_desktop_config.json
{
"mcpServers": {
"tradeos-mcp-test": {
"command": "npx",
"args": [
"-y",
"@tradeos/tradeos-mcp-test@1.0.0-alpha.6"
],
"env": {
"TRADEOS_ACCESS_TOKEN": "<YOUR_TRADEOS_ACCESS_TOKEN>"
}
}
}
}