MCP server for AKKA Finance DEX aggregator β swap quotes, routes, and execution
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Akka MCP Server.
akka_get_quoteGet the best swap quote across 25+ DEXes
akka_get_swapBuild an unsigned swap transaction
akka_dex_compareCompare quotes across individual DEX pools
akka_get_spenderGet the router contract address for token approval
akka_get_approve_txBuild an ERC-20 approve transaction
akka_check_allowanceCheck current token spending allowance
MCP server for the AKKA Finance DEX aggregator β swap quotes, routes, and execution across EVM chains.
An AKKA API key is required. Get one at docs.akka.finance/authentication.
Add to claude_desktop_config.json:
Add to .cursor/mcp.json:
Add to .vscode/mcp.json:
| Tool | Description |
|---|---|
akka_get_quote | Get the best swap quote across 25+ DEXes |
akka_get_swap | Build an unsigned swap transaction |
akka_dex_compare | Compare quotes across individual DEX pools |
akka_get_spender | Get the router contract address for token approval |
akka_get_approve_tx | Build an ERC-20 approve transaction |
akka_check_allowance | Check current token spending allowance |
akka_list_tokens | List tradeable tokens on a chain |
akka_get_token | Get token details by address |
akka_list_chains | List all supported chains |
| Chain ID | Network | Native Token |
|---|---|---|
| 999 | HyperEVM (Hyperliquid) | HYPE |
| 1 | Ethereum | ETH |
| 8453 | Base | ETH |
| 42161 | Arbitrum | ETH |
| 56 | BNB Chain | BNB |
Configuration via environment variables or CLI arguments:
| Env Variable | CLI Arg | Default | Description |
|---|---|---|---|
AKKA_API_BASE | --api-base | https://api.akka.finance | AKKA API base URL |
AKKA_API_KEY | --api-key | required | API key for AKKA Finance API |
AKKA_MCP_TRANSPORT | --transport | stdio | Transport: stdio or http |
AKKA_MCP_PORT | --port | 3100 | Port for HTTP transport |
AKKA_TIMEOUT | --timeout | 15000 | Request timeout in ms |
For remote/web-based agents:
Exposes a Streamable HTTP endpoint at http://localhost:3100/mcp.
A Base MCP skill plugin for token swaps on Base is included at skills/akka-swap.md. Drop it into your Base MCP skills directory to enable AKKA-powered swaps through Base's smart wallet flow.
This MCP server is a thin client that calls the AKKA Finance REST API. It does not hold private keys or execute transactions. All swap/approve tools return unsigned transaction data that the user must sign and broadcast separately.
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-server-61)<a href="https://allmcps.com/mcp/mcp-server-61"><img src="https://allmcps.com/api/badge/mcp-server-61?style=directory" alt="Akka MCP Server on AllMCPs" /></a>