← ghostswap.io

INDIVIDUAL MCP TOOL

get_quote

Get a live swap quote — rate, amountUserReceives, network fee, min/max.

ghostswap.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.ghostswap.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_quote and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ghostswap.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ghostswap-partners]
url = "https://mcp.ghostswap.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ghostswap-partners": {
      "type": "http",
      "url": "https://mcp.ghostswap.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ghostswap-partners
Remote MCP URL: https://mcp.ghostswap.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ghostswap-partners": {
      "url": "https://mcp.ghostswap.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ghostswap-partners": {
      "type": "http",
      "url": "https://mcp.ghostswap.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ghostswap-partners",
  "transport": "streamable-http",
  "url": "https://mcp.ghostswap.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_currencies — List all coins GhostSwap supports for swapping (1,600+ assets).
  • get_pair — Get the min and max swap amount for a single (from, to) pair.
  • validate_address — Check whether a wallet address is valid for a given currency.
  • create_swap — Create a new swap.
  • get_swap — Get the current status of a swap by id.