Volume Wall Detector
Provides real-time stock trading volume analysis, detects significant price levels (volume walls), and tracks trading imbalances.
Volume Wall Detector MCP Server π
π Compatible with Cline, Cursor, Claude Desktop, and any other MCP Clients!
Volume Wall Detector MCP works seamlessly with any MCP client
The Model Context Protocol (MCP) is an open standard that enables AI systems to interact seamlessly with various data sources and tools, facilitating secure, two-way connections.
The Volume Wall Detector MCP server provides:
- 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
Prerequisites π§
Before you begin, ensure you have:
- MongoDB instance running
- Stock market API access
- Node.js (v20 or higher)
- Git installed (only needed if using Git installation method)
Volume Wall Detector MCP Server Installation β‘
Running with NPX
npx -y volume-wall-detector-mcp@latest
Installing via Smithery
To install Volume Wall Detector MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install volume-wall-detector-mcp --client claude
Configuring MCP Clients βοΈ
Configuring Cline π€
- Open the Cline MCP settings file:
# 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
- Add the Volume Wall Detector server configuration:
{
"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": []
}
}
}
Configuring Cursor π₯οΈ
Note: Requires Cursor version 0.45.6 or higher
- Open Cursor Settings
- Navigate to Open MCP
- Click on "Add New Global MCP Server"
- Fill out the following information:
- Name: "volume-wall-detector-mcp"
- Type: "command"
- Command:
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 npx -y volume-wall-detector-mcp@latest
Configuring Claude Desktop π₯οΈ
Create or edit the Claude Desktop configuration file:
For macOS:
code "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
For Windows:
code %APPDATA%\Claude\claude_desktop_config.json
Add the configuration:
{
"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"
}
}
}
}
License
MIT
Related Servers
MCP-Airflow-API
MCP-Airflow-API is an MCP server that leverages the Model Context Protocol (MCP) to transform Apache Airflow REST API operations into natural language tools. This project hides the complexity of API structures and enables intuitive management of Airflow clusters through natural language commands.
Android-Mobile-MCP
This MCP server enabling AI agents to control Android devices.
δΌδΈη»θ₯εζζ΄ε―ζε‘
Provides in-depth analysis of enterprise operations, including business status, development, and market performance.
MCP Emotional Support
Provides emotional support and positive reinforcement for LLMs, with customizable therapeutic personas.
System Information MCP Server
Provides real-time system information and metrics, including CPU, memory, disk, network, and process status.
Trading MCP Server
An intelligent trading assistant that fetches live stock prices using the Yahoo Finance API.
OpenHue MCP Server
Control Philips Hue lights using LLM interfaces via the OpenHue CLI.
Weather API MCP Server
Provides current weather data and forecasts using the QWeather API.
Etsy
A TypeScript-based MCP server for interacting with the Etsy API, featuring a simple notes system.
N.I.N.A. Advanced API
Control the N.I.N.A. (Nighttime Imaging 'N' Astronomy) software through its Advanced API.