Ghost Swap MCP Server

The official multi-LLM agent integration pack for GhostSwap - a no-KYC crypto-to-crypto swap engine supporting 1,600+ coins. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-08 · ★ 3 · #275 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ghost Swap

before you install - you'll need

Set GHOSTSWAP_PUBLIC_KEY, GHOSTSWAP_SECRET before connecting.

Claude Code

claude mcp add ghostswap1-ghostswap-agents --transport http https://mcp.ghostswap.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ghostswap1-ghostswap-agents": {
      "url": "https://mcp.ghostswap.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.ghostswap.io/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.ghostswap.io

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry namespace io.github.ghostswap1 is GitHub-verified and matches the repo owner

03 · What Ghost Swap can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.0 · 2026-06-06

First public release of ghostswap-agents - the official multi-LLM agent integration pack for the GhostSwap Partners API. · See CHANGELOG.md for the full feature list. · Install in any AI runtime · Claude Desktop /…

04 · Who maintains Ghost Swap

GhostSwap is maintained by ghostswap1. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
finance - ranked #275 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-06)
registry
io.github.ghostswap1/mcp (active, first published 2026-06-07)

06 · Ghost Swap FAQ

What is Ghost Swap?

The official multi-LLM agent integration pack for GhostSwap - a no-KYC crypto-to-crypto swap engine supporting 1,600+ coins. It is available as a remote MCP endpoint.

Is Ghost Swap still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-08 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Ghost Swap?

Run `claude mcp add ghostswap1-ghostswap-agents --transport http https://mcp.ghostswap.io/mcp`. The README documents 2 environment variables (GHOSTSWAP_PUBLIC_KEY, GHOSTSWAP_SECRET) to set first. Set GHOSTSWAP_PUBLIC_KEY, GHOSTSWAP_SECRET before connecting. You can also paste the ready-made client config above.

Does Ghost Swap require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Ghost Swap