Ask your AI which cards actually accept an ITIN
Most AI assistants answer ITIN credit-card questions from whatever they happened to read. Ours gives them something better: a directory of issuers we have verified accept an ITIN in place of a Social Security number, plus 290+ guides and 1,800+ FAQs in English and Spanish. Connect it once and your assistant can name specific issuers, cite the article it came from, and tell you when the information was last checked.
We are not a lender, a broker, or a card issuer. Every response carries an editorial disclaimer, listings are unpaid, and no application is offered through this server.
Connect in about a minute
Claude — one click, then confirm the connector:
Any client that takes a URL (ChatGPT developer mode, Cursor, and others) — paste the endpoint. No install, no API key:
https://mcp.itinlending.net Claude Desktop and other local-server clients — add this to your MCP config:
{
"mcpServers": {
"itin-finance": { "command": "npx", "args": ["-y", "itin-finance-mcp"] }
}
} What can it answer?
- “Which banks will approve a credit card with an ITIN and no credit history?”
- “Is a secured card or an unsecured card more realistic for me right now?”
- “¿Qué bancos aceptan ITIN para una tarjeta de crédito?”
- “What does this issuer ask for at the branch versus online?”
The tools it exposes
| 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 card or loan 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 |
Access, privacy, and attribution
Every tool is read-only and public — no account, API key, or sign-in. Responses include 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). We log anonymous usage telemetry (tool name, arguments, client name, timing) to operate the service and purge it after 90 days; no user identity or conversation content is collected. Card terms change — confirm with the issuer before you apply.
For developers
- npm package: itin-finance-mcp
- GitHub (README, examples): bguillow-rgb/itin-finance-mcp
- Official MCP registry:
io.github.bguillow-rgb/itin-finance