MCP server for Orizn Visa API — visa requirements for 39,585 passport-destination pairs in 15 languages
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"orizn-mcp-server": {
"command": "npx",
"args": [
"-y",
"MattJeff/orizn-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add orizn-mcp-server npx -y MattJeff/orizn-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"orizn-mcp-server": {
"command": "npx",
"args": [
"-y",
"MattJeff/orizn-mcp-server"
]
}
}
}