mcpbeat

AKBridge MCP Server

by kevynf
local only

AKBridge runs on your own machine — the client starts it, so there is no endpoint to ping. 1 355 installs a week from pypi. Last commit 14 Aug 2026.

Search and call AKShare financial data interfaces through three routed MCP tools

1 355
Installs / week
pypi · akbridge
0
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 15 h ago · rules 99ea952c379d

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        completed = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add akbridge -- uvx akbridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "akbridge": {
      "args": [
        "akbridge"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.akbridge]
command = "uvx"
args = ["akbridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "akbridge": {
      "args": [
        "akbridge"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "akbridge": {
      "args": [
        "akbridge"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to AKBridge

same job, measured the same way
Yahoo Finance
by narumiruna

Access Yahoo Finance stock data, news, screeners, options, financials, and charts through MCP.

10 023 installs/wk local only
ForInvest MCP Server
by foreksgithub

Financial data and analysis tools for Turkish BIST and international markets via MCP.

answering
Monarch MCP Server
by jamiew

Access Monarch financial data — accounts, transactions, budgets, and more

167 installs/wk local only
UK FCA Financial Services Register
by robertalsop

UK FCA Financial Services Register with cleaning - 19 tools for firm and individual data.

463 installs/wk local only
Federal Financial Intel
by martc03

SEC EDGAR, CFPB complaints, and BLS employment data. 4 tools.

answering
Secedgar MCP Server
by cyanheads

Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.

516 installs/wk 16 tools answering
Hacé Cuentas — Free Calculators
by grblasquiz

Free calculators as MCP tools: finance, taxes, health, units, dates. Search, fetch & compute.

3 tools answering
Crawlora MCP
by crawlora

Hosted MCP: 795 structured web-data tools for search, maps, commerce, social, gaming & finance.

answering

AKBridge — questions

Answers built from our own checks of this server.

Why is there no uptime for AKBridge?
AKBridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package akbridge was installed 1 355 times last week.
How do I connect AKBridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls akbridge straight from pypi; nothing to host, nothing to sign up for.
How many people use AKBridge?
The pypi package akbridge was installed 1 355 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AKBridge open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.