← Registry

Data Collection

fin.codes

Provides tools for looking up and verifying US bank routing numbers, bank profiles, and EINs.

1 endpoint8 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://mcp.fin.codes/mcp

No auth detected

MCP server metadata

Name
fincodes-mcp
Version
0.2.0
Capabilities
tools.listChanged

Known tools 8

lookup_routing_number

Look up a 9-digit US bank routing/ABA number.

Inferred read-only
verify_routing_number

Check whether a routing number is bank-verified and get the proof.

Inferred read-only
lookup_bank

Get a bank or credit union profile by its fin.codes slug (e.g.

Inferred read-only
find_banks

Search and filter US banks and credit unions.

Inferred read-only
lookup_ein

Look up a 9-digit US Employer Identification Number (EIN / federal tax ID).

Inferred read-only
find_eins

Search EIN records by organization name or number prefix.

Inferred read-only
get_wire_fees

Published wire transfer fees (domestic/international, outgoing/incoming, cutoff times) quoted from each bank's own fee schedule, with the account scope the document states and a checked date.

Potential side effects
explain_topic

Get a plain-English explainer about US bank routing numbers and how fin.codes verifies them.

Inferred read-only

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.fincodes-mcp]
url = "https://mcp.fin.codes/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fincodes-mcp": {
      "type": "http",
      "url": "https://mcp.fin.codes/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fincodes-mcp
Remote MCP URL: https://mcp.fin.codes/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": {
    "fincodes-mcp": {
      "url": "https://mcp.fin.codes/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fincodes-mcp": {
      "type": "http",
      "url": "https://mcp.fin.codes/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fincodes-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.fin.codes/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 fin.codes was fetched 2026-08-23T10:54:29.967Z.

Trust status Trusted

fin.codes is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.