Odel
AKBridge

AKBridge

Local
@kevynfPythonMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIakbridgev0.1.2

Run

uvx akbridge

MCP client config

{
  "mcpServers": {
    "akbridge": {
      "command": "uvx",
      "args": [
        "akbridge"
      ]
    }
  }
}