Skip to content

Connect

The server speaks two transports. Use the hosted endpoint for normal use; run it locally if you’re self-hosting or developing against it. In both cases the client entry is named visa-policies.

A single endpoint, POST /mcp, using the MCP Streamable HTTP transport. CORS is open, so browser-based clients work too. A GET on the same path is a health check and returns { "status": "ok" }.

Add it to any client that supports a remote MCP URL:

{
"mcpServers": {
"visa-policies": {
"url": "https://mcp-server.visamundi.app/mcp"
}
}
}

Run the server as a local process over stdio — useful for development or a self-hosted setup. Build it first (npm install && npm run build), then point your client at the built entry file:

{
"mcpServers": {
"visa-policies": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/build/index.js"]
}
}
}

Once connected, see Tools for everything the server can do.

Request API access

Tell us a little about your integration and we'll get back to you within one business day with a partner token.