mcp-fx-audit
iPayX FX Audit
Documentation
iPayX FX Audit MCP
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`
Tools
`check_fx_rate`
Get 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_transaction`
Audit 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 amount
- `from_currency` (string) - Source currency code
- `to_currency` (string) - Target currency code
- `bank_rate` (number) - The rate your bank applied
Auth: 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_report`
Generate 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` call
Auth: Bearer token (API key required) | Cost: Per report
`compare_fx_sources`
Compare 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 code
- `to_currency` (string) - Target currency code
Auth: None | Cost: Free
Example:
{ "from_currency": "USD", "to_currency": "CAD" }Quick Start
Claude Desktop
Add to your `claude_desktop_config.json`:
{
"mcpServers": {
"ipayx-fx": {
"url": "https://wild-bird-a412.ybolduc.workers.dev/mcp"
}
}
}Cursor / Windsurf
{
"mcpServers": {
"ipayx-fx": {
"url": "https://wild-bird-a412.ybolduc.workers.dev/mcp",
"transport": "streamable-http"
}
}
}Perplexity
Settings → MCP Connectors → Add Remote → paste URL:
https://wild-bird-a412.ybolduc.workers.dev/mcpSmithery CLI
npx -y smithery skill add ybolduc/ipayx-fx-auditorScore Interpretation
| 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 |
Compliance
- FINTRAC MSB Certified: C10001283
- Jurisdiction: Canada (FINTRAC applies to CA operations only)
- FX Data Sources: Twelve Data (primary) → Open Exchange Rates (fallback)
- Weekend/Holiday Logic: Cached Friday close rate with explicit `source: cached_friday_close` flag
About iPayX Protocol
iPayX 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
Frequently asked questions
What is mcp-fx-audit?
mcp-fx-audit is iPayX FX Audit
How do I install mcp-fx-audit?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-fx-audit open source?
Yes — it is hosted on GitHub at https://github.com/iPAYX-Technologies/mcp-fx-audit.
Related MCP tools
Decision audit trail + persistent memory for AI trading agents. Outcome-weighted recall, tamper-evident SHA-256 chain with RFC 3161 anchoring, 20 MCP tools.
Fast and Accurate Code Search for Agents. Uses 99% fewer tokens than grep+read
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
Open source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP