Ipayx Fx Audit
About
# @ipayx/mcp-fx-audit > **MCP server for [iPayX Protocol](https://www.ipayx.ai)** — audit FX fees, compare currency conversion margins and score cross-border payment invoices, directly inside Claude, Cursor, Cline, ChatGPT or any MCP-compatible AI client…
Details
- Author
- Ipayx-stellar
- Downloads
- 231
- Categories
- Other
Jump to
- Compute hidden FX fees against real mid-market rates.
- Compare live FX quotes from Wise, OFX, Airwallex, and banks.
- Grade invoices on FX fairness with a 0–100 score.
- Retrieve ECB mid-market rates for any currency pair.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Ipayx Fx AuditCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server via npx -y @ipayx/mcp-fx-audit and configure it in your MCP client (e.g., Claude Desktop) with an optional IPAYX_API_KEY environment variable for live provider quotes. The server exposes four tools: audit_fx_fee, compare_providers, score_invoice, and get_mid_market_rate.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ipayx fx audit": {
"mcp-fx-audit-ipayx-stellar": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@ipayx/mcp-fx-audit",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"mcp-fx-audit-ipayx-stellar": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@ipayx/mcp-fx-audit",
"--client",
"claude"
]
}
}
@ipayx/mcp-fx-audit
> MCP server for iPayX Protocol — audit FX fees, compare currency conversion margins and score cross-border payment invoices, directly inside Claude, Cursor, Cline, ChatGPT or any MCP-compatible AI client.
✨ What it does
Exposes 4 tools to your AI assistant:
| Tool | Description |
| --- | --- |
| audit_fx_fee | Compute the hidden FX fee on a conversion vs the real mid-market rate |
| compare_providers | Compare live FX quotes across Wise, OFX, Airwallex, banks, etc. |
| score_invoice | Grade an invoice 0–100 on FX fairness with explanation |
| get_mid_market_rate | Return the real ECB mid-market rate for any currency pair |
🚀 Install
Claude Desktop
{
"mcpServers": {
"ipayx-fx-audit": {
"command": "npx",
"args": ["-y", "@ipayx/mcp-fx-audit"],
"env": { "IPAYX_API_KEY": "optional_for_live_provider_quotes" }
}
}
}
Cursor / Cline / Continue
Same config — drop into your MCP settings.Smithery
npx -y @smithery/cli install @ipayx/mcp-fx-audit --client claude
🔑 API Key
Mid-market rates work without a key (powered by ECB via exchangerate.host).
For live provider comparisons, get a free key at ipayx.ai.
🇫🇷 Pour les utilisateurs francophones
Serveur MCP qui audite les frais de change FX cachés et compare les fournisseurs (Wise, OFX, Airwallex, banques canadiennes). Connecte-le à Claude Desktop ou Cursor en 30 secondes.
License
MIT © 2026 iPayX Protocol
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



