Connect Pelgrim to the AI assistant you already use, then just ask. "Which alliance am I closest to status on?" "How many nights did I spend in Italy last year?" "Plan a weekend that adds a country I haven't been to." Your assistant reads straight from your own logged history and answers.
The connector can only read your data. It cannot book, change, delete, or add anything. Adding and correcting your travel stays where it belongs: in Pelgrim, done by you. This is deliberate, and it's not going to change quietly. Your data stays yours, and your assistant just gets to look at it.
Once connected, you talk to your assistant in plain language. A few examples to get the idea, your history is the limit:
The loyalty answers are the ones no spreadsheet and no general chatbot can give you: Pelgrim works out the tier you actually hold (including lifetime and card-conferred status), the closest way to the next tier (by nights or by points), and your next milestone. Your assistant gets that computed answer, not a pile of raw rows to guess from.
You can also ask for a visual card (“show me a travel card” or “a loyalty status card”) that renders right in the chat, or a full year-in-review. Some assistants also show one-tap shortcuts Pelgrim provides, like “Travel year in review” and “Loyalty status check”.
Most AI clients just need this one URL. You'll sign in to Pelgrim and click Allow once; no token to paste by hand.
https://pelgrim.app/mcp_rpc.php
Claude is the smoothest, add the link and it works on desktop, web, and your phone. ChatGPT works too, behind a setting. Consumer Gemini isn't there yet.
https://pelgrim.app/mcp_rpc.php) and continue.Because Claude connects from its own servers, adding it once makes it work on Claude for web, desktop, and mobile automatically. Anthropic's guide to custom connectors is here. You can revoke access any time from your Pelgrim settings.
Turn on Developer mode (Settings → Connectors → Advanced), then add the same link as a custom connector and complete the Pelgrim sign-in. OpenAI's setup guide is here.
Prefer to run a local helper on one machine instead of the hosted link? Mint a token in the section above, install Node.js and the Pelgrim connector helper, and point your client's config at it (this method is desktop-only, no mobile):
{
"mcpServers": {
"pelgrim": {
"command": "node",
"args": ["/absolute/path/to/pelgrim-mcp/index.mjs"],
"env": {
"PELGRIM_TOKEN": "paste-your-token-here",
"PELGRIM_API_BASE": "https://pelgrim.app"
}
}
}
}
Google's consumer Gemini app doesn't support custom MCP connectors yet. The Gemini CLI (a developer tool) can use the local helper above today. For the everyday Gemini app, this is on Google's side, and we'll turn it on here the moment it's supported.
Be aware of the other side of the pipe: when your assistant reads your data to answer a question, that data passes into your AI provider's systems (Anthropic, OpenAI, Google) under their terms, the same as anything else you type into them. We can't control what they do with it. Only connect if you're comfortable with your provider handling your travel history. Revoke your token here any time to cut access instantly. See the privacy policy for detail.
Questions or something not working? Mail hello@pelgrim.app. This is new; your feedback shapes it.