Odel
orizn mcp server

orizn mcp server

Local
@mattjeff1TypeScriptMITUpdated Yesterday

Visa and entry requirements for any passport/destination pair, in 15 languages. Free key.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmorizn-visa-mcpv1.3.1

Run

npx -y orizn-visa-mcp

MCP client config

{
  "mcpServers": {
    "orizn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "orizn-visa-mcp"
      ]
    }
  }
}