MCP.so
登录

Volume Wall Detector MCP Server 📊

@Cognitive-Stack

关于 Volume Wall Detector MCP Server 📊

Volume Wall Detector MCP delivers real-time stock volume analysis and imbalance tracking with MongoDB storage, powered by the open Model Context Protocol (MCP).

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

Cognitive-Stack

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "volume-wall-detector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "volume-wall-detector-mcp@latest"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Volume Wall Detector MCP Server?

The Volume Wall Detector MCP Server provides real-time stock trading volume analysis, detection of significant price levels (volume walls), trading imbalance tracking, and after-hours trading analysis. It uses MongoDB for data persistence and works seamlessly with MCP clients like Cline, Cursor, and Claude Desktop.

How to use Volume Wall Detector MCP Server?

Install via npx -y volume-wall-detector-mcp@latest or through Smithery. Then configure your MCP client (e.g., Cline, Cursor, Claude Desktop) with the required environment variables: TIMEZONE, API_BASE_URL, MONGO_HOST, MONGO_PORT, MONGO_DATABASE, MONGO_USER, MONGO_PASSWORD, and others as shown in the README.

Key features of Volume Wall Detector MCP Server

  • Real-time stock trading volume analysis
  • Detection of significant price levels (volume walls)
  • Trading imbalance tracking and analysis
  • After-hours trading analysis
  • MongoDB-based data persistence

Use cases of Volume Wall Detector MCP Server

  • Identify key support/resistance levels based on trading volume
  • Analyze intraday volume imbalances for trade signals
  • Monitor after-hours trading activity for overnight risk
  • Backtest volume wall detection strategies with historical data

FAQ from Volume Wall Detector MCP Server

What are the prerequisites to run the server?

You need a running MongoDB instance, a stock market API access, Node.js v20 or higher, and optionally Git.

Where is data stored?

All trading data is persisted in a MongoDB database, configurable via environment variables.

What transport and port does the server use?

The default transport is stdio. An optional TRANSPORT_TYPE and PORT environment variable allow switching to an HTTP server on a specified port.

Which MCP clients are compatible?

The server works with any MCP client, with explicit configuration examples for Cline, Cursor (v0.45.6+), and Claude Desktop.

How do I authenticate to the MongoDB instance?

Provide MONGO_USER, MONGO_PASSWORD, MONGO_AUTH_SOURCE, and MONGO_AUTH_MECHANISM (default SCRAM-SHA-1) in the client configuration.

评论

其他 分类下的更多 MCP 服务器