V

Volume Wall Detector

Analyzes stock trading data to identify volume walls and key price levels where significant trading ...

106 views
0 installs
Updated Sep 12, 2025
Not audited
Analyzes stock trading data to identify volume walls and key price levels where significant trading activity occurs, providing traders with insights into market structure and potential reversal points.
  1. 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., localhost or a remote hostname)
      • Port (default is usually 27017)
      • Database Name (e.g., volume_wall_detector)
      • Username
      • Password
      • Auth Source (might be admin or your database name)
      • Auth Mechanism (e.g., SCRAM-SHA-1—this is the default, unless changed in your setup)
  2. 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).
  3. Copy the Required Values

    • Record the following details:
      • TIMEZONE (e.g., GMT+7 or 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, and PORT as needed for your use-case.
  4. 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 API
      • MONGO_HOST: The hostname of your MongoDB server
      • MONGO_PORT: The port of your MongoDB server (27017 by default)
      • MONGO_DATABASE: Name of your MongoDB database (e.g., volume_wall_detector)
      • MONGO_USER: Your MongoDB username
      • MONGO_PASSWORD: Your MongoDB password
      • MONGO_AUTH_SOURCE: Typically admin, unless set differently
      • MONGO_AUTH_MECHANISM: Typically SCRAM-SHA-1, unless using a different mechanism
      • PAGE_SIZE, TRADES_TO_FETCH, DAYS_TO_FETCH, TRANSPORT_TYPE, PORT: Adjust as appropriate, or accept default/recommended values
  5. 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

View on GitHub

More for Finance

View All →

More for Analytics and Data

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.