AkTools Pro MCP Server

Empower your AI Agents with Professional Financial Intelligence 功能亮点 • 系统架构 • 快速开始 • 工具一览 • 实战示例. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-02-02 · ★ 5 · #188 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install AkTools Pro MCP Server

Claude Code

claude mcp add tchivs-mcp-aktools -- uvx aktools-pro

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tchivs-mcp-aktools": {
      "command": "uvx",
      "args": [
        "aktools-pro"
      ]
    }
  }
}

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 · container (OCI image) - can be sandboxed away from your filesystem

repository a fork of another project - check the upstream repo before trusting releases

license MIT - declared in the repository

pypi package aktools-pro - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.tchivs is GitHub-verified and matches the repo owner

03 · What AkTools Pro MCP Server can do

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

Latest releases

v0.5.5 · 2026-02-02

Performance Improvements · This release fixes MCP error-32001 (Request timed out) by parallelizing tool execution. · Changes · Add async parallel execution for ak_cache and ak_search · - New ThreadPoolExecutor for…

v0.5.4 · 2026-02-02

precious_metals: Handle akshare API column name change from Chinese to English in spot_hist_sge function. This fixes pm_composite_diagnostic and pm_spot_prices tools that were failing with KeyError: '日期'.

v0.5.3 · 2026-02-01

Changes · Fixed README tool count consistency (61 -> 65 in expandable section) · Stats · Total Tools: 65 · Total Tests: 253 (100% passing) · 11

04 · Who maintains AkTools Pro MCP Server

AkTools Pro MCP Server is maintained by tchivs. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
finance - ranked #188 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.tchivs/aktools-pro (active, first published 2026-01-29)
packages
pypi:aktools-pro · oci:ghcr.io/tchivs/aktools-pro:latest

06 · AkTools Pro MCP Server FAQ

What is AkTools Pro MCP Server?

Empower your AI Agents with Professional Financial Intelligence 功能亮点 • 系统架构 • 快速开始 • 工具一览 • 实战示例. It runs locally over stdio via the published package.

Is AkTools Pro MCP Server still maintained?

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

How do I install AkTools Pro MCP Server?

Run `uvx aktools-pro`. You can also paste the ready-made client config above.

Does AkTools Pro MCP Server 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 AkTools Pro MCP Server