Catalog
MCP Server
Officialby Akka-Finance · TypeScript
MCP server for AKKA Finance DEX aggregator — swap quotes, routes, and execution
DEX aggregator providing swap quotes, routes, and trade execution.
README not available yet.
Install
Configuration
Environment variables
AKKA_API_BASEBase URL of the AKKA Finance API
AKKA_API_KEYrequiredsecretAPI key for AKKA Finance API
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@akka-finance/mcp-server@1.0.2"
],
"env": {
"AKKA_API_BASE": "<YOUR_AKKA_API_BASE>",
"AKKA_API_KEY": "<YOUR_AKKA_API_KEY>"
}
}
}
}