payment_rails_cost_analyzer
ActiveTool of @gapup/mcp-knowledge
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries