ApocData MCP Server
Rank #27,871io.github.ApocData/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 #27,871 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. ApocData MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 28, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 87,589 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 apocdata -- npx -y @apocdata-info/mcp-server[mcp_servers.apocdata]
command = "npx"
args = ["-y", "@apocdata-info/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"apocdata": {
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"apocdata": {
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"apocdata": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"apocdata": {
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"apocdata": {
"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.ApocData%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.ApocData%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.ApocData%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 (1)
| Version | Published |
|---|---|
| 0.1.5 | Aug 28, 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 1 version of ApocData MCP Server, most recently published on Aug 28, 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.