- Volume Wall Detector MCP Server 📊
Volume Wall Detector MCP Server 📊
Content
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
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
DeepChatYour AI Partner on Desktop
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Amap Maps高德地图官方 MCP Server
WindsurfThe new purpose-built IDE to harness magic
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Serper MCP ServerA Serper MCP Server
Playwright McpPlaywright MCP server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.