ApocData MCP Server
Rank #23,874io.github.hanjialeGit/mcp-server
天启至数 ApocData - MCP Server for A-share market data (46 free, no-auth endpoints)
ApocData MCP Server is a Model Context Protocol (MCP) server published by ApocData. It ranks #23,874 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. ApocData MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 19, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 91,586 of 115,460 servers on MCP Toplist.
Use ApocData MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hanjialegit -- npx -y @apocdata-info/mcp-server[mcp_servers.hanjialegit]
command = "npx"
args = ["-y", "@apocdata-info/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hanjialegit": {
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hanjialegit": {
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hanjialegit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hanjialegit": {
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hanjialegit": {
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hanjialeGit%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.hanjialeGit%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.hanjialeGit%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ApocData
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Aug 24, 2026 |
| 0.1.1 | Aug 19, 2026 |
Frequently asked questions
- Who maintains ApocData MCP Server?
- ApocData MCP Server is maintained by ApocData, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is ApocData MCP Server listed on the Official MCP Registry?
- Yes — ApocData MCP Server is listed on the Official MCP Registry.
- How many versions does ApocData MCP Server have?
- MCP Toplist tracks 2 versions of ApocData MCP Server, most recently published on Aug 24, 2026.
- Where can I find the source code for ApocData MCP Server?
- The source code for ApocData MCP Server is hosted at github.com/ApocData/ApocData-mcp-server.