A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for Orizn Visa API — visa requirements for 39,585 passport-destination pairs in 15 languages
Give any AI agent instant access to visa requirements for 39,585 passport-destination pairs in 15 languages, with 32 data points per visa — fees, processing times, photo specs, transit visas, embassies, overstay penalties, safety advisories, and more.
| Tool | Auth | Description |
|---|---|---|
check_visa_requirement | API key | Full visa details — documents, process, tips, transit, fees, processing days, photo specs, vaccinations, insurance, overstay penalties, embassies, safety, health, remote work, extensions, and more |
quick_visa_check | API key | Fast yes/no visa check (visa-free / e-visa / required / on arrival / ETA / no admission) |
get_all_destinations | Key (Pro) | All 199 destinations for any passport |
get_visa_changes | Key (Starter) | Track recent visa policy changes |
check_transit_visa | API key | Transit visa rules + free transit hours for top 50 layover hubs (DXB, IST, DOH, SIN, ...) |
get_coverage_stats | Free | Database coverage statistics |
Each tool description tells the agent exactly when to call it (transit, overstay, photos, vaccinations, etc.), so models pick the right one without prompting tricks.
check_visa_requirement returnsEvery full visa response includes up to 32 fields:
requirement, visa_free_days, description, documents_required, process, tips, country_info, verifiedvisa_fee (single / multiple entry), processing_days (standard / express / rush), best_apply_periodpassport_validity_months, entry_by_mode (air / land / sea), transit_visa (per-hub rules)photo_specs (mm dimensions, background, glasses rules)vaccinations_required, health_requirements, insurance_required, safety (advisory level 1–4)overstay_penalty (fine, ban, criminal), dual_nationality_warnings, stamp_warningsremote_work_visa (digital nomad), extension_rules, minor_rulesembassy.your_embassy_at_destination (emergencies) + embassy.visa_application_embassy (where to apply)reciprocity_history (past policy changes between the two countries)Anything not relevant to a given pair is omitted (e.g. remote_work_visa only appears when a digital nomad visa exists).
Add to your claude_desktop_config.json:
{
"mcpServers": {
"orizn-visa": {
"command": "npx",
"args": ["-y", "orizn-visa-mcp"],
"env": {
"ORIZN_API_KEY": "your-api-key"
}
}
}
}
Add to your Cursor MCP settings:
{
"mcpServers": {
"orizn-visa": {
"command": "npx",
"args": ["-y", "orizn-visa-mcp"],
"env": {
"ORIZN_API_KEY": "your-api-key"
}
}
}
}
OpenAI Codex Desktop supports MCP natively. Add to your Codex MCP config:
{
"mcpServers": {
"orizn-visa": {
"command": "npx",
"args": ["-y", "orizn-visa-mcp"],
"env": {
"ORIZN_API_KEY": "your-api-key"
}
}
}
}
Composio connects AI agents to 500+ tools via MCP. Use Orizn Visa through Composio's MCP support:
{
"mcpServers": {
"orizn-visa": {
"command": "npx",
"args": ["-y", "orizn-visa-mcp"],
"env": {
"ORIZN_API_KEY": "your-api-key"
}
}
}
}
npx orizn-visa-mcp
Or with an API key:
npx orizn-visa-mcp --api-key YOUR_KEY
| Option | Description |
|---|---|
ORIZN_API_KEY env var | Set your API key via environment variable |
--api-key CLI arg | Pass your API key as a command-line argument |
Free tier works without a key — you get access to quick_visa_check and get_coverage_stats.
Get your API key at visa.orizn.app
Just ask your AI agent in natural language:
Basic checks
Layovers & transit
Cost & timing
Health & insurance
Documents & photos
Penalties & rules
Long-stay & remote work
Recent changes
| Code | Language |
|---|---|
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 |
| Type | Description |
|---|---|
visa_free | No visa required |
visa_required | Visa must be obtained before travel |
e_visa | Electronic visa available online |
visa_on_arrival | Visa issued at the port of entry |
eta | Electronic Travel Authorization |
no_admission | Entry not permitted |
| Plan | Price | Requests/month |
|---|---|---|
| Free | $0 | Limited |
| Starter | $49/mo | — |
| Pro | $199/mo | — |
| Business | $699/mo | — |
| Enterprise | Custom | Unlimited |
See full plan details at visa.orizn.app
Building a travel agent or visa tool? We'd love to hear what you're building.
→ api@orizn.app — Feature requests, partnerships, and questions welcome.
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. F
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control sc
0
via CLI