Swap Api
@Swap-API
About Swap Api
Free token swaps for AI agents. No API keys. Returns executable transaction calldata for 40+ EVM chains.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"swapapi": {
"command": "npx",
"args": [
"@swapapi/mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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_tokensfor 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.).
More Developer Tools MCP servers
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Grafana MCP server
grafanaMCP server for Grafana
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Comments