TradeOS AI
@TradeOS-AI
关于 TradeOS AI
Use TradeOS MCP Server to bring your trading data, indicators, strategy logic, and agent workflows into MCP-compatible AI tools. Copy your server URL, add it to GPT or Claude, and let your AI assistant work directly with your TradeOS trading intelligence.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tradeos-mcp": {
"command": "npx",
"args": [
"-y",
"-p",
"@tradeos/tradeos-mcp",
"tradeos-mcp-oauth"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is TradeOS AI?
TradeOS AI lets you connect TradeOS trading intelligence to MCP-compatible AI tools, so your assistant can analyze markets, search tickers, compare spreads, use macro context, and manage custom trading agents directly from natural-language prompts. It is a stdio MCP bridge that proxies tools to the TradeOS Streamable HTTP endpoint (https://ai.tradeos.xyz/api/agent/mcp/mcp-call).
How to use TradeOS AI?
Two modes are supported. HTTP (recommended): set the URL https://ai.tradeos.xyz/api/agent/mcp/mcp-call in your MCP client’s configuration (e.g., Cursor mcp.json); the client handles OAuth. npm stdio: install @tradeos/tradeos-mcp locally, run the OAuth helper to obtain a TRADEOS_ACCESS_TOKEN, then configure the client with the node command pointing to the bridge script and the token in env. Detailed steps for Cursor and Claude Code are provided in the README.
Key features of TradeOS AI
- Analyze markets and search tickers from natural language
- Compare spreads and use macro context
- Manage custom trading agents via prompts
- Supports both HTTP (OAuth) and npm stdio (token) transports
- Production endpoint:
https://ai.tradeos.xyz/api/agent/mcp/mcp-call - Compatible with Cursor, Claude Code, and most MCP clients
- Windows-friendly setup with local install instructions
Use cases of TradeOS AI
- Ask an AI assistant to analyze current market conditions
- Compare bid‑ask spreads across multiple instruments
- Let an AI agent manage a custom trading strategy
- Retrieve macro‑economic context to inform trading decisions
- Search tickers and fetch real‑time data via conversational prompts
FAQ from TradeOS AI
How do I get an access token for the npm stdio mode?
Run the OAuth helper: npx -y -p @tradeos/tradeos-mcp tradeos-mcp-oauth (or node …/scripts/fetch-token.mjs). It opens a browser to authenticate with TradeOS, then prints a JWT (eyJ…) to copy into your MCP client config.
What are the prerequisites for using TradeOS AI?
Node.js 18+ and a TradeOS account with MCP API access are required. For npm stdio mode, you need the ability to run a local installation.
Where does the data go when using TradeOS AI?
All tool calls are proxied to the production endpoint https://ai.tradeos.xyz/api/agent/mcp/mcp-call. No data is stored locally by the bridge; authentication is handled via browser OAuth (HTTP mode) or a token (npm stdio mode).
What transport and authentication options are available?
- HTTP (Streamable HTTP): browser OAuth managed by the MCP client.
- npm stdio: requires a
TRADEOS_ACCESS_TOKENenvironment variable (set in the client’senvconfig, not in the shell).
I see “TRADEOS_ACCESS_TOKEN is required” when connecting. What should I do?
The token is not set in the environment or mcp.json. Run the OAuth helper to get a fresh JWT, then paste it (without any Bearer prefix) into the env section of your MCP client configuration.
AI 与智能体 分类下的更多 MCP 服务器
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
评论