Swap Api
@Swap-API
Swap Api について
Free token swaps for AI agents. No API keys. Returns executable transaction calldata for 40+ EVM chains.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"swapapi": {
"command": "npx",
"args": [
"@swapapi/mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.).
「開発者ツール」の他のコンテンツ
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Huoshan Test
volcengineUnity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
コメント