npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

orizn-visa-mcp

v1.0.3

Published

MCP server for Orizn Visa API — visa requirements for 39,585 passport-destination pairs in 15 languages

Readme

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

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


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

| 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


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


Visa Types

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


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


Feedback

Building a travel agent or visa tool? We'd love to hear what you're building.

[email protected] — Feature requests, partnerships, and questions welcome.

License

MIT