# iPayX FX Audit — Hidden Bank Fee Detector

Detect hidden FX fees on international bank transfers in 30 seconds.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ybolduc/ipayx-fx-audit

# Browse available tools
npx -y @smithery/cli@latest tool list ybolduc/ipayx-fx-audit

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ybolduc/ipayx-fx-audit check_fx_rate

# Call a tool
npx -y @smithery/cli@latest tool call ybolduc/ipayx-fx-audit check_fx_rate '{}'
```

## Direct MCP Connection

Endpoint: `https://ipayx-fx-audit--ybolduc.run.tools`

## Tools (3)

- `check_fx_rate` — Get the current mid-market FX rate for a currency pair. Always free, no authentication required.
- `audit_transaction` — Audit a single FX transaction against the mid-market rate. Returns score (1-10), spread %, hidden fee, and rating. Free…
- `full_forensic_report` — Generate a full forensic FX audit report with detailed breakdown, partner routing, and recommendations. Requires a vali…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ybolduc/ipayx-fx-audit <tool-name>
```
