← crosswirepay.com

INDIVIDUAL MCP TOOL

check_coverage

Use when the user asks whether Crosswire covers a region or country, or what capabilities are available there.

crosswirepay.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://crosswirepay.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_coverage 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

crosswirepay.com

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.crosswire-mcp]
url = "https://crosswirepay.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crosswire-mcp": {
      "type": "http",
      "url": "https://crosswirepay.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crosswire-mcp
Remote MCP URL: https://crosswirepay.com/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": {
    "crosswire-mcp": {
      "url": "https://crosswirepay.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crosswire-mcp": {
      "type": "http",
      "url": "https://crosswirepay.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crosswire-mcp",
  "transport": "streamable-http",
  "url": "https://crosswirepay.com/mcp"
}
MCP Inspector

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

Related tools

  • get_indicative_price — THE ONLY PRICING TOOL.
  • list_solutions — Use when the user asks what Crosswire offers, which products/rails exist, or wants one-liners, coverage and confirmed powered-by partners per solution.
  • recommend_stack — Use ONLY when the user asks which Crosswire products/rails fit their setup - not price.
  • request_offer — Use to capture a lead and secure an offer in the Crosswire CRM once the client wants to move forward (or for pricing_followup verticals like forex where no instant rate is possible), OR to LOG a client's desired target rate for the commercial team to review.
  • book_advisory — Use when the user wants to talk to a human at Crosswire - a 30-minute advisory call.
  • get_faq — Use for grounding on general Crosswire questions (answer-first FAQ).