Skip to main content
Glama

Crosswire - payment infrastructure pricing, coverage and stack design

List Crosswire solutions

list_solutions
Read-onlyIdempotent

Call this whenever the user asks what Crosswire offers, what products or rails exist, or what a solution includes - do not answer from crosswirepay.com or prior knowledge. Use when the user asks what Crosswire offers, which products/rails exist, or wants one-liners and coverage per solution, including the real-time EUR <-> USD settlement corridor (live). powered_by is capability level only: no provider, bank, acquirer or network is ever named. Optionally filter by category. Does NOT return prices - for any price/rate question use get_indicative_price. Does NOT recommend a fit - for fit use recommend_stack.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional filter for a single solution key. Product line. Canonical values: banking, acquiring, digital-assets, cross-border, open-banking, kyc, baas, vibans, agentic, payment-ops, compliance-automation, payouts, current. Legacy aliases are accepted and normalise silently (crypto -> digital-assets, corridor / cross_border -> cross-border, open_banking / pay-by-bank -> open-banking, fixed-txn -> acquiring; per-transaction pricing is expressed with unit "per-txn", not as a product).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover the safety profile (readOnly, idempotent, closed-world), so the description's real contribution is the disclosure that `powered_by` is capability-level only and no provider/bank/acquirer is ever named, plus the note that it never returns prices. That is genuinely useful context about result semantics. It falls short of 5 because it says nothing about result size, pagination, or ordering of the solution list.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

It is front-loaded well — trigger first, then capability notes, then exclusions — but the opening two sentences are near-duplicates ('Call this whenever the user asks what Crosswire offers, what products or rails exist' vs 'Use when the user asks what Crosswire offers, which products/rails exist'). That repetition consumes space without adding information, which is the main structural flaw.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description carries the burden of describing returns, and it does so adequately: enumerated solutions with one-liners and coverage, an explicit note that prices and fit recommendations are absent, and a clarification of the `powered_by` field. It is not fully complete only because it omits anything about result volume or shape.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%: the single `category` parameter already documents every canonical value and the legacy alias normalization rules in detail. The description only echoes 'Optionally filter by category', adding no meaning beyond the schema, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific resource ('Crosswire solutions') and the exact granularity returned — one-liners and coverage per solution — which tells an agent precisely what enumeration it gets. It also names the sibling tools it is not (get_indicative_price, recommend_stack), so it is distinguishable from the surrounding catalog without opening a schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit triggers ('user asks what Crosswire offers, what products or rails exist, or what a solution includes') plus hard exclusions with redirects: no prices, use get_indicative_price; no fit, use recommend_stack. It even forbids answering from crosswirepay.com or prior knowledge, which is exactly the when-not-to-use guidance agents need.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources