Data Collection
ohmyfin.ai
Provides financial data lookups including SWIFT/BIC codes, IBAN validation, country banking rules, payment codes, and exchange rates.
ENDPOINT 1
https://mcp.ohmyfin.ai/mcp
MCP server metadata
- Name
- Ohmyfin Banking Intelligence
- Version
- 3.1.0
Banking intelligence tools for AI agents. Free tools (no auth): SWIFT/BIC lookup, IBAN validation, country rules, ECB exchange rates, FX volatility, payment cutoff times, SWIFT message reference, ECCN export control lookup, sanctions screening (3/day free). Paid tools (API key required): unlimited sanctions screening. FI-tier tools (API key + FI subscription required): SWIFT payment tracking, SSI correspondent banking lookup. To get an API key, call mcp_register then mcp_verify. FI-tier tools require an FI subscription at https://ohmyfin.ai/subscription. EXPERIMENTAL: Company registry search (person/company lookups with sanctions screening) available via company_search_person and company_search_company.
Known tools 34
swift_lookupSearch banks and financial institutions by name, SWIFT/BIC code, or country.
Inferred read-onlyiban_validateValidate an IBAN and identify the institution that holds the account.
Inferred read-onlycountry_payment_codesLook up country-specific payment codes (KNP, purpose codes, etc.
Potential side effectsfx_rate_historyGet the historical reference exchange-rate series for a currency pair.
Inferred read-onlygpi_status_codesExplain SWIFT GPI tracking status codes and provide stuck-payment investigation guidance.
Potential side effectsswift_message_referenceLook up SWIFT message types — MT (FIN) and MX (ISO 20022).
Potential side effectspayment_cutoff_timesGet payment system cutoff times for major clearing systems.
Potential side effectsfx_volatilityGet realized FX volatility for a currency pair, and size the FX risk on an exposure held to a future date.
Inferred read-onlyfx_timing_advisorGet FX trading windows for FX execution timing and spread / rate optimization.
Inferred read-onlypayment_method_compareCompare payment methods and investigate fee deductions for a country pair.
Potential side effectsbank_holidaysGet bank/public holidays for a country with payment impact analysis.
Potential side effectscountry_export_controlsLook up export control restrictions for a specific country.
Inferred read-onlyexport_controls_screenScreen goods for export-control restrictions to a destination country.
Inferred read-onlyhs_code_lookupReverse-lookup an HS code → mapped export-control classifications (ECCNs).
Inferred read-onlytracking_historyShow how a SWIFT payment's tracking results changed over time.
Potential side effectsssi_lookupLook up correspondent banking / settlement instructions (SSI) for a bank.
Inferred read-onlybanks_using_correspondentReverse SSI lookup — find banks that use a given correspondent for a currency.
Inferred read-onlycompany_search_personEXPERIMENTAL — Search company registries for a person's directorships, officer roles, and shareholdings.
Inferred read-onlycompany_search_companyEXPERIMENTAL — Search company registries for a company with its officers and shareholders.
Inferred read-onlycompany_search_resultEXPERIMENTAL — Retrieve cached company search results by search ID.
Inferred read-onlycompany_registriesEXPERIMENTAL — List available company registries and supported jurisdictions.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://mcp2.ohmyfin.ai/mcp
MCP server metadata
- Name
- Ohmyfin Banking Intelligence
- Version
- 3.1.0
Banking intelligence tools for AI agents. Free tools (no auth): SWIFT/BIC lookup, IBAN validation, country rules, ECB exchange rates, FX volatility, payment cutoff times, SWIFT message reference, ECCN export control lookup, sanctions screening (3/day free). Paid tools (API key required): unlimited sanctions screening. FI-tier tools (API key + FI subscription required): SWIFT payment tracking, SSI correspondent banking lookup. To get an API key, call mcp_register then mcp_verify. FI-tier tools require an FI subscription at https://ohmyfin.ai/subscription. EXPERIMENTAL: Company registry search (person/company lookups with sanctions screening) available via company_search_person and company_search_company.
Known tools 33
swift_lookupSearch banks and financial institutions by name, SWIFT/BIC code, or country.
Inferred read-onlyiban_validateValidate an IBAN and identify the institution that holds the account.
Inferred read-onlycountry_payment_codesLook up country-specific payment codes (KNP, purpose codes, etc.).
Potential side effectsgpi_status_codesExplain SWIFT GPI tracking status codes and provide stuck-payment investigation guidance.
Potential side effectsswift_message_referenceLook up SWIFT message types — MT (FIN) and MX (ISO 20022).
Potential side effectspayment_cutoff_timesGet payment system cutoff times for major clearing systems.
Potential side effectsfx_volatilityGet realized FX volatility for a currency pair, and size the FX risk on an exposure held to a future date.
Inferred read-onlyfx_timing_advisorGet FX trading windows for FX execution timing and spread / rate optimization.
Inferred read-onlypayment_method_compareCompare payment methods and investigate fee deductions for a country pair.
Potential side effectsbank_holidaysGet bank/public holidays for a country with payment impact analysis.
Potential side effectscountry_export_controlsLook up export control restrictions for a specific country.
Inferred read-onlyexport_controls_screenScreen goods for export-control restrictions to a destination country.
Inferred read-onlyhs_code_lookupReverse-lookup an HS code → mapped export-control classifications (ECCNs).
Inferred read-onlytracking_historyShow how a SWIFT payment's tracking results changed over time.
Potential side effectsssi_lookupLook up correspondent banking / settlement instructions (SSI) for a bank.
Inferred read-onlybanks_using_correspondentReverse SSI lookup — find banks that use a given correspondent for a currency.
Inferred read-onlycompany_search_personEXPERIMENTAL — Search company registries for a person's directorships, officer roles, and shareholdings.
Inferred read-onlycompany_search_companyEXPERIMENTAL — Search company registries for a company with its officers and shareholders.
Inferred read-onlycompany_search_resultEXPERIMENTAL — Retrieve cached company search results by search ID.
Inferred read-onlycompany_registriesEXPERIMENTAL — List available company registries and supported jurisdictions.
Inferred read-onlyCONNECT 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://mcp2.ohmyfin.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ohmyfin-banking-intelligence": {
"type": "http",
"url": "https://mcp2.ohmyfin.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ohmyfin-banking-intelligence
Remote MCP URL: https://mcp2.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://mcp2.ohmyfin.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ohmyfin-banking-intelligence": {
"type": "http",
"url": "https://mcp2.ohmyfin.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ohmyfin-banking-intelligence",
"transport": "streamable-http",
"url": "https://mcp2.ohmyfin.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ohmyfin.ai was fetched 2026-08-23T18:08:31.168Z and is being refreshed.
ohmyfin.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.