← Registry

API Tools

ghostswap.io

Provides API endpoints for cryptocurrency swapping, including currency listing, pair details, address validation, quotes, and swap creation.

1 endpoint6 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.ghostswap.io/mcp

No auth detected

MCP server metadata

Name
ghostswap-partners
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

list_currencies

List all coins GhostSwap supports for swapping (1,600+ assets).

Inferred read-only
get_pair

Get the min and max swap amount for a single (from, to) pair.

Inferred read-only
validate_address

Check whether a wallet address is valid for a given currency.

Inferred read-only
get_quote

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

Inferred read-only
create_swap

Create a new swap.

Potential side effects
get_swap

Get the current status of a swap by id.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ghostswap.io was fetched 2026-07-26T07:12:20.649Z and is being refreshed.

Trust status Trusted

ghostswap.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.