← ohmyfin.ai

INDIVIDUAL MCP TOOL

country_payment_codes

Look up country-specific payment codes (KNP, purpose codes, etc.

ohmyfin.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

ohmyfin.ai

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.ohmyfin-banking-intelligence]
url = "https://mcp.ohmyfin.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ohmyfin-banking-intelligence": {
      "type": "http",
      "url": "https://mcp.ohmyfin.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ohmyfin-banking-intelligence
Remote MCP URL: https://mcp.ohmyfin.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": {
    "ohmyfin-banking-intelligence": {
      "url": "https://mcp.ohmyfin.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ohmyfin-banking-intelligence": {
      "type": "http",
      "url": "https://mcp.ohmyfin.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ohmyfin-banking-intelligence",
  "transport": "streamable-http",
  "url": "https://mcp.ohmyfin.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • swift_lookup — Search banks and financial institutions by name, SWIFT/BIC code, or country.
  • iban_validate — Validate an IBAN number.
  • country_banking_rules — Get banking rules and requirements for a country.
  • fx_rate — Get the latest available reference (mid-market) exchange rate for a pair.
  • fx_rate_history — Get historical ECB exchange rates for a currency pair.
  • gpi_status_codes — Explain SWIFT GPI tracking status codes and provide stuck-payment investigation guidance.
  • swift_message_reference — Look up SWIFT message types — MT (FIN) and MX (ISO 20022).
  • payment_cutoff_times — Get payment system cutoff times for major clearing systems.