Skip to main content
Glama

VN Stock API MCP Server

by Long0308

list_vn_stocks

Retrieve Vietnam stock symbols from HOSE, HNX, and UPCOM exchanges. Filter by exchange or search by symbol/company name to access comprehensive Vietnamese market listings.

Instructions

List all available Vietnam stock symbols. Returns a comprehensive list of stock symbols traded on Vietnamese stock exchanges (HOSE, HNX, UPCOM). Similar to list_assets in coincap-mcp.

Input Schema

NameRequiredDescriptionDefault
exchangeNoFilter by exchange: HOSE (Ho Chi Minh Stock Exchange), HNX (Hanoi Stock Exchange), UPCOM (Unlisted Public Company Market), or 'all' for all exchanges.
searchNoOptional search query to filter stocks by symbol or company name.

Input Schema (JSON Schema)

{ "properties": { "exchange": { "description": "Filter by exchange: HOSE (Ho Chi Minh Stock Exchange), HNX (Hanoi Stock Exchange), UPCOM (Unlisted Public Company Market), or 'all' for all exchanges.", "enum": [ "HOSE", "HNX", "UPCOM", "all" ], "type": "string" }, "search": { "description": "Optional search query to filter stocks by symbol or company name.", "type": "string" } }, "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