Skip to main content
Glama

Volume Wall Detector MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port when not using stdio transport8080
TIMEZONENoThe timezone setting for the serverGMT+7
PAGE_SIZENoNumber of items per page50
MONGO_HOSTNoMongoDB server hostnamelocalhost
MONGO_PORTNoMongoDB server port27017
MONGO_USERNoMongoDB usernameadmin
API_BASE_URLYesYour stock market API URL
DAYS_TO_FETCHNoNumber of days of data to fetch1
MONGO_DATABASENoMongoDB database namevolume_wall_detector
MONGO_PASSWORDNoMongoDB passwordpassword
TRANSPORT_TYPENoTransport type for MCP communicationstdio
TRADES_TO_FETCHNoNumber of trades to fetch10000
MONGO_AUTH_SOURCENoMongoDB authentication sourceadmin
MONGO_AUTH_MECHANISMNoMongoDB authentication mechanismSCRAM-SHA-1

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch-order-book

Fetch current order book data for a symbol

fetch-trades

Fetch recent trades for a symbol

analyze-stock

Analyze stock data including volume and value analysis

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cognitive-Stack/volume-wall-detector-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server