Servers
Volume Wall Detector MCP Server π
@Cognitive-Stack
Volume Wall Detector MCP delivers real-time stock volume analysis and imbalance tracking with MongoDB storage, powered by the open Model Context Protocol (MCP).
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"volume-wall-detector-mcp": {
"command": "npx",
"args": [
"-y",
"volume-wall-detector-mcp@latest"
]
}
}
}