mcpbeat Sign in

Rendezvous MCP Server

local only

Rendezvous MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 14 Sep 2026.

Fair meeting point discovery for AI agents with isochrone-based travel time fairness

Installs per day peak 25 · avg 9 · +19% w/w
a month agotoday
64
Installs / week
npm · rendezvous-mcp
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rendezvous MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add rendezvous-mcp -- npx -y rendezvous-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rendezvous-mcp": {
      "args": [
        "-y",
        "rendezvous-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rendezvous-mcp]
command = "npx"
args = ["-y", "rendezvous-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rendezvous-mcp": {
      "args": [
        "-y",
        "rendezvous-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rendezvous-mcp": {
      "args": [
        "-y",
        "rendezvous-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VALHALLA_URL (Valhalla routing engine URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rendezvous MCP

same job, measured the same way
Agent Pay
by joepangallo

Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.

56 installs/wk local only
R
Syncline MCP Server
by syncline

AI-powered meeting scheduling with intelligent auto-scheduling for Claude and AI agents.

218 installs/wk local only
AdvocateMCP
by advocatemcp

MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.

15 tools answering
travel.art
by travel

Art-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts.

4 tools answering
Pay MCP
by pay-skill

USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery

62 installs/wk local only
MCP Time
by infoinlet-marketplace

Time & date for AI agents — timezones, conversion, date math, diffs, cron, business days.

23 installs/wk local only
Lians Agent Memory
by ebeirne

Bitemporal memory for AI agents with point-in-time recall and tamper-evident audit history.

172 installs/wk local only
Context Vault
by rajdeepdas43

Governed memory for AI agents (Paramind AI): conflict-checked writes, time-travel reads, ACL, audit.

223 installs/wk local only

Rendezvous MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Rendezvous MCP?
Rendezvous MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rendezvous-mcp was installed 64 times last week.
How do I connect Rendezvous MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rendezvous-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rendezvous MCP?
The npm package rendezvous-mcp was installed 64 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rendezvous MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.