Skip to main content
Glama

Volume Wall Detector MCP

体积墙探测器 MCP 服务器 📊

🔌与 Cline、Cursor、Claude Desktop 和任何其他 MCP 客户端兼容!

Volume Wall Detector MCP 可与任何 MCP 客户端无缝协作

模型上下文协议 (MCP) 是一种开放标准,使 AI 系统能够与各种数据源和工具无缝交互,促进安全的双向连接。

Volume Wall Detector MCP 服务器提供:

  • 实时股票交易量分析
  • 检测重要的价格水平(成交量墙)
  • 交易不平衡跟踪和分析
  • 盘后交易分析
  • 基于MongoDB的数据持久化

先决条件🔧

在开始之前,请确保您已:

  • MongoDB实例正在运行
  • 股票市场 API 访问
  • Node.js(v20 或更高版本)
  • 已安装 Git(仅在使用 Git 安装方法时才需要)

体积墙探测器 MCP 服务器安装⚡

使用 NPX 运行

npx -y volume-wall-detector-mcp@latest

通过 Smithery 安装

要通过 Smithery 自动为 Claude Desktop 安装 Volume Wall Detector MCP Server:

npx -y @smithery/cli install volume-wall-detector-mcp --client claude

配置 MCP 客户端 ⚙️

配置 Cline 🤖

  1. 打开 Cline MCP 设置文件:
# For macOS: code ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json # For Windows: code %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
  1. 添加 Volume Wall Detector 服务器配置:
{ "mcpServers": { "volume-wall-detector-mcp": { "command": "npx", "args": ["-y", "volume-wall-detector-mcp@latest"], "env": { "TIMEZONE": "GMT+7", "API_BASE_URL": "your-api-url-here", "MONGO_HOST": "localhost", "MONGO_PORT": "27017", "MONGO_DATABASE": "volume_wall_detector", "MONGO_USER": "admin", "MONGO_PASSWORD": "password", "MONGO_AUTH_SOURCE": "admin", "MONGO_AUTH_MECHANISM": "SCRAM-SHA-1", "PAGE_SIZE": "50", "TRADES_TO_FETCH": "10000", "DAYS_TO_FETCH": "1", "TRANSPORT_TYPE": "stdio", "PORT": "8080" }, "disabled": false, "autoApprove": [] } } }

配置光标🖥️

注意:需要 Cursor 版本 0.45.6 或更高版本

  1. 打开游标设置
  2. 导航至“打开 MCP”
  3. 点击“添加新的全局 MCP 服务器”
  4. 填写以下信息:
    • 名称:“volume-wall-detector-mcp”
    • 类型:“命令”
    • 指令:GXP5

配置 Claude 桌面🖥️

创建或编辑 Claude Desktop 配置文件:

对于 macOS:
code "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
对于 Windows:
code %APPDATA%\Claude\claude_desktop_config.json

添加配置:

{ "mcpServers": { "volume-wall-detector-mcp": { "command": "npx", "args": ["-y", "volume-wall-detector-mcp@latest"], "env": { "TIMEZONE": "GMT+7", "API_BASE_URL": "your-api-url-here", "MONGO_HOST": "localhost", "MONGO_PORT": "27017", "MONGO_DATABASE": "volume_wall_detector", "MONGO_USER": "admin", "MONGO_PASSWORD": "password", "MONGO_AUTH_SOURCE": "admin", "MONGO_AUTH_MECHANISM": "SCRAM-SHA-1", "PAGE_SIZE": "50", "TRADES_TO_FETCH": "10000", "DAYS_TO_FETCH": "1", "TRANSPORT_TYPE": "stdio", "PORT": "8080" } } } }

执照

麻省理工学院

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

MCP 服务器用于分析股票交易量以识别重要的价格水平(交易量墙),支持订单簿数据获取、交易分析和交易量分布跟踪等功能。

  1. 先决条件🔧
    1. 体积墙探测器 MCP 服务器安装⚡
      1. 使用 NPX 运行
      2. 通过 Smithery 安装
    2. 配置 MCP 客户端 ⚙️
      1. 配置 Cline 🤖
      2. 配置光标🖥️
      3. 配置 Claude 桌面🖥️
    3. 执照

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        The MCP Trader Server conducts comprehensive technical analysis on stocks, offering insights into trends, momentum indicators, volatility metrics, and volume analysis to support stock trading decisions.
        Last updated -
        29
        Python
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server implementation that integrates with Angle One APIs to provide standardized access to financial market data, trading operations, and portfolio management.
        Last updated -
        Python
      • -
        security
        A
        license
        -
        quality
        An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
        Last updated -
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that monitors and provides analytics on weekly report submissions in a Google Sheet, allowing users to check missing submissions, view statistics, and track individual reporting status.
        Last updated -
        Python

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cognitive-Stack/volume-wall-detector-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server