Akshare MCP Server

把 AKShare 变成一个你自己跑的能力,接进 Hunter。 数据源的模型是一条记录 = 一个 (市场, 数据类型, 接口地址)。 AKShare 有一千多个函数 - - 龙虎榜、十大股东、券商研报、公司治理、 南向资金、宏观、期货、基金……按数据源建模就得枚举一千多条,做不到。.

People who work with docker compose, financial ai and opencode and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 520 · #13 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

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

01 · Install Akshare

Claude Code

claude mcp add agentpit-io-hunter-community-tools-aksha -- uvx agentpit-akshare-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agentpit-io-hunter-community-tools-aksha": {
      "command": "uvx",
      "args": [
        "agentpit-akshare-mcp"
      ]
    }
  }
}

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-10 - young repo, little track record yet

license Apache-2.0 - declared in the repository

pypi package agentpit-akshare-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Akshare can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.1 · 2026-09-16

对话引擎镜像从 7.56 GB 瘦到 618 MB,首次要下载的量从 1.70 GB 降到 153 MB · (实测冷拉:美国节点 123 秒 → 6 秒,新加坡节点 9 秒;国内没有测试机,未测)。 · 磁盘要求从 20 GB 降到 10 GB。首次启动的耗时大头也随之从「下镜像」变成了「本地构建 api 与 web」。 · The chat-engine image went from 7.56 GB to 618 MB - a…

v1.0.0 · 2026-09-13

首个正式版。汇总 1.0.0-rc1 之后到 2026-09-13 的改动(约 220 个提交)。 · 注:rc1 里列的「剩余工作」(scheduler 连续 3 个交易日全绿、pred_backtest 30+ 样本、Grafana 看板)本版不作为完成项声明。 · 新增 · Added · 全市场扫描筛选器(魔法筛选器,已升为一级页面) · - thinkScript 子集脚本 +…

v0.2.0 · 2026-08-10

Added · opencode chat engine now runs via ghcr.io/agentpit-io/hunter-opencode:latest · · docker-compose service uncommented · 5 hunter plugins loaded · (hunter-auth · hunter-audit · hunter-guard · hunter-budget…

04 · Who maintains Akshare

AKShare is maintained by agentpit-io. We track 3 MCP servers from agentpit-io - 3 actively maintained, 520 combined GitHub stars, oldest repo from Aug 2026.

  1. Kronos Stock price forecasting for China A-shares - Kronos K-line time-series model ★ 520
  2. TrueSource First-hand market signals: filings, procurement wins, R&D expansion, macro data ★ 520

05 · Facts

category
finance - ranked #13 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-09-16)
registry
io.github.hangeaiagent/akshare-mcp (active, first published 2026-09-10)
packages
pypi:agentpit-akshare-mcp

06 · Akshare FAQ

What is Akshare?

把 AKShare 变成一个你自己跑的能力,接进 Hunter。 数据源的模型是一条记录 = 一个 (市场, 数据类型, 接口地址)。 AKShare 有一千多个函数 - - 龙虎榜、十大股东、券商研报、公司治理、 南向资金、宏观、期货、基金……按数据源建模就得枚举一千多条,做不到。.

Is Akshare still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Akshare?

Run `uvx agentpit-akshare-mcp`. You can also paste the ready-made client config above.

Does Akshare run locally?

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

07 · Alternatives to Akshare