Volume Wall Detector MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port when not using stdio transport | 8080 |
| TIMEZONE | No | The timezone setting for the server | GMT+7 |
| PAGE_SIZE | No | Number of items per page | 50 |
| MONGO_HOST | No | MongoDB server hostname | localhost |
| MONGO_PORT | No | MongoDB server port | 27017 |
| MONGO_USER | No | MongoDB username | admin |
| API_BASE_URL | Yes | Your stock market API URL | |
| DAYS_TO_FETCH | No | Number of days of data to fetch | 1 |
| MONGO_DATABASE | No | MongoDB database name | volume_wall_detector |
| MONGO_PASSWORD | No | MongoDB password | password |
| TRANSPORT_TYPE | No | Transport type for MCP communication | stdio |
| TRADES_TO_FETCH | No | Number of trades to fetch | 10000 |
| MONGO_AUTH_SOURCE | No | MongoDB authentication source | admin |
| MONGO_AUTH_MECHANISM | No | MongoDB authentication mechanism | SCRAM-SHA-1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch-order-bookC | Fetch current order book data for a symbol |
| fetch-tradesC | Fetch recent trades for a symbol |
| analyze-stockC | Analyze stock data including volume and value analysis |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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