Server Config
{
"mcpServers": {
"onlyswaps": {
"command": "npx",
"args": [
"-y",
"@onlyswaps/mcp-server",
"stdio"
],
"env": {
"ONLYSWAPS_API_URL": "https://api.onlyswaps.fyi"
}
}
}
}