← ohmyfin.ai

INDIVIDUAL MCP TOOL

mcp_register

Register for an Ohmyfin API key to use paid tools.

ohmyfin.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.ohmyfin.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for mcp_register and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

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 and identify the institution that holds the account.
  • country_banking_rules — Get banking rules and requirements for a country.
  • country_payment_codes — Look up country-specific payment codes (KNP, purpose codes, etc.
  • fx_rate — Get the latest available reference (mid-market) exchange rate for a pair.
  • fx_rate_history — Get the historical reference exchange-rate series 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).