Catalog
io.github.nicofains1/onlyswaps
OfficialDEX meta-aggregator for AI agents. Best prices from 15+ aggregators across 13 chains.
Aggregates best DEX swap prices across 15+ protocols on 13 blockchains for AI agents.
README not available yet.
Install
Configuration
Environment variables
ONLYSWAPS_API_URLOnlySwaps API URL (default: https://api.onlyswaps.fyi)
claude_desktop_config.json
{
"mcpServers": {
"onlyswaps": {
"command": "npx",
"args": [
"-y",
"@onlyswaps/mcp-server@0.1.2"
],
"env": {
"ONLYSWAPS_API_URL": "<YOUR_ONLYSWAPS_API_URL>"
}
}
}
}