Back to MCP directory
publicPublicdnsLocal runtime

mcp-trader

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

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client