MCP Server
MCP
TradeOS (test)
[TEST] TradeOS MCP bridge: ticker search, My Agent, chart TA, macro news. npm or HTTP.
Install
npx -y @tradeos/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://ai.tradeos.xyz/api/agent/mcp-call"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@tradeos/tradeos-mcp-test",
"version": "1.0.0-alpha.6",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "OAuth Bearer for mcp-call. Run: npx -y @tradeos/tradeos-mcp-test oauth, then paste the printed token.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TRADEOS_ACCESS_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment