Voyagier runs on your own machine — the client starts it, so there is no endpoint to ping. 351 installs a week from npm. Last commit 16 Sep 2026.
Book real travel from your agent — flights, hotels & activities behind a price-gated checkout.
We read the source, 17 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
import { readFileSync, existsSync, statSync, readdirSync } from "fs";
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add cli -- npx -y @voyagier/cli
{
"mcpServers": {
"cli": {
"args": [
"-y",
"@voyagier/cli"
],
"command": "npx"
}
}
}
[mcp_servers.cli]
command = "npx"
args = ["-y", "@voyagier/cli"]
{
"mcpServers": {
"cli": {
"args": [
"-y",
"@voyagier/cli"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cli": {
"args": [
"-y",
"@voyagier/cli"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
VOYAGIER_TOKEN (Voyagier Personal Access Token (travel.voyagier.com → Settings → Personal Access Tokens). Access is by invitation — request at https://www.voyagier.com/agents.), VOYAGIER_API_URL (Voyagier API base URL. Defaults to production; override only for non-production environments.).
The author declared them in the registry entry; get the values from the project itself.
Compare cash vs points on hotels, flights, and cars. Checkout supported hotels and rental cars.
Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.
What a checkout tells your agent to do: instruction files, hooks, declared MCP servers.
Let your AI agent run a real store: checkout, orders, refunds, shipping and support.
Accept crypto payments from AI agents: invoices + hosted checkout on 5 chains. No API key.
Shop all-over print cotton tees with your AI agent: search, cart, promos, checkout. Human pays.
AI shopping gateway for product search, inventory, carts, and merchant-hosted checkout.
Commerce backend for AI agents: catalog, prices, inventory, orders, idempotent checkout.
Answers built from our own checks of this server.