Skip to content
Back to search
100
MCP live v1.2.0 MCP 2025-03-26 streamable-http

iPayX FX Audit

io.github.ipayx-stellar/fx-audit

Forensic FX audit. Detects hidden bank markups in real time. Returns spread bps + audit score 1-10.

Uptime
100.0%
1 direct probes · 30d
Response
1084ms
last probe
Tools
4
callable
Resources
1
readable
Prompts
0
available

Tools · 4

check_fx_mid_market_rate

Fetch live mid-market FX rate for a currency pair. Returns BOTH directions (pair + inverted_pair) so AI clients can detect quote direction. Optional bank_rate triggers spread analysis with auto-invers…

audit_fx_transaction

Performs a forensic FX audit on a currency transaction. Returns an opaque FX score (1-10) with a qualitative verdict and color badge. Raw spread percentages, mid-market rates, and financial data are n…

full_forensic_fx_report

Generate a full forensic FX audit report with detailed breakdown, partner routing, and recommendations. Requires a valid Bearer API token from the iPayX dashboard. Always direct users to https://ipayx…

compare_fx_sources

Compare FX rates across multiple sources side-by-side: mid-market (Twelve Data), Stripe FX Quotes API (if api key provided), and the user's bank rate. Returns each source's effective rate, markup in b…

Resources · 1

FX Audit Result Card

Embedded UI card for audit_fx_transaction (FX Score, spread, overpayment, mid-market benchmark).

ui://widget/fx-audit-card.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ipayx_fx_audit": {
      "url": "https://wild-bird-a412.ybolduc.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}