返回 MCP 目录
public公开dns本地运行

MCP交易分析平台

MCP Trader Server 对股票进行综合技术分析,提供趋势、动量指标、波动率指标和成交量分析的见解,以支持股票交易决策。

article

README

📦 Project Archived

This project has been superseded by a completely new MCP server.

New MCP Server

A new, completely rewritten MCP server is now available at:

🔗 https://github.com/wshobson/maverick-mcp

What This Means

  • This repository (mcp-trader) is now archived and will no longer receive updates
  • The new repository contains a completely new MCP server with enhanced capabilities
  • This is not a migration of the same codebase, but rather a fresh implementation

Getting Started with the New Server

To use the new MCP server:

  1. Clone the new repository:

    git clone https://github.com/wshobson/maverick-mcp.git
    
  2. Follow the setup instructions in the new repository's README

  3. Update your Claude Desktop configuration to use the new server

  4. Star/watch the new repository to stay updated with the latest features

Thank You

Thank you for your interest in this project. The new MCP server offers enhanced capabilities and a completely fresh implementation!

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端