FHA home loans for ITIN buyers, with 3.5% down.* How it works

ITIN finance data for AI agents (MCP)

The ITIN Finance MCP server gives AI assistants read-only access to the editorial data behind our three sites: a directory of verified institutions that accept an ITIN in place of a Social Security number, 290+ guides in English and Spanish, and 1,800+ FAQs covering loans, mortgages, credit cards, and credit building. Ask your AI which lenders accept an ITIN in a given state, or how the Form W-7 process works, and it can answer from verified reference data with citations instead of guessing.

We are not a lender or a broker. Every response carries an editorial disclaimer, directory inclusion is unpaid, and no application is offered through this server.

Connect in one minute

Claude — one click, then confirm the connector:

Connect to Claude

Claude Desktop (and other clients that launch local servers) — add to your MCP config:

{
  "mcpServers": {
    "itin-finance": { "command": "npx", "args": ["-y", "itin-finance-mcp"] }
  }
}

Remote clients (web agents, Cursor, anything that takes a URL) — use the hosted endpoint, no install or API key:

https://qnthujurzakdmngcidsg.supabase.co/functions/v1/mcp

What tools does the ITIN Finance MCP server provide?

ToolWhat it does
search_guidesSearch all 290+ guides (EN/ES); returns quick answers plus canonical URLs
get_guideOne guide by slug: quick answer, FAQs, related guides
faq_lookupDirect answers drawn from 1,800+ editorial FAQs
find_itin_lendersITIN-accepting institutions by loan or card type, optionally by state
get_lender_detailsFull verified profile for one institution
can_i_get_this_loan“Can I get an X with an ITIN?” — answer plus verified institutions
itin_state_infoState tax-contribution and driver’s-license law context
how_to_get_an_itinThe IRS Form W-7 process, in English and Spanish

What can an AI answer with it?

Access, privacy, and attribution

All tools are read-only and public — no account, API key, or authentication is required. Every response includes source attribution, the canonical article URL, and the retrieval date; quote freely with attribution to the ITIN finance network (itinlending.net, itincreditcard.com, itincreditscore.com). Anonymous usage telemetry (tool name, arguments, client name, timing) is logged to operate the service and purged after 90 days; no user identity or conversation content is collected. Loan and card terms change — verify directly with the institution before acting.

For developers