immigration-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enables debug logging when set to true | false |
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
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_priority_dateB | Check if your priority date is current for I-485 filing based on the latest Visa Bulletin |
| explain_termA | Get a plain English explanation of any US immigration term, form, or concept |
| get_visa_bulletinB | Fetch the latest US Visa Bulletin with employment-based priority dates by country and category |
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 3 tools
Each tool has a distinct and unambiguous purpose: checking priority dates, explaining terms, and fetching the visa bulletin. There is no overlap.
All tool names follow the consistent verb_noun pattern in snake_case, making them predictable and easy to parse.
With 3 tools, the set is slightly small but covers core functionalities for immigration information. It is reasonable for a specialized server.
The tools address key aspects of US immigration (priority dates, visa bulletin, term explanations) but could benefit from additional features like form lookup or fee calculators.