Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Swap API
Swap API logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 12:01:24 AM

Swap API

User RatingsBe the first to rate and review this MCP server!
View Repository22 GitHub StarsTotal stargazers on GitHub for the source repository (22 stars).Visit Website
blockchaintoken-swapsevmfinance

Returns unsigned EVM token-swap transactions with quote, slippage, gas, and calldata details.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-207": {
      "command": "npx",
      "args": [
        "-y",
        "@swapapi/mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Overview

The Swap API MCP server gets executable token-swap calldata for EVM chains through SwapAPI's HTTP endpoint. It accepts a chain ID, token addresses, amount, sender, and optional slippage, then returns an unsigned transaction with quote and gas details. Reach for it when an agent needs to prepare swaps without API credentials or an SDK. Signing and broadcasting remain the responsibility of the calling wallet or application.

Use cases

β€’Prepare an ETH-to-USDC swap on an EVM chain
β€’Generate unsigned calldata for an ERC-20 swap
β€’Check expected and minimum token output before signing
β€’Pass swap transaction fields to a viem wallet client

Key features

β€’EVM token-swap calldata generation
β€’Quote and price-impact details
β€’Configurable maximum slippage
β€’Unsigned transaction fields for signing
β€’No API key or account required
β€’60 requests per minute per IP

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Swap API.

Extracted Tool Capabilities
EVM token-swap calldata generation
Quote and price-impact details
Configurable maximum slippage
Unsigned transaction fields for signing
No API key or account required
60 requests per minute per IP

How Swap API works

What the Swap API MCP server does

The Swap API MCP server connects MCP clients to SwapAPI's token-swap quote endpoint. It prepares swap data for EVM chains from inputs such as the chain ID, input and output token addresses, amount in the token's smallest unit, and the sender's wallet address. An optional maxSlippage value controls the minimum acceptable output; the default is 0.5% when omitted.

The response includes token metadata, the exchange rate, price impact, input amount, expected output, minimum output, and an unsigned transaction. The transaction contains the destination address, calldata, native value, gas price, and gas limit. A client can pass those fields to a wallet or transaction library for signing and broadcast.

How it works

The underlying API uses GET /v1/swap/{chainId}. Ethereum, Base, Arbitrum, and Polygon are shown in the documentation through their chain IDs, while unsupported chains produce a client error. Native ETH is represented by the documented sentinel address; ERC-20 swaps use token contract addresses.

A successful response reports a status such as Successful, Partial, or NoRoute. The minAmountOut value reflects the requested slippage limit. The Swap API MCP server does not sign transactions or hold private keys: it supplies data for a separate execution step.

Setup and configuration

Install the MCP package with npm and register it as a local stdio server. The documented package is @swapapi/mcp:

config.json
{
  "mcpServers": {
    "swapapi": {
      "command": "npx",
      "args": ["@swapapi/mcp"]
    }
  }
}

The package is documented for Claude Desktop, Cursor, Cline, and other MCP clients. SwapAPI requires no API key, account, or authentication. The service is free to use, with a rate limit of 60 requests per minute per IP address.

Tools and capabilities

The available MCP capability is centered on requesting executable swap data from SwapAPI. Use it to:

  • Prepare native-token or ERC-20 swaps on supported EVM chains.
  • Set the input amount in wei or another smallest-unit representation.
  • Supply the wallet address that will become the transaction sender.
  • Apply a custom slippage limit between 0 and 1.
  • Read quote, price-impact, minimum-output, and transaction fields before execution.

The resulting transaction can be used with tools such as Foundry cast or a viem wallet client, as illustrated by the project documentation.

Limitations and notes

The Swap API MCP server only prepares transaction data; it does not provide signing, private-key management, or broadcasting. Agents and applications must validate the token addresses, chain, amount, sender, and slippage before asking a wallet to sign.

Requests may fail with HTTP 400 for invalid parameters or unsupported chains, 429 after exceeding the per-IP limit, or 502 when the upstream service has an error. A response can also indicate that no route was found or that only a partial result is available. No API key is needed, but access remains subject to the stated rate limit and upstream availability.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Wallet Inspector MCP logoWallet Inspector MCP

    An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.

    πŸ’° Finance & Fintech4 views
    Compare vs Wallet Inspector MCP β†’
  • Whale Tracker MCP logoWhale Tracker MCP

    A mcp server for tracking cryptocurrency whale transactions.

    πŸ’° Finance & Fintech3 views
    Compare vs Whale Tracker MCP β†’
  • Codex MCP logoCodex MCP

    Codex API integration for real-time enriched blockchain and market data on 60+ networks

    πŸ’° Finance & Fintech3 views
    Compare vs Codex MCP β†’
  • Evm MCP Server logoEvm MCP Server

    Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution.

    πŸ’° Finance & Fintech4 views
    Compare vs Evm MCP Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
22
Stargazers on the source repository.
npm downloads
170
Package downloads in the last 30 days.
Last commit
5mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Swap API

Run `npx @swapapi/mcp` or register `@swapapi/mcp` as the command package in an MCP client configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSwap API AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-207?style=directory)](https://allmcps.com/mcp/mcp-207)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-207"><img src="https://allmcps.com/api/badge/mcp-207?style=directory" alt="Swap API on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Cline / VS Code
Last updatedSep 7, 2026
11/15 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars22
GitHub Star CountTotal stargazers on GitHub representing community popularity (22 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 3, 2026
npm downloads170/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 4d ago via OSV.dev Β· @swapapi/mcp (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Swap API β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients