Apocdata MCP Server

天启至数 ApocData 的 MCP(Model Context Protocol)Server。把 46 个免鉴权 A 股数据接口包装成 MCP tools,可在 Claude Desktop / Cursor / Cline / Continue 等任意 MCP client 中直接调用。. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 2 · #165 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Apocdata MCP Server

before you install - you'll need

Set APOCDATA_DEBUG, APOCDATA_BASE_URL before connecting.

Claude Code

claude mcp add apocdata-apocdata-mcp-server -- npx -y @apocdata-info/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "apocdata-apocdata-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@apocdata-info/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-17 - young repo, little track record yet

license Apache-2.0 - declared in the repository

npm package @apocdata-info/mcp-server - the @apocdata-info scope differs from the repo owner (apocdata); confirm it's the project's official package

registry registry publisher io.github.hanjialeGit is not the repo owner (apocdata) - the registry entry was published by someone else

03 · Who maintains Apocdata MCP Server

mcp-server is maintained by apocdata. It's the only MCP server we track from this author; the repo dates to Aug 2026.

04 · Facts

category
security - ranked #165 of 182 actively-maintained security servers as of 2026-08-25.
registry
io.github.hanjialeGit/mcp-server (active, first published 2026-08-19 · 2 versions)
packages
npm:@apocdata-info/mcp-server

05 · Apocdata MCP Server FAQ

What is Apocdata MCP Server?

天启至数 ApocData 的 MCP(Model Context Protocol)Server。把 46 个免鉴权 A 股数据接口包装成 MCP tools,可在 Claude Desktop / Cursor / Cline / Continue 等任意 MCP client 中直接调用。. It runs locally over stdio via the published package.

Is Apocdata MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19. We re-verify nightly.

How do I install Apocdata MCP Server?

Run `npx -y @apocdata-info/mcp-server`. The README documents 2 environment variables (APOCDATA_DEBUG, APOCDATA_BASE_URL) to set first. Set APOCDATA_DEBUG, APOCDATA_BASE_URL before connecting. You can also paste the ready-made client config above.

Does Apocdata MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Apocdata MCP Server

More security MCP servers · Niro · Auth0 MCP Server · Server for OSCAL · A X · Aikido MCP

More TypeScript MCP servers · Appendix · Reuse Before Generate · ARC 1 · Arcadia Finance · Anki MCP · see all