๐บ๐ธ Us Immigration Mcp Server
About
# ๐บ๐ธ US Immigration MCP Server [](https://opensource.org/licenses/MIT) [](https://nodejs.org/)โฆ
Details
- Author
- sebastianomarchesini
- GitHub stars
- 8
- Downloads
- 146
- Categories
- Other
Jump to
- LaTeX document generation for petition letters, reference letters, and exhibit lists.
- Legal citation formatting for CFR, USCIS Policy Manual, INA, and case law.
- Dhanasar Framework Analyzer for three-prong NIW evaluation.
- EB1A Criteria Checker mapping evidence to 10 regulatory criteria.
- Visa Bulletin guidance and processing times information.
- Structured prompts for petition outlines and RFE response frameworks.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
๐บ๐ธ Us Immigration Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Node.js 18+, clone the repository, run npm install and npm run build. Configure the server in an MCP-compatible client (e.g., Claude Desktop) by adding the path to dist/index.js in the clientโs configuration file. Use npm run dev for development mode. Tools are accessed through the clientโs interface (e.g., ๐ง menu in Claude Desktop).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83c\uddfa\ud83c\uddf8 us immigration mcp server": {
"us-immigration": {
"command": "node",
"args": [
"/path/to/us-immigration-mcp/dist/index.js"
]
}
}
}
}
McpServers
{
"us-immigration": {
"command": "node",
"args": [
"/path/to/us-immigration-mcp/dist/index.js"
]
}
}
๐บ๐ธ US Immigration MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with tools, resources, and prompts for U.S. employment-based immigration petitions โ specifically EB1A (Extraordinary Ability) and EB2 NIW (National Interest Waiver).
โจ Key Features
| Feature | Description |
|---------|-------------|
| ๐ค LaTeX Document Generation | Generate complete, professional LaTeX petition letters, reference letters, and exhibit lists |
| ๐ Legal Citation Tools | Format CFR, USCIS Policy Manual, INA, and case citations correctly |
| โ๏ธ Dhanasar Framework Analyzer | Evaluate evidence against the three-prong NIW test |
| ๐ EB1A Criteria Checker | Map evidence to the 10 regulatory criteria |
| ๐
Visa Bulletin Guidance | Understand priority dates and processing times |
| ๐ Document Templates | Structured prompts for petition letters and reference letters |
๐ฏ Perfect For
- Self-petitioners preparing their own EB1A or EB2 NIW applications
- Immigration attorneys streamlining document preparation
- Researchers and professionals building evidence packages
- Anyone using LaTeX for professional immigration documents
๐ Prerequisites
- Node.js 18+ (Download)
- An MCP-compatible client (Claude Desktop, VS Code with MCP extension, Cursor, etc.)
- LaTeX distribution (for compiling generated documents): TeX Live, MiKTeX, or Overleaf
๐ Quick Start
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



