Skip to main content
Glama

A-Share MCP Server

MIT License
323

get_shibor_data

Fetch SHIBOR (Shanghai Interbank Offered Rate) data within a specified date range using this tool. Returns a markdown table with SHIBOR rates or an error message for analysis on China's A-share market.

Instructions

Fetches SHIBOR (Shanghai Interbank Offered Rate) data within a date range. Args: start_date: Optional. Start date in 'YYYY-MM-DD' format. end_date: Optional. End date in 'YYYY-MM-DD' format. Returns: Markdown table with SHIBOR data or an error message.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "title": "get_shibor_dataArguments", "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