Server data from the Official MCP Registry
Visa requirements for 39,585 passport-destination pairs in 15 languages.
Visa requirements for 39,585 passport-destination pairs in 15 languages.
This is a well-structured MCP server with proper authentication, input validation, and secure credential handling. The code implements appropriate API key management with optional authentication depending on endpoint tier. Permissions align with the server's purpose of querying a visa API. One minor quality concern exists around broad error handling, but this does not constitute a security risk. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ORIZN_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mattjeff-orizn-visa-mcp": {
"env": {
"ORIZN_API_KEY": "your-orizn-api-key-here"
},
"args": [
"-y",
"orizn-visa-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Give any AI agent instant access to visa requirements for 39,585 passport-destination pairs in 15 languages.
| Tool | Description |
|---|---|
check_visa_requirement | Full visa details with documents, process & tips |
quick_visa_check | Fast yes/no visa check (no API key needed) |
get_all_destinations | All 199 destinations for any passport |
get_visa_changes | Track recent visa policy changes |
get_coverage_stats | Database coverage statistics |
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:
| Code | Language |
|---|---|
en | English |
fr | French |
es | Spanish |
de | German |
it | Italian |
pt | Portuguese |
nl | Dutch |
ru | Russian |
zh | Chinese |
ja | Japanese |
ko | Korean |
ar | Arabic |
hi | Hindi |
tr | Turkish |
vi | Vietnamese |
| 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
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.