Data Collection
fin.codes
Provides tools for looking up and verifying US bank routing numbers, bank profiles, and EINs.
ENDPOINT 1
https://mcp.fin.codes/mcp
MCP server metadata
- Name
- fincodes-mcp
- Version
- 0.2.0
Known tools 8
verify_routing_numberCheck whether a routing number is bank-verified and get the proof.
Inferred read-onlylookup_einLook up a 9-digit US Employer Identification Number (EIN / federal tax ID).
Inferred read-onlyget_wire_feesPublished 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 effectsexplain_topicGet a plain-English explainer about US bank routing numbers and how fin.codes verifies them.
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.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.
fin.codes 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.