Orizn Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Orizn Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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-mcpOr 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](https://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](https://visa.orizn.app)
Building a travel agent or visa tool? We'd love to hear what you're building.
→ [email protected] — Feature requests, partnerships, and questions welcome.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.