immigration-mcp-server

AbhinavSachdeva7/immigration-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
An MCP server connecting AI assistants to U.S. immigration law with real legal citations (8 CFR §, INA §), SOC code discovery, and OFLC prevailing wage lookup
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "immigration-mcp-serv": {
      "command": "uvx",
      "args": [
        "immigration-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install immigration-mcp-server