Skip to content
Cursor

orizn visa mcp for Cursor

io.github.mattjeff/orizn-visa-mcp

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

client:Cursor transport:stdio runtime:npm

Install orizn visa mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "orizn-visa-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "orizn-visa-mcp"
      ],
      "env": {
        "ORIZN_API_KEY": "<ORIZN_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

orizn visa mcp in other clients