mcpbeat Sign in

Akka Finance MCP Server

by akka-finance Your server? Claim it
local only

Akka Finance runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 4 Jun 2026.

MCP server for AKKA Finance DEX aggregator — swap quotes, routes, and execution

Installs per day peak 19 · avg 10 · +86% w/w
a month agotoday
60
Installs / week
npm · @akka-finance/mcp-server
0
Stars
0 open issues
4 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Akka Finance every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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 mcp-server -- npx -y @akka-finance/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@akka-finance/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@akka-finance/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@akka-finance/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@akka-finance/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AKKA_API_BASE (Base URL of the AKKA Finance API), AKKA_API_KEY (API key for AKKA Finance API). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Akka Finance

same job, measured the same way
Xero
by mindstone

Xero MCP server for invoices, contacts, payments, quotes, and financial reports.

73 installs/wk local only
MCP Pluggy
by codespar

MCP server for Pluggy — Open Finance Brasil aggregator: accounts, transactions, payment initiation

34 installs/wk local only
GMO Coin FX MCP Server
by rikitonoto

MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.

local only
Swiss Efv MCP
by malkreide

MCP server for Swiss federal finances (EFV): budget, debt, forecasts and spending data

87 installs/wk local only
Haiku DeFi MCP
by haiku-trading

DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains.

53 installs/wk local only
Zenmoney MCP
by a-tarasoff

MCP server for ZenMoney personal finance app

103 installs/wk local only
SEC EDGAR
by brechanbech

MCP server for SEC EDGAR data — company filings, financial concepts, and company info

local only
MCP Belvo
by codespar

Belvo — Open Finance aggregator for LATAM

24 installs/wk local only

Akka Finance — questions

Answers built from our own checks of this server.

Why is there no uptime for Akka Finance?
Akka Finance 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 npm package @akka-finance/mcp-server was installed 60 times last week.
How do I connect Akka Finance?
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 @akka-finance/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Akka Finance?
The npm package @akka-finance/mcp-server was installed 60 times in the last week. Week over week that is +86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Akka Finance open source?
Yes — it is published under the MIT licence, written in TypeScript 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.