Odel
akka mcp server

akka mcp server

Local
@akka-financeTypeScriptMITUpdated 3mo ago

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

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).

npm@akka-finance/mcp-serverv1.0.2

Run

npx -y @akka-finance/mcp-server

MCP client config

{
  "mcpServers": {
    "akka-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@akka-finance/mcp-server"
      ]
    }
  }
}