Skip to main content
Glama
pyproject.toml736 B
[project] name = "china-stock-mcp" version = "0.1.16" description = "MCP server that provides access to Chinese stock market data using akshare" readme = "README.md" license = { text = "MIT" } authors = [{ name = "postback", email = "ssf@foxmail.com" }] requires-python = ">=3.12" dependencies = [ "akshare>=1.17.67", "akshare-one>=0.3.12", "fastmcp>=2.12.4", "uvicorn>=0.37.0", "pyarrow" ] keywords = ["akshare", "stock", "mcp", "mcp-server"] [project.urls] Homepage = "https://github.com/xinkuang/china-stock-mcp" Repository = "https://github.com/xinkuang/china-stock-mcp.git" [project.scripts] china-stock-mcp = "china_stock_mcp.__main__:main" [build-system] requires = ["uv_build"] build-backend = "uv_build"

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/xinkuang/china-stock-mcp'

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