Catalog
io.github.TradeOS-AI/tradeos-mcp
Officialby TradeOS-AI · JavaScript
TradeOS
TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.
Provides stock ticker search, charting, technical analysis, and macro news for trading.
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 oauth, then paste the printed token.
claude_desktop_config.json
{
"mcpServers": {
"tradeos-mcp": {
"command": "npx",
"args": [
"-y",
"@tradeos/tradeos-mcp@1.0.3"
],
"env": {
"TRADEOS_ACCESS_TOKEN": "<YOUR_TRADEOS_ACCESS_TOKEN>"
}
}
}
}