Skip to content

Add AutoSwap to DeFi & Swaps — cross-chain swap MCP for AI agents#4

Open
fino-oss wants to merge 1 commit intoBlockRunAI:mainfrom
fino-oss:main
Open

Add AutoSwap to DeFi & Swaps — cross-chain swap MCP for AI agents#4
fino-oss wants to merge 1 commit intoBlockRunAI:mainfrom
fino-oss:main

Conversation

@fino-oss
Copy link
Copy Markdown

AutoSwap — Cross-chain Swaps in One Call

GitHub: https://github.com/fino-oss/autoswap
npm: https://www.npmjs.com/package/autoswap
PyPI: https://pypi.org/project/autoswap

What it does

AutoSwap is an MCP-native SDK that executes cross-chain token swaps in a single function call:

from autoswap import swap
result = swap("ETH", "base", "MYST", "polygon", 0.003, dry_run=True)
print(result.route_taken)
# → "ETH→USDC (base) | bridge USDC base→polygon | USDC→MYST (polygon)"

Why it fits here

  • MCP-native: Claude/Cursor/Cline can call it directly via MCP config
  • DeFi/Swaps category: Handles routing (Paraswap + Uniswap V3), cross-chain bridging (Across Protocol, ~2s fills), and cold-start gas resolution
  • Free: No API key required, MIT license
  • Agent-safe: Dry-run simulation, slippage protection, never amountOutMin=0

Fits the DeFi & Swaps section alongside the existing entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant