
Mcp Server
Wire an AI coding agent to AKKA Finance so it can fetch DEX swap quotes, compare routes, and drive swap execution from prompts.
Overview
io.github.Akka-Finance/mcp-server is a Build-phase MCP server that connects agents to the AKKA Finance DEX aggregator for swap quotes, routes, and execution.
What is this MCP server?
- stdio MCP server via npm package @akka-finance/mcp-server (v1.0.2)
- Swap quotes, routing, and execution against AKKA Finance DEX aggregator APIs
- Configurable AKKA_API_BASE plus required secret AKKA_API_KEY
- GitHub source: Akka-Finance/akka-mcp-server
- Server schema version 1.0.2
- Transport: stdio
- npm package: @akka-finance/mcp-server
What problem does it solve?
Agents cannot safely explore DEX swap paths or call AKKA Finance APIs without a dedicated MCP bridge and API credentials.
Who is it for?
Indie builders adding agent-assisted swap quoting or routing to a crypto or fintech side project that already uses AKKA Finance.
Skip if: Teams with no DeFi scope, no AKKA API key, or products that only need static price displays without aggregator integration.
What do I get? / Deliverables
Your agent can request quotes and routes from AKKA Finance and use those results in integration code or operational swap workflows.
- Registered stdio MCP server in your agent config
- Agent-callable swap quote and route tools against AKKA Finance
- Foundation for execution flows gated by your own safety checks
Recommended MCP Servers
Journey fit
How it compares
Finance MCP integration over AKKA APIs, not a local trading skill or generic HTTP scraper.
Common Questions / FAQ
Who is io.github.Akka-Finance/mcp-server for?
Solo and small-team builders who use MCP agents to build or operate features on top of the AKKA Finance DEX aggregator.
When should I use io.github.Akka-Finance/mcp-server?
Use it during the build phase when you are wiring swap quotes, route comparison, or execution into an agent-driven workflow and you have an AKKA API key.
How do I add io.github.Akka-Finance/mcp-server to my agent?
Install @akka-finance/mcp-server from npm, register the stdio MCP server in Claude Code or Cursor, and set AKKA_API_BASE and AKKA_API_KEY in the environment.