Skip to main content
Glama

VN Stock API MCP Server

by Long0308

get_api_endpoints

Retrieve specific API endpoints for Vietnamese stock data providers including VNDirect, FireAnt, and SSI. Get detailed endpoint information with URLs, methods, and descriptions for accessing market data, trading, and account services.

Instructions

Get specific API endpoints for a provider. Returns detailed endpoint information including URLs, methods, and descriptions.

Input Schema

NameRequiredDescriptionDefault
providerYesStock API provider
categoryNoOptional category filter (e.g., 'trading', 'market-data', 'account')

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Optional category filter (e.g., 'trading', 'market-data', 'account')", "type": "string" }, "provider": { "description": "Stock API provider", "enum": [ "vndirect", "fireant", "ssi" ], "type": "string" } }, "required": [ "provider" ], "type": "object" }

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/Long0308/vn-stock-api-mcp'

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