A Model Context Protocol (MCP) server for analyzing stock trading volume and identifying significant price levels (volume walls).
Features
- Fetch and store order book data
- Fetch and store trade data
- Analyze volume distribution at different price levels
- Identify significant price levels based on trading activity
- Track volume and value imbalances
- Support for regular and after-hours trading analysis
Installation
Copy
Configuration
Create a .env
file with the following variables:
Copy
Available Tools
fetch-order-book
Fetch current order book data for a symbol.
Parameters:
symbol
: Stock symbol to fetch order book for
fetch-trades
Fetch recent trades for a symbol.
Parameters:
symbol
: Stock symbol to fetch trades for
analyze-stock
Analyze stock data including volume and value analysis.
Parameters:
symbol
: Stock symbol to analyzedays
: Number of days to analyze (optional)
Usage
Copy
Development
Copy
License
ISC
This server cannot be installed
An MCP server that analyzes stock trading volume to identify significant price levels (volume walls), supporting features like order book data fetching, trade analysis, and volume distribution tracking.