GhostSwap โ non-custodial crypto swaps across 1,600+ coins.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The official multi-LLM agent integration pack for GhostSwap โ a no-KYC crypto-to-crypto swap engine supporting 1,600+ coins.
Drop the GhostSwap Partners API into any AI agent or coding assistant in one line โ Claude, ChatGPT, Cursor, Windsurf, Gemini, GitHub Copilot, Continue.dev, OpenAI Agents SDK, LangChain, LlamaIndex, or any MCP-compatible client.
This repo bundles every common distribution surface in one place: an MCP server, a Claude Skill, an OpenAPI 3.1 spec for ChatGPT GPT Actions, project rules for Cursor, an AGENTS.md for the 23+ tools that follow that standard, and symlinked files for Copilot / Windsurf / others. Pick the section for your runtime below.
About GhostSwap: https://ghostswap.io is a no-KYC, non-custodial crypto-to-crypto exchange built on a partner-revenue-share model. Wallets, dApps, exchanges, and affiliate sites can integrate the Partners API to earn 0โ4 % on every swap their users complete, with USDT payouts and no liquidity management on the partner's side.
Option A โ MCP server (recommended for Desktop)
Add to ~/.claude/claude_desktop_config.json:
Restart Claude Desktop. 7 typed tools appear under the ghostswap server.
Option B โ Claude Code plugin
Option C โ Skill into ~/.claude/skills/
Full canonical SKILL.md also mirrored at https://partners.ghostswap.io/skill.md.
MCP (recommended โ typed tools, one-click) โ add to .cursor/mcp.json in your project (or ~/.cursor/mcp.json globally):
Project rules (always-on prose conventions) โ drop .cursor/rules/main.mdc from this repo into your own project. Or just clone this repo and let Cursor read it as a workspace.
MCP โ add to ~/.codeium/windsurf/mcp_config.json (same JSON as the Claude / Cursor block above).
Rules โ copy AGENTS.md to your project root (or symlink it to .windsurfrules). Windsurf auto-loads both.
Add to ~/.continue/config.yaml:
<public_key>:<secret> (single string, colon-separated)https://ghostswap.io/privacyFull step-by-step in gpt-action/README.md, including suggested GPT Instructions copy.
Drop AGENTS.md at your repo root (or copy .github/copilot-instructions.md โ they're symlinked in this repo).
For tool access (typed function calls), use the MCP server via your IDE's MCP plugin.
Gemini CLI reads AGENTS.md natively โ drop AGENTS.md at your repo root.
For Gemini Code Assist, copy AGENTS.md to .gemini/styleguide.md.
For tool access, use the MCP server (Gemini API + Vertex AI added MCP support in March 2026).
In your project's .aider.conf.yml:
Aider auto-loads it as read-only context every session.
Via OpenAPI (the simpler path):
Via MCP (cleaner โ uses the @ghostswapio/mcp server):
Or use the OpenAPI spec with RestAPIToolSpec.
The server is a standard stdio MCP server. Any client that speaks MCP v2024-11-05 works:
Pass GHOSTSWAP_PUBLIC_KEY and GHOSTSWAP_SECRET via env vars.
Or, for HTTP-style integrations, use the OpenAPI spec directly:
Paste into the chat with "Build me a Node.js integration based on this." โ the SKILL.md is plain markdown with a ~120-line working reference proxy. Works in any LLM.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ghostswap)<a href="https://allmcps.com/mcp/ghostswap"><img src="https://allmcps.com/api/badge/ghostswap?style=directory" alt="GhostSwap on AllMCPs" /></a>