You're viewing a demo portfolio

Join the waitlist
PRSM

payment_rails_cost_analyzer

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

As a CFO, compare cross-border payment rail costs (SWIFT, SEPA, local ACH, stablecoins) with FX conversion fees and settlement times. Input source/destination countries and amount, receive cost breakdown, FX rates, and settlement time estimates. Uses ECB FX rates and World Bank remittance price data for accurate cost analysis. Ideal for optimizing international payment strategies and reducing transaction expenses.

Parameters schema

{
  "type": "object",
  "required": [
    "source_country",
    "destination_country",
    "amount"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "amount": {
      "type": "number",
      "minimum": 1,
      "description": "Transaction amount in source currency"
    },
    "source_country": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code of payment origin"
    },
    "source_currency": {
      "type": "string",
      "description": "ISO 4217 currency code of source amount"
    },
    "destination_country": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code of payment destination"
    },
    "destination_currency": {
      "type": "string",
      "description": "ISO 4217 currency code of destination amount"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
payment_rails_cost_analyzer — @gapup/mcp-knowledge — PRSM MCP