ParaLeagle MCP Connector
The authoritative Claude connector for US immigration practice — USCIS forms, AAO decisions, prevailing wages, SOC codes, education evaluation, and the Visa Bulletin.
Quick start
The ParaLeagle MCP connector is designed for use by US immigration attorneys, paralegals, and accredited representatives. To add it to Claude:
- Open Claude.ai (Pro, Max, Team, or Enterprise plan) and go to Settings → Connectors
- Click Add custom connector
- Paste the URL
https://mcp.paraleagle.ai/mcp/and click Add - Claude opens an OAuth consent screen hosted at
platform.paraleagle.ai/mcp/login. Sign in with your ParaLeagle account and click Allow. - Claude confirms the connection and loads 29 immigration-practice tools.
Example prompts
The following prompts demonstrate the connector's value out of the box. After connecting, try them in a new Claude chat:
1. Current Visa Bulletin priority date
What's the EB-2 India final-action priority date for the most recent
Visa Bulletin? Use the connector.
2. AAO non-precedent decision search
Search AAO decisions about EB-1A extraordinary ability denials, focusing
on cases involving software engineers. Quote the actual decision text in
your answer.
3. SOC-code → prevailing wage chain
Suggest a DOL prevailing wage for a Senior Backend Software Engineer
working in San Francisco County, California, at Level II. Five years
of Python and distributed systems experience.
4. Education equivalency for H-1B
Evaluate this education for H-1B specialty occupation: Bachelor of
Engineering in Computer Science from Anna University, India, graduated
2018. Is it equivalent to a US bachelor's? The target SOC is 15-1252.
5. USCIS form schema lookup
What fields does USCIS Form I-129 have, grouped by section? Use the
connector — don't list from memory.
Tool reference
29 tools across two tiers. Free-tier tools are available to any authenticated ParaLeagle user. Paid-tier tools require a ParaLeagle subscription and are metered per call.
Free tier
submit_intake_answers.Paid tier (subscription)
Authentication
The connector implements OAuth 2.1 with PKCE (S256) and Dynamic Client Registration (RFC 7591). The flow is:
- Claude discovers our authorization server via
https://mcp.paraleagle.ai/.well-known/oauth-protected-resource - Claude dynamically registers itself as a client via the DCR endpoint
- The user is redirected to ParaLeagle's consent screen at
https://platform.paraleagle.ai/mcp/login(a Next.js page) where they sign in with their ParaLeagle account (Firebase Authentication) and grant Claude access - The consent screen redirects back to the MCP server's callback, which mints a signed JWT scoped to the authenticated user
- Claude stores the encrypted refresh token; future requests automatically refresh access tokens
Both https://claude.ai/api/mcp/auth_callback and https://claude.com/api/mcp/auth_callback are registered redirect URIs.
Reviewer test account
For Anthropic Connectors Directory reviewers, ParaLeagle provides a sandbox account preloaded with fictional sample data. Credentials and case UUIDs are supplied in the submission form and via direct email to the assigned reviewer.
Setup steps for the reviewer:
- Open Claude.ai in a fresh session
- Add the connector at
https://mcp.paraleagle.ai/mcp/ - At the consent screen, sign in with the credentials supplied in the submission form
- Click Allow to authorize Claude
- Run the example prompts in the "Example prompts" section above. The sample case UUID (also supplied in the form) unlocks the paid-tier tools without billing.
Support
- General questions: team@paraleagle.ai
- Security disclosures (24-hour acknowledgement SLA): team@paraleagle.ai
- Privacy and data-rights requests: team@paraleagle.ai
- Privacy policy: /privacy