We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/huweihua123/stock-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[
{
"alias": "苹果",
"normalized": "NASDAQ:AAPL",
"asset_type": "stock",
"source": "seed",
"confidence": 1.0,
"locale": "zh-CN"
},
{
"alias": "平安银行",
"normalized": "SZSE:000001",
"asset_type": "stock",
"source": "seed",
"confidence": 1.0,
"locale": "zh-CN"
},
{
"alias": "白银期货",
"normalized": "COMEX:SI",
"asset_type": "commodity_future",
"source": "seed",
"confidence": 1.0,
"locale": "zh-CN"
},
{
"alias": "白银现货",
"normalized": "OTC:XAGUSD",
"asset_type": "commodity_spot",
"source": "seed",
"confidence": 1.0,
"locale": "zh-CN"
},
{
"alias": "比特币",
"normalized": "CRYPTO:BTC",
"asset_type": "crypto",
"source": "seed",
"confidence": 1.0,
"locale": "zh-CN"
}
]