orizn-visa-mcp
Integrates with OpenAI Codex Desktop to provide visa requirement checks, supporting full visa details, quick checks, and coverage statistics.
Orizn Visa MCP Server
Give any AI agent instant access to visa requirements for 39,585 passport-destination pairs in 15 languages.
Features
Tool | Description |
| Full visa details with documents, process & tips |
| Fast yes/no visa check (no API key needed) |
| All 199 destinations for any passport |
| Track recent visa policy changes |
| Database 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-mcpOr with an API key:
npx orizn-visa-mcp --api-key YOUR_KEYConfiguration
Option | Description |
| Set your API key via environment variable |
| 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
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
Code | Language |
| English |
| French |
| Spanish |
| German |
| Italian |
| Portuguese |
| Dutch |
| Russian |
| Chinese |
| Japanese |
| Korean |
| Arabic |
| Hindi |
| Turkish |
| Vietnamese |
Visa Types
Type | Description |
| No visa required |
| Visa must be obtained before travel |
| Electronic visa available online |
| Visa issued at the port of entry |
| Electronic Travel Authorization |
| Entry not permitted |
Pricing
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
Links
API Documentation — visa.orizn.app
GitHub — github.com/MattJeff/orizn-visa-api
Support — visa.orizn.app
Feedback
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.
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MattJeff/orizn-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server