itin-finance-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ITIN_MCP_DATA_DIR | No | Local directory of the data JSON files (development/tests) | |
| ITIN_SUPABASE_KEY | No | Override the telemetry endpoint key | |
| ITIN_SUPABASE_URL | No | Override the telemetry endpoint URL |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_guidesA | Search 290+ editorial guides across the ITIN finance network (loans, mortgages, credit cards, credit scores — English and Spanish). Returns quick answers with canonical article URLs. |
| get_guideA | Get one guide by slug or approximate title: quick answer, FAQs, related guides, canonical URL. |
| faq_lookupA | Search 1,800+ editorial FAQs for a direct answer to a specific ITIN finance question (EN/ES). Each answer carries its source article URL. |
| find_itin_lendersA | List institutions that accept ITIN (no SSN) applicants for a loan or card type, optionally filtered by US state. Every entry states whether it was verified against the institution's own pages, with citation URLs and dates. |
| get_lender_detailsA | Full verified profile for one institution: ITIN policy, states, membership rules, published terms, citations, and our editorial coverage. |
| can_i_get_this_loanA | The direct answer to 'can I get a(n) X with an ITIN?': the editorial quick answer, typical requirements, and institutions with documented ITIN programs for that loan type (optionally state-filtered). Informational only — not a recommendation or referral. EN/ES. |
| itin_state_infoA | State-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. |
| how_to_get_an_itinB | How to apply for an ITIN (IRS Form W-7): the process, documents, timelines, and common mistakes — with the full guide URL. EN/ES. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Most tools have distinct purposes: guide search vs FAQ lookup vs lender listing vs state info. The only mild overlap is between can_i_get_this_loan and find_itin_lenders, but descriptions clarify that one is eligibility-focused and the other is a directory.
Naming is inconsistent: search_guides, get_guide, find_itin_lenders, and get_lender_details follow verb_noun, but faq_lookup, itin_state_info, how_to_get_an_itin, and can_i_get_this_loan use noun_verb, noun_adj, or full-question phrasing. The mix of styles makes the set feel less cohesive.
With 8 tools, the server is well-scoped for an ITIN finance resource. Each tool covers a meaningful function without redundancy or bloat, fitting comfortably within the ideal 3-15 range.
The tool set covers the core domain lifecycle: searching guides, retrieving specific guides, FAQ lookup, finding lenders, getting lender details, answering eligibility questions, state-level info, and ITIN application guidance. No obvious dead ends; workflows like discover-guide then fetch-guide are supported.