Volume Wall Detector
Analyzes stock trading data to identify volume walls and key price levels where significant trading ...
Set Up MongoDB
- Deploy a MongoDB instance locally or via a cloud provider (e.g., Atlas, mLab).
- Note the following values as they'll be required for the MCP connection:
- Host (e.g.,
localhostor a remote hostname) - Port (default is usually
27017) - Database Name (e.g.,
volume_wall_detector) - Username
- Password
- Auth Source (might be
adminor your database name) - Auth Mechanism (e.g.,
SCRAM-SHA-1—this is the default, unless changed in your setup)
- Host (e.g.,
Get Your Stock Market API URL
- Register with your chosen stock market data provider (e.g., Alpha Vantage, IEX Cloud, Finnhub).
- Obtain the API endpoint URL and any necessary API keys or credentials.
- For the
API_BASE_URL, use the base URL provided by the stock API service (e.g.,https://api.yourprovider.com).
Copy the Required Values
- Record the following details:
TIMEZONE(e.g.,GMT+7or your local timezone in the required format)API_BASE_URL(from your stock provider)MONGO_HOST,MONGO_PORT,MONGO_DATABASE,MONGO_USER,MONGO_PASSWORD,MONGO_AUTH_SOURCE,MONGO_AUTH_MECHANISM(from your MongoDB setup)- Optionally, adjust
PAGE_SIZE,TRADES_TO_FETCH,DAYS_TO_FETCH,TRANSPORT_TYPE, andPORTas needed for your use-case.
- Record the following details:
Fill in the FastMCP Connection Interface
- Click the "Install Now" button in FastMCP to begin connecting the Volume Wall Detector MCP server.
- Fill the ENV values as follows:
TIMEZONE: Your desired timezone (e.g.,GMT+7)API_BASE_URL: The root URL of your stock APIMONGO_HOST: The hostname of your MongoDB serverMONGO_PORT: The port of your MongoDB server (27017by default)MONGO_DATABASE: Name of your MongoDB database (e.g.,volume_wall_detector)MONGO_USER: Your MongoDB usernameMONGO_PASSWORD: Your MongoDB passwordMONGO_AUTH_SOURCE: Typicallyadmin, unless set differentlyMONGO_AUTH_MECHANISM: TypicallySCRAM-SHA-1, unless using a different mechanismPAGE_SIZE,TRADES_TO_FETCH,DAYS_TO_FETCH,TRANSPORT_TYPE,PORT: Adjust as appropriate, or accept default/recommended values
Complete the Setup
- Click "Install" or "Save" in the FastMCP interface to finalize the connection.
Note:
- Double-check your API provider and MongoDB for the most accurate connection details and credentials.
- If using a cloud MongoDB provider, additional configuration or whitelisting of client IP addresses may be required.
- Consult your stock market API provider’s official docs for obtaining API credentials if necessary.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Finance
View All →Fear & Greed Index
Provides real-time access to CNN's Fear & Greed Index for US stock market sentiment analysis, retrieving current composite scores and seven individual market indicators including S&P 500 momentum, options ratios, and volatility measures with historical comparisons.
More for Analytics and Data
View All →Excel
Unlock powerful Excel automation with this MCP server that reads and writes Excel files effortlessly. It supports text, formulas, sheet creation, and works with XLSX, XLSM, XLTX, and XLTM formats. Windows users benefit from live editing and screen capture features. The server offers tools to describe sheets, read cell ranges with pagination, write values or formulas, create tables, and copy sheets. Configurable paging limits help manage large data efficiently. Designed for seamless Excel data manipulation, it enhances workflow automation and integration with other systems through the Model Context Protocol.
Meta Ads
Unlock AI-driven insights and control for your Meta ad campaigns across Facebook and Instagram. Meta Ads MCP enables large language models to analyze performance, visualize creatives, and provide strategic recommendations through a unified interface. Manage campaigns, ad sets, and ads with actionable feedback on budget allocation, targeting, and creative improvements. Compatible with any MCP client and supports comprehensive campaign management on all Meta platforms. Leverage automated monitoring, creative optimization, and detailed performance metrics to maximize your advertising impact effortlessly.
Gemini CLI
Integrates with Google's Gemini CLI to leverage massive token windows for analyzing large files and codebases, providing general queries, sandbox-mode code execution for safe testing, and structured response handling with behavioral flags for context control.
MCP Server Chart
Generate 25+ diverse chart types effortlessly with MCP Server Chart powered by AntV. This TypeScript-based server supports area, bar, line, pie, radar, Sankey, word cloud, and many other charts, including geographic visualizations specific to China. It enables clear and interactive display of data trends, distributions, relationships, and hierarchies. Flexible tool filtering and record management features enhance customization and monitoring. Perfect for visualizing complex datasets, MCP Server Chart integrates smoothly with various MCP tools and environments, providing developers with a powerful, easy-to-use chart generation solution to communicate data visually and effectively.