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:
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?
| Tool | What it does |
|---|---|
search_guides | Search all 290+ guides (EN/ES); returns quick answers plus canonical URLs |
get_guide | One guide by slug: quick answer, FAQs, related guides |
faq_lookup | Direct answers drawn from 1,800+ editorial FAQs |
find_itin_lenders | ITIN-accepting institutions by loan or card type, optionally by state |
get_lender_details | Full verified profile for one institution |
can_i_get_this_loan | “Can I get an X with an ITIN?” — answer plus verified institutions |
itin_state_info | State tax-contribution and driver’s-license law context |
how_to_get_an_itin | The IRS Form W-7 process, in English and Spanish |
What can an AI answer with it?
- “Which credit unions give auto loans to ITIN holders in Texas?”
- “¿Puedo obtener una hipoteca con ITIN y 10% de enganche?”
- “How do I build a credit score without a Social Security number?”
- “What documents does Form W-7 require?”
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
- npm package: itin-finance-mcp
- GitHub (README, examples): bguillow-rgb/itin-finance-mcp
- Official MCP registry:
io.github.bguillow-rgb/itin-finance