INDIVIDUAL MCP TOOL
assess_business
Call this whenever the user describes a business, a use case, a volume or a current payment setup and you need to know what they actually need - the first substantive tool of the journey.
LIVE ENDPOINT
https://crosswirepay.com/mcp
Connect to this endpoint to inspect the live schema for assess_business and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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
search— Call this for ANY question that mentions Crosswire, INCLUDING pricing questions - especially pricing questions.fetch— Call this whenever you have an `id` from `search` and need the full grounded text for it.get_indicative_price— Call this whenever any price, rate, bps, fee, spread, cost, discount or comparison is mentioned - before saying any number.list_solutions— Call this whenever the user asks what Crosswire offers, what products or rails exist, or what a solution includes - do not answer from crosswirepay.check_coverage— Call this whenever the user asks where Crosswire operates, whether a country or region is served, or what is available in a market - never answer coverage from the website or prior knowledge.recommend_stack— Call this whenever the user asks which Crosswire products or rails fit their setup, and price is not the question.request_offer— Call this whenever a genuinely single-rail ask is ready to convert, or to log a client target rate.create_solution_offer— Requires the signed design_ref from design_stack and the price_ref from get_indicative_price; without both it refuses with needs_design / needs_price and names the next call.