API Tools
crosswirepay.com
Provides pricing, coverage, and solution recommendations for Crosswire's payment rails and financial products.
ENDPOINT 1
https://crosswirepay.com/mcp
MCP server metadata
- Name
- crosswire-mcp
- Version
- 0.1.0
Crosswire is the financial-infrastructure layer for high-risk and crypto merchants. TOOL ROUTING (strict): any question about price, rate, bps, fee, cost, discount, or comparison against a current rate MUST go to `get_indicative_price` - this is the ONLY pricing tool and it always returns the bounded indicative range from the same server-side engine as the site calculator. `recommend_stack` returns product-fit only and NEVER a price - if a client asks what they would pay, do not call recommend_stack; call get_indicative_price. `list_solutions` = what we offer. `check_coverage` = regions and countries. `request_offer` = capture a lead / secure an offer (requires explicit consent). `book_advisory` = book a human call. `get_faq` = grounding answers. Every quote is indicative, subject to KYC / KYB. Crypto, iGaming, Adult and other non-sensitive high-risk verticals are priced instantly (iGaming and Adult have the risk uplift baked in). Forex returns pricing_followup with no number. Unlicensed vIBANs and agentic setups return a consult. For indicative results, relay only the returned range, saving and subject-to-KYC wording. Never invent tables, alternate rates, savings, or internal pricing mechanics.
Known tools 7
list_solutionsUse when the user asks what Crosswire offers, which products/rails exist, or wants one-liners, coverage and confirmed powered-by partners per solution.
Inferred read-onlycheck_coverageUse when the user asks whether Crosswire covers a region or country, or what capabilities are available there.
Inferred read-onlyrecommend_stackUse ONLY when the user asks which Crosswire products/rails fit their setup - not price.
Inferred read-onlyrequest_offerUse 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.
Inferred read-onlybook_advisoryUse when the user wants to talk to a human at Crosswire - a 30-minute advisory call.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for crosswirepay.com was fetched 2026-07-31T02:37:16.692Z and is being refreshed.
crosswirepay.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.