
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
orizn-visa-mcp
Advanced tools
MCP server for the Orizn Visa API - 40,000+ passport-destination pairs, 199 passports, 15 languages on every plan (fees, processing times, photo specs, transit visas, embassies, overstay penalties, safety, vaccinations, remote-work visas). Free API key in
Visa requirements for 199 passports × 202 destinations (40,000+ pairs), in 15 languages, as MCP tools any AI agent can call.
1. Grab a free API key — 10 seconds, no credit card: visa.orizn.app/visa-api Free tier: 50 requests/month (5 until you confirm your email address), all 15 languages included.
2. Check it works (no MCP client needed):
curl -H "x-api-key: $ORIZN_API_KEY" \
"https://visa.orizn.app/api/v1/visa/check?passport=FRA&destination=JPN"
{ "passport": "FRA", "destination": "JPN", "requirement": "visa_free", "visa_free_days": 90 }
3. Add the server to your MCP client (Claude Desktop, Cursor, Codex, Composio, Windsurf — same block):
{
"mcpServers": {
"orizn-visa": {
"command": "npx",
"args": ["-y", "orizn-visa-mcp"],
"env": {
"ORIZN_API_KEY": "orizn_visa_..."
}
}
}
}
Restart the client, then ask: "Do I need a visa to go from France to Japan?"
Prefer a CLI flag? npx orizn-visa-mcp --api-key orizn_visa_...
Without a key only
get_coverage_statsworks — every other tool returns an error pointing back here. There is no useful keyless mode.
| Tool | Plan needed | What it returns |
|---|---|---|
check_visa_requirement | any key | Full entry requirements for one passport → one destination (see fields below) |
quick_visa_check | any key | Requirement code + visa-free days + last-verified date. Nothing else |
compare_destinations | Hobby ($9/mo) | Up to 25 destinations for one passport, side by side |
check_transit_visa | Hobby ($9/mo) | Layover rules and free transit hours per hub (DXB, IST, DOH, SIN, …) |
get_coverage_stats | none | Size of the database. Works without a key |
compare_destinations takes an explicit list — it does not dump every country for a passport. Each destination returned counts as one request against your quota.
check_visa_requirement returnsrequirement · visa_free_days · visa_required · description · documents_required · process · visa_types · max_stay · validity · verifiedcost · visa_fee (single/multiple entry) · processing_time · processing_days (standard/express/rush) · best_apply_periodpassport_validity_months · entry_by_mode (air/land/sea) · transit_visa (per-hub rules)photo_specs (mm, background, glasses)vaccinations_required · health_requirements · insurance_required · safety (advisory level 1–4)overstay_penalty · dual_nationality_warnings · stamp_warnings · minor_rulesremote_work_visa · extension · extension_rulesembassy.your_embassy_at_destination + embassy.visa_application_embassyreciprocity_historyrequirement is one of: visa_free, visa_required, e_visa, visa_on_arrival, eta, no_admission, plus rarer partial_restrictions, admission_refused, not_applicable, special.
On the free plan, the deeper fields come back as {"upgrade": "..."} placeholders instead of data: visa_fee, processing_days, photo_specs, vaccinations_required, insurance_required, transit_visa, entry_by_mode, overstay_penalty, remote_work_visa, extension_rules, reciprocity_history, health_requirements, best_apply_period, minor_rules, dual_nationality_warnings, stamp_warnings, plus embassy, tips and visa_types. The core fields and all 15 languages are free.
| Option | Description |
|---|---|
ORIZN_API_KEY env var | Your API key (recommended — put it in the env block of your MCP config) |
--api-key <key> CLI arg | Same thing, as a command-line argument. Takes precedence over the env var |
Ask your agent in natural language:
check_visa_requirement)compare_destinations)check_transit_visa)All 15 are available on every plan, free included — pass lang to check_visa_requirement or compare_destinations.
en English · fr French · es Spanish · de German · it Italian · pt Portuguese · ru Russian · zh Chinese · ja Japanese · ko Korean · ar Arabic · hi Hindi · th Thai · vi Vietnamese · tl Filipino
| Plan | Price | Requests/month |
|---|---|---|
| Free | $0 | 50 |
| Hobby | $9/mo | 10,000 |
| Starter | $49/mo | 30,000 |
| Pro | $199/mo | 250,000 |
| Business | $699/mo | 1,000,000 |
| Enterprise | Custom | Unlimited |
Free gives you the core fields and all 15 languages. Hobby ($9) is what unlocks the rest: compare_destinations, check_transit_visa, fees, processing times, photo specs, vaccinations, safety, overstay penalties, embassies and remote-work visas. Everything above Hobby is volume.
| Symptom | Fix |
|---|---|
| "No Orizn API key" | The server never saw ORIZN_API_KEY. MCP clients do not inherit your shell env — the key must be in the env block of the config file, then restart the client |
| HTTP 403, "check ORIZN_API_KEY for typos" | Key is wrong, revoked, or has whitespace. Verify it in the dashboard |
| HTTP 403, "requires Hobby plan or above" | Right key, wrong plan — this tool is paid |
| HTTP 429 | Monthly quota spent. Free is 50/month; Hobby is 10,000 for $9 |
| HTTP 404 on a real country | Use ISO 3166-1 alpha-3 codes (FRA, JPN), not alpha-2 (FR, JP) |
| Nothing works, no key involved | Run get_coverage_stats — it needs no key. If that fails too, it's the network |
MIT
FAQs
MCP server for the Orizn Visa API - 40,000+ passport-destination pairs, 199 passports, 15 languages on every plan (fees, processing times, photo specs, transit visas, embassies, overstay penalties, safety, vaccinations, remote-work visas). Free API key in
The npm package orizn-visa-mcp receives a total of 81 weekly downloads. As such, orizn-visa-mcp popularity was classified as not popular.
We found that orizn-visa-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.