Install
openclaw skills install @0xsoftboi/suwappu-dexCross-chain token swaps, quotes, portfolio and prices across 14 chains via the Suwappu DEX MCP server. Read-only by default; swap execution is opt-in and gated.
openclaw skills install @0xsoftboi/suwappu-dexSwap, quote, and track tokens across 14 chains (12 EVM + Solana + TRON) through Suwappu's hosted MCP server. Routing is automatic across 10+ providers (Li.Fi, CoW Protocol, Jupiter, Wormhole, Across, CCTP, …). This skill wraps the live server — no SDK or wrapper code required.
curl -X POST https://api.suwappu.bot/v1/agent/register \
-H "Content-Type: application/json" -d '{"name":"my-openclaw"}'
# -> save the suwappu_sk_... value
export SUWAPPU_API_KEY=suwappu_sk_...
openclaw mcp add suwappu \
--url https://api.suwappu.bot/mcp \
--transport streamable-http \
--header "Authorization=Bearer $SUWAPPU_API_KEY" \
--exclude execute_swap
openclaw mcp probe suwappu # should list the tools
--exclude execute_swap on a dedicated trading
agent only (see Safety). Verify with openclaw mcp doctor.Read-only (safe, no funds move):
get_quote <from> <to> <amount> <chain> — best route, price impact, gas, fees, expiryget_prices <token> [chain] — USD price + 24h changeget_portfolio [chain] — balances + USD values across chainslist_chains / list_tokens <chain> — supported chains / popular tokensget_tempo_tokens — trending tokensbrowse_mpp_directory — market/provider directorypredict_markets / predict_market_detail — Polymarket-style prediction marketsState-changing (gated, opt-in):
execute_swap <quote_id> — execute a previously returned quote. Excluded unless explicitly enabled.list_chains → see what's availableget_quote ETH USDC 0.1 base → best route (returns a quote_id)execute_swap <quote_id>get_portfolio → verify it landedget_quoteget_portfolioget_quoteexecute_swap is excluded via --exclude and should only be enabled
on an isolated trading agent with explicit tool-allowlisting (agents.json).get_quote first, show the route/price impact, and
require user confirmation before any execute_swap. Preserve the quote_id end to end for audit.SUWAPPU_API_KEY in committed files — pass it as an env var / SecretRef.0.3% per swap, gas from wallet balance, no subscription. Full API: https://api.suwappu.bot/docs