Volume Wall Detector MCP

fetch-order-book

Retrieve real-time order book data for a specific stock symbol to analyze market depth and liquidity using the Volume Wall Detector MCP server.

Instructions

Fetch current order book data for a symbol

Input Schema

NameRequiredDescriptionDefault
symbolYesStock symbol to fetch order book for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "description": "Stock symbol to fetch order book for", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from Volume Wall Detector MCP

Related Tools

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