← ipayx.ai
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ipayx-fx-audit]
url = "https://mcp.ipayx.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ipayx-fx-audit": {
"type": "http",
"url": "https://mcp.ipayx.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ipayx-fx-audit
Remote MCP URL: https://mcp.ipayx.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ipayx-fx-audit": {
"url": "https://mcp.ipayx.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ipayx-fx-audit": {
"type": "http",
"url": "https://mcp.ipayx.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ipayx-fx-audit",
"transport": "streamable-http",
"url": "https://mcp.ipayx.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_fx_mid_market_rate— Fetch live mid-market FX rate for a currency pair.audit_fx_transaction— Performs a forensic FX audit on a currency transaction.full_forensic_fx_report— Generate a full forensic FX audit report with detailed breakdown, partner routing, and recommendations.