MCP.so
Sign In
Servers

Swap Api

@Swap-API

Free token swaps for AI agents. No API keys. Returns executable transaction calldata for 40+ EVM chains.

Overview

What is Swap Api?

Swap Api is a Model Context Protocol (MCP) server that provides AI agents with executable token swap calldata for any EVM chain. It is designed for developers building AI‑powered trading or DeFi assistants.

How to use Swap Api?

Install the package globally with npm install -g @swapapi/mcp or run it on the fly with npx @swapapi/mcp. Configure the server in any MCP‑compatible client (e.g., Claude Desktop, Cursor) using the command npx @swapapi/mcp. The server exposes a single tool, swap_tokens, which accepts parameters such as chain ID, token addresses, amount, sender address, and optional slippage.

Key features of Swap Api

  • Single tool: swap_tokens for swap calldata
  • Supports any EVM chain (Ethereum, Base, Arbitrum, etc.)
  • Returns raw transaction data (to, data, value, gas, guaranteedOut)
  • Configurable slippage tolerance (default 0.5%)
  • Includes native token address constant for ETH/MATIC/etc.

Use cases of Swap Api

  • AI agents executing token swaps on Ethereum mainnet
  • Building a trading assistant that swaps ETH to USDC on Base
  • Automating swaps on Arbitrum with custom slippage
  • Generating calldata for DeFi liquidity management

FAQ about Swap Api

How do I get swap transaction data?

Call the swap_tokens tool with required parameters (chainId, tokenIn, tokenOut, amountIn, sender). It returns the calldata and other transaction details.

Which EVM chains are supported?

The README explicitly lists chain ID 1 (Ethereum), 8453 (Base), and 42161 (Arbitrum), and states “etc.” implying additional EVM chains.

What pre‑flight steps should I take before submitting a swap?

Check ERC‑20 approval for non‑native tokens, verify sender balance, estimate gas with a 20% buffer, simulate the transaction with eth_call, and submit within 30 seconds of fetching the quote.

Does the server require any authentication or API key?

No, the README does not mention any authentication or API key requirement for the MCP server.

What is the native token address?

Use 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE as the token address for native tokens (ETH, MATIC, etc.).

Tags

More from Developer Tools