Connects Claude or any MCP client to real-time FX forensic auditing against mid-market rates. Exposes four tools: check_fx_rate for spot rates, audit_transaction to compare bank rates against mid-market and calculate hidden spreads in basis points, full_forensic_report for FINTRAC-compliant documentation, and compare_fx_sources to check multiple rate providers at once. Runs on Cloudflare Workers with no signup for basic checks. Reach for this when you're moving money cross-border and want to quantify exactly how much your bank is charging in hidden FX markup, or when you need a certified audit trail for compliance or legal review. Three free transaction audits per month per IP, paid tier for full forensic reports.
Expose hidden bank FX fees in 30 seconds. No signup required.
The world's first Model Context Protocol server for foreign exchange forensic auditing. Any AI agent (Claude, Perplexity, Cursor, Copilot) can audit FX transactions against mid-market rates in real time and generate FINTRAC-certified forensic reports.
Live endpoint (Cloudflare): https://wild-bird-a412.ybolduc.workers.dev/mcp
check_fx_rateGet the current mid-market exchange rate for any currency pair.
Parameters:
from_currency (string) - Source currency code (e.g. CAD)to_currency (string) - Target currency code (e.g. USD)Auth: None | Cost: Free forever
Example:
{ "from_currency": "CAD", "to_currency": "USD" }
audit_transactionAudit a specific FX transaction. Compares the rate your bank applied against the real mid-market rate. Returns the hidden spread in basis points, a forensic score 1-10, and the total amount lost to hidden fees.
Parameters:
amount (number) - Transaction amountfrom_currency (string) - Source currency codeto_currency (string) - Target currency codebank_rate (number) - The rate your bank appliedAuth: None | Cost: 3 free/month per IP
Example:
{
"amount": 50000,
"from_currency": "CAD",
"to_currency": "USD",
"bank_rate": 0.685,
"bank_name": "TD Bank"
}
full_forensic_reportGenerate a complete forensic FX audit report suitable for legal proceedings, CFO review, or FINTRAC compliance documentation. Includes spread history, narrative analysis, and certified audit trail.
Parameters:
audit_id (string) - ID from a previous audit_transaction callAuth: Bearer token (API key required) | Cost: Per report
compare_fx_sourcesCompare FX rates from multiple sources simultaneously (Twelve Data, Open Exchange Rates). Detects discrepancies and identifies the most favorable rate. Essential for multi-bank or multi-broker comparisons.
Parameters:
from_currency (string) - Source currency codeto_currency (string) - Target currency codeAuth: None | Cost: Free
Example:
{ "from_currency": "USD", "to_currency": "CAD" }
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ipayx-fx": {
"url": "https://wild-bird-a412.ybolduc.workers.dev/mcp"
}
}
}
{
"mcpServers": {
"ipayx-fx": {
"url": "https://wild-bird-a412.ybolduc.workers.dev/mcp",
"transport": "streamable-http"
}
}
}
Settings → MCP Connectors → Add Remote → paste URL:
https://wild-bird-a412.ybolduc.workers.dev/mcp
npx -y smithery skill add ybolduc/ipayx-fx-auditor
| Score | Meaning | Action |
|---|---|---|
| 8-10 | Fair rate | No action needed |
| 5-7 | Moderate markup | Negotiate with bank |
| 1-4 | Excessive hidden fees | Request forensic report |
source: cached_friday_close flagiPayX Protocol (11850091 Canada Inc.) is the only rail-agnostic FX forensic audit layer for B2B payments. We audit hidden costs regardless of payment rail - SWIFT, SEPA, Stablecoin, or Card.
Website: ipayx.ai | Dashboard: app.ipayx.ai