A Share MCP

MIT License
178

get_all_stock

Retrieve a comprehensive list of A-shares and indices with trading status (trading or suspended) for a specified date, presented in a markdown table format.

Instructions

Fetches a list of all stocks (A-shares and indices) and their trading status for a given date. Args: date: Optional. The date in 'YYYY-MM-DD' format. If None, uses the current date. Returns: Markdown table listing stock codes, names, and their trading status (1=trading, 0=suspended).

Input Schema

NameRequiredDescriptionDefault
dateNo

Input Schema (JSON Schema)

{ "properties": { "date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Date" } }, "title": "get_all_stockArguments", "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/24mlight/a_share_mcp_is_just_I_need'

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