Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

dev.forgesworn/rendezvous-mcp

NPM · RENDEZVOUS-MCP · SCANNED SEP 20

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

Available components

+1 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 39 of 125 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to forgesworn/rendezvous-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 160 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 625 tokens (~125/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the dev.forgesworn/rendezvous-mcp server?

dev.forgesworn/rendezvous-mcp runs locally as an npm package, launched with npx -y rendezvous-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · rendezvous-mcp

# add to Claude Code
claude mcp add dev-forgesworn-rendezvous-mcp -- npx -y rendezvous-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "dev-forgesworn-rendezvous-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rendezvous-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "dev-forgesworn-rendezvous-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rendezvous-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add dev-forgesworn-rendezvous-mcp -- npx -y rendezvous-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-forgesworn-rendezvous-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "rendezvous-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-forgesworn-rendezvous-mcp --command npx --arg -y --arg rendezvous-mcp
# ~/.hermes/config.yaml
mcp_servers:
  dev-forgesworn-rendezvous-mcp:
    command: "npx"
    args: ["-y", "rendezvous-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "dev-forgesworn-rendezvous-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "rendezvous-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add dev-forgesworn-rendezvous-mcp -t stdio -c npx -a -y rendezvous-mcp
// mcp.json
{
  "mcpServers": {
    "dev-forgesworn-rendezvous-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rendezvous-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −2
    • CVE-2026-82562 no longer affects this package security
    • CVE-2026-82417 no longer affects this package security
    • Known CVEs: fail → pass security
    • Stability: pass → 0.77 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/rendezvous-mcp@1.1.3

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo forgesworn/rendezvous-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/forgesworn/rendezvous-mcp/.github/workflows/ci.yml@refs/heads/main
Rekor log index 1248686255
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:988b85f4fa9135627bb44c4a5c7a30f94fbc83bd04c5f3faf8d4d6ec5cf2cc94647d664bbf5eae0b3ede903bfd9528c49edcb83762190f55be7a94ebd

Background: How many MCP packages publish verified provenance →

Dependencies 125 packages
Packages resolved 125
Stale 39
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~548 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get-directions ~64

Get directions between two points with distance, duration, and turn-by-turn steps. Returns a GeoJSON LineString of the route geometry.

NameTypeReqDescription
fromobjectyesStarting point
toobjectyesDestination point
transport_modestringyesTravel mode

No output schema declared.

No examples provided.

get-isochrone ~88

Get a reachability polygon showing everywhere reachable from a point within a given travel time. Returns a GeoJSON polygon. Useful for understanding how far someone can travel.

NameTypeReqDescription
latnumberyesLatitude of starting point
lonnumberyesLongitude of starting point
time_minutesnumberyesMaximum travel time in minutes
transport_modestringyesTravel mode

No output schema declared.

No examples provided.

score-venues ~135

Score candidate venues by travel time fairness for multiple participants. Computes travel times from each participant to each venue and ranks by fairness strategy. The AI should suggest venues (from its own knowledge or via search-venues) and pass them here for scoring.

NameTypeReqDescription
fairnessstringScoring strategy: min_max (default, minimise longest journey), min_total (minimise total travel), min_variance (equalise travel times)
participantsarrayyesParticipant locations (2–10 people)
transport_modestringyesHow participants will travel
venuesarrayyesCandidate venues to score (1–50)

No output schema declared.

No examples provided.

search-venues ~156

Search for venues (pubs, cafes, restaurants, parks, etc.) near a location using OpenStreetMap data. Returns name, coordinates, type, and OSM ID. Use this when you need comprehensive local venue data that may not be in your training knowledge.

NameTypeReqDescription
latnumberyesCentre latitude
lonnumberyesCentre longitude
radius_kmnumberSearch radius in km (default 5)
venue_typesarrayyesVenue types to search: pub, cafe, restaurant, park, library, playground, community_centre, bar, fast_food, garden, theatre, arts_centre, fitness_centre, sports_centre, escape_game, swimming_pool, ser…

No output schema declared.

No examples provided.

store-routing-credentials ~105

Store L402 payment credentials (macaroon + preimage) after paying a routing invoice. Call this after the user has paid the Lightning invoice returned by a payment_required response. Once stored, all subsequent routing calls (score-venues, get-isochrone, get-directions) will authenticate automatically.

NameTypeReqDescription
macaroonstringyesThe macaroon from the payment_required response
preimagestringyesThe payment preimage obtained after paying the invoice

No output schema declared.

No examples provided.

Common questions

What is the dev.forgesworn/rendezvous-mcp server?

dev.forgesworn/rendezvous-mcp is listed in the public MCP registry as dev.forgesworn/rendezvous-mcp. Fair meeting point discovery for AI agents with isochrone-based travel time fairness. This page covers its npm package (rendezvous-mcp).

Is the dev.forgesworn/rendezvous-mcp server safe to use?

dev.forgesworn/rendezvous-mcp scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the dev.forgesworn/rendezvous-mcp server expose?

dev.forgesworn/rendezvous-mcp exposes 5 tools: score-venues, search-venues, get-isochrone, get-directions, store-routing-credentials. Their descriptions and schemas cost roughly 548 tokens of context every time the server is loaded.

Is the dev.forgesworn/rendezvous-mcp server still maintained?

dev.forgesworn/rendezvous-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the dev.forgesworn/rendezvous-mcp server under?

dev.forgesworn/rendezvous-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.