npm itin-finance-mcpstreamable-httpupdated 18d ago
Read-only MCP server for the ITIN finance network — itinlending.net, itincreditcard.com, and itincreditscore.com, operated by Timberline Ventures LLC.
O que dá para fazer com ITIN Finance?
itin-finance-mcp
Read-only MCP server for the ITIN finance network — itinlending.net, itincreditcard.com, and itincreditscore.com, operated by Timberline Ventures LLC.
It gives AI assistants direct, citable access to:
- A verified institution directory: lenders and card issuers that accept ITIN (no SSN) applicants for auto loans, mortgages, personal loans, business loans, and credit cards. Every entry says whether it was verified against the institution's own pages, with citation URLs and verification dates.
- 290+ editorial guides and 1,800+ FAQs, in English and Spanish, on borrowing and building credit in the US with an ITIN.
- State-level context for ITIN holders (tax contribution data from ITEP, driver's-license access laws from NCSL).
What this server is not: it is not a lender, broker, or advisor. It offers no applications, collects nothing from users, and links only to editorial pages and to institutions' own public pages as citations. Educational information only — terms change, verify with the institution.
Tools
| Tool | What it does |
|---|---|
search_guides |
Search all guides (EN/ES), returns quick answers + canonical URLs |
get_guide |
One guide by slug: quick answer, FAQs, related guides |
faq_lookup |
Direct answers from 1,800+ editorial FAQs |
find_itin_lenders |
ITIN-accepting institutions by loan/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 + verified institutions |
itin_state_info |
State tax contribution + driver's-license law context |
how_to_get_an_itin |
The IRS Form W-7 process (EN/ES) |
Install (Claude Desktop)
{
"mcpServers": {
"itin-finance": {
"command": "npx",
"args": ["-y", "itin-finance-mcp"]
}
}
}
Zero configuration. The server fetches its data live from the sites' published JSON endpoints (15-minute cache), so answers stay current with the sites' editorial pipeline.
Environment variables (all optional)
| Var | Purpose |
|---|---|
ITIN_MCP_DATA_DIR |
Local directory of the data JSON files (development/tests) |
ITIN_SUPABASE_URL / ITIN_SUPABASE_KEY |
Override the telemetry endpoint |
Configuration is explicit env vars only — the server never reads files it wasn't pointed at.
Telemetry disclosure
Each tool call logs tool name, arguments (capped at 2KB), MCP client name/version, success, and duration to a write-only table so the sites can measure AI-assistant usage. No user identity is collected; retention is 90 days. Telemetry failures never affect responses.
Attribution & quoting
Every response includes an attribution block. Quotation with attribution is welcome — cite the article URL provided with each item.
License
MIT © Timberline Ventures LLC
Instalação
Adicione ITIN Finance ao seu cliente. Escolha o que você usa.
{
"servers": {
"itin-finance-mcp": {
"type": "http",
"url": "https://qnthujurzakdmngcidsg.supabase.co/functions/v1/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add itin-finance-mcp -- npx -y itin-finance-mcpcodex mcp add itin-finance-mcp -- npx -y itin-finance-mcpamp mcp add itin-finance-mcp -- npx -y itin-finance-mcp{
"mcpServers": {
"itin-finance-mcp": {
"command": "npx",
"args": [
"-y",
"itin-finance-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"itin-finance-mcp": {
"command": "npx",
"args": [
"-y",
"itin-finance-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"itin-finance-mcp": {
"command": "npx",
"args": [
"-y",
"itin-finance-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"itin-finance-mcp": {
"command": "npx",
"args": [
"-y",
"itin-finance-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"itin-finance-mcp": {
"command": "npx",
"args": [
"-y",
"itin-finance-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"itin-finance-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"itin-finance-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"itin-finance-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"itin-finance-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y itin-finance-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
8 ferramentas
ITIN Finance expõe 8 ferramentas a um agente conectado.
- search_guides
- Search all guides (EN/ES), returns quick answers + canonical URLs
- get_guide
- One guide by slug: quick answer, FAQs, related guides
- faq_lookup
- Direct answers from 1,800+ editorial FAQs
- find_itin_lenders
- ITIN-accepting institutions by loan/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 + verified institutions
- itin_state_info
- State tax contribution + driver's-license law context
- how_to_get_an_itin
- The IRS Form W-7 process (EN/ES)
Pontuação
64 / 100
Boa
- Documentação18/25
- Manutenção19/25
- Confiança6/20
- Capacidade6/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 10 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.1Mais recente | 21 de ago. de 2026 |
| 1.0.0 | 14 de ago. de 2026 |