Learning Resources
itinlending.net
Provides ITIN finance guides, FAQs, and lender information for individuals without a Social Security number.
ENDPOINT 1
https://qnthujurzakdmngcidsg.supabase.co/functions/v1/mcp
MCP server metadata
- Name
- itin-finance
- Version
- 1.0.0
Known tools 8
search_guidesSearch 290+ editorial guides across the ITIN finance network (loans, mortgages, credit cards, credit scores — English and Spanish).
Inferred read-onlyget_guideGet one guide by slug or approximate title: quick answer, FAQs, related guides, canonical URL.
Inferred read-onlyfaq_lookupSearch 1,800+ editorial FAQs for a direct answer to a specific ITIN finance question (EN/ES).
Inferred read-onlyfind_itin_lendersList institutions that accept ITIN (no SSN) applicants for a loan or card type, optionally filtered by US state.
Inferred read-onlyget_lender_detailsFull verified profile for one institution: ITIN policy, states, membership rules, published terms, citations, and our editorial coverage.
Inferred read-onlyitin_state_infoState-level context for ITIN holders: state/local taxes paid by undocumented immigrants (ITEP 2022), effective tax rate, driver's-license access law, and the state guide URL.
Inferred read-onlyhow_to_get_an_itinHow to apply for an ITIN (IRS Form W-7): the process, documents, timelines, and common mistakes — with the full guide URL.
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.itin-finance]
url = "https://qnthujurzakdmngcidsg.supabase.co/functions/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"itin-finance": {
"type": "http",
"url": "https://qnthujurzakdmngcidsg.supabase.co/functions/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: itin-finance
Remote MCP URL: https://qnthujurzakdmngcidsg.supabase.co/functions/v1/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": {
"itin-finance": {
"url": "https://qnthujurzakdmngcidsg.supabase.co/functions/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"itin-finance": {
"type": "http",
"url": "https://qnthujurzakdmngcidsg.supabase.co/functions/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "itin-finance",
"transport": "streamable-http",
"url": "https://qnthujurzakdmngcidsg.supabase.co/functions/v1/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 supabase.co was fetched 2026-08-24T06:42:13.245Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.