Orizn Visa

official

Visa requirements for 39,585 passport-destination pairs in 15 languages. Check visa types, documents, and travel tips for any country combination.

Orizn Visa MCP Server

npm version License: MIT MCP Compatible

Give any AI agent instant access to visa requirements for 39,585 passport-destination pairs in 15 languages.


Features

ToolDescription
check_visa_requirementFull visa details with documents, process & tips
quick_visa_checkFast yes/no visa check (no API key needed)
get_all_destinationsAll 199 destinations for any passport
get_visa_changesTrack recent visa policy changes
get_coverage_statsDatabase coverage statistics

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "orizn-visa": {
      "command": "npx",
      "args": ["-y", "orizn-visa-mcp"],
      "env": {
        "ORIZN_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "orizn-visa": {
      "command": "npx",
      "args": ["-y", "orizn-visa-mcp"],
      "env": {
        "ORIZN_API_KEY": "your-api-key"
      }
    }
  }
}

Codex Desktop

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

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"
      }
    }
  }
}

Any MCP Client

npx orizn-visa-mcp

Or with an API key:

npx orizn-visa-mcp --api-key YOUR_KEY

Configuration

OptionDescription
ORIZN_API_KEY env varSet your API key via environment variable
--api-key CLI argPass 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


Examples

Just ask your AI agent in natural language:

  • "Do I need a visa to travel from France to Thailand?"
  • "Show me all visa-free countries for a Brazilian passport."
  • "What documents do I need as a US citizen visiting China?"
  • "Have any visa policies changed recently for Indian passport holders?"

Supported Languages

CodeLanguage
enEnglish
frFrench
esSpanish
deGerman
itItalian
ptPortuguese
nlDutch
ruRussian
zhChinese
jaJapanese
koKorean
arArabic
hiHindi
trTurkish
viVietnamese

Visa Types

TypeDescription
visa_freeNo visa required
visa_requiredVisa must be obtained before travel
e_visaElectronic visa available online
visa_on_arrivalVisa issued at the port of entry
etaElectronic Travel Authorization
no_admissionEntry not permitted

Pricing

PlanPriceRequests/month
Free$0Limited
Starter$49/mo
Pro$199/mo
Business$699/mo
EnterpriseCustomUnlimited

See full plan details at visa.orizn.app


Links


License

MIT

Related Servers