6 months ago
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).
Server Config
{
"mcpServers": {
"us-immigration": {
"command": "node",
"args": [
"/path/to/us-immigration-mcp/dist/index.js"
]
}
}
}