tushariitr-19/immigration-mcp

šŸ”¬ Research
0 Views
0 Installs

šŸŽļø šŸŽ 🪟 🐧 - MCP server for US immigration guidance — live Visa Bulletin, priority date checker and immigration term explanations. Free to use.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "tushariitr-19-immigration-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tushariitr-19-immigration-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

immigration-mcp

Go Version License: MIT tushariitr-19/immigration-mcp MCP server

āš ļø Disclaimer: This tool is for informational purposes only and does not constitute legal advice. Always consult a qualified immigration attorney for decisions about your specific case. Data is sourced from official government websites (USCIS, State Department) but may not reflect the most recent updates.

An MCP (Model Context Protocol) server for US immigration guidance — live Visa Bulletin, priority date checker, USCIS news, and immigration term explanations.

Built with the official Go MCP SDK.

Why immigration-mcp?

Navigating US immigration is complex and expensive. immigration-mcp gives AI agents access to live, structured immigration data from official government sources — so you can ask questions in plain English and get accurate, up-to-date answers.

  • Free — powered by public government data sources (USCIS, State Department)
  • Live data — fetches the latest Visa Bulletin monthly, USCIS news daily
  • Open source — MIT licensed
  • Production grade — structured logging, graceful shutdown, unit tested

Available Tools

ToolDescription
get_visa_bulletinFetch the latest US Visa Bulletin with employment-based priority dates by country and category
check_priority_dateCheck if your priority date is current for I-485 filing
explain_termPlain English explanation of any immigration term

Example Prompts

Once connected to Claude Desktop:

  • "What are the current EB2 priority dates for India?"
  • "My priority date is March 2015, I'm from India EB2 — can I file I-485 this month?"
  • "Has EB2 India moved forward compared to last month?"
  • "What is the difference between Final Action Date and Date for Filing?"
  • "Are there any recent USCIS policy changes affecting H1B holders?"
  • "What documents do I need to file I-485?"

Prerequisites

  • Go 1.25+
  • No API keys required — powered by public government data

Setup

1. Install

git clone https://github.com/tushariitr-19/immigration-mcp
cd immigration-mcp
go build -o immigration-mcp-server ./cmd/server/

2. Configure Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "immigration-mcp": {
      "command": "/path/to/immigration-mcp-server",
      "env": {
        "DEBUG": "false"
      }
    }
  }
}

Optional:

export DEBUG=true   # enables debug logging

Screenshots

Available Tools

Available Tools

explain_term in action

Explain Term

Architecture

immigration-mcp/
ā”œā”€ā”€ cmd/server/main.go        ← entry point, env vars, graceful shutdown
ā”œā”€ā”€ server/server.go          ← MCP server setup, tool registration
ā”œā”€ā”€ tools/
│   ā”œā”€ā”€ visa_bulletin.go      ← get_visa_bulletin tool
│   ā”œā”€ā”€ priority_date.go      ← check_priority_date tool
│   └── explain_term.go       ← explain_term tool
ā”œā”€ā”€ util/
│   ā”œā”€ā”€ util.go               ← shared helper functions
│   └── constants.go          ← shared constants
ā”œā”€ā”€ models/
│   └── models.go             ← shared data models
ā”œā”€ā”€ tests/
│   └── visa_bulletin_test.go ← unit tests
ā”œā”€ā”€ logger/
│   └── logger.go             ← structured logging via zap
└── Dockerfile

Each tool is self-contained — the server is agnostic of what tools do internally. Adding a new tool is a single line in server/server.go.

Running Tests

# Unit tests only
make test-unit

# Integration tests only
make test-integration

# All tests
make test

# Build binary
make build

Contributing

PRs welcome. To add a new tool:

  1. Create tools/<toolname>.go
  2. Define your input struct and tool definition
  3. Register it in server/server.go with one line
  4. Add unit tests in tests/<toolname>_test.go

License

MIT

Related MCP Servers

Agnuxo1/benchclaw-integrations

šŸ“‡ ā˜ļø - Register LLMs/agents and submit research papers (Markdown) to the BenchClaw leaderboard. Papers are scored by a 17-judge Tribunal with 8 deception detectors across 10 dimensions. No API key required. Works with Claude Desktop, Cursor, Cline, Zed, Continue.dev.

šŸ”¬ Research0 views
ankitkapur1992-hlido/hlido-mcp

šŸ“‡ ā˜ļø - Independent trust scores, claim audits, and comparisons for AI agents — queryable by your agent over MCP. Hosted Cloudflare Worker at hlido.eu/mcp (no install). Returns a 0–100 score, tier verdict, per-claim PASS/FAIL audit, and signed evidence for a reviewed agent. From Hlido.

šŸ”¬ Research0 views
archoor/painspotter-mcp

šŸ ā˜ļø - AI-analyzed startup & product opportunities mined from Reddit, Hacker News, Product Hunt & Stack Exchange. Query pain points, trending themes, and commercial scores (pain intensity, willingness-to-pay, build difficulty). Remote hosted MCP at painspotter.ai — free tier covers overview + opportunity detail; Pro unlocks search, trending themes & theme-level market signals.

šŸ”¬ Research0 views
BrowseAI-HQ/BrowserAI-Dev

šŸ“‡ ā˜ļø - Evidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode (raw LLM vs evidence-backed). MCP server, REST API, and Python SDK.

šŸ”¬ Research0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.