
Rendezvous Mcp
Let agents propose fair meet-up locations by balancing travel time from multiple addresses using isochrone routing.
Overview
dev.forgesworn/rendezvous-mcp is a Build-phase MCP server that finds fair meeting points for agents using isochrone-based travel time balance.
What is this MCP server?
- Isochrone-based travel time fairness for multi-party meeting point search
- Stdio npm rendezvous-mcp v1.1.3 for agent hosts
- Configurable Valhalla routing engine via VALHALLA_URL
- Purpose-built for AI agents choosing equitable physical rendezvous
- Server version 1.1.3 (npm identifier rendezvous-mcp)
- Stdio transport; optional VALHALLA_URL environment variable
- Repository: github.com/forgesworn/rendezvous-mcp
What problem does it solve?
Agents and apps that suggest meet-up spots often bias toward one location without comparing equitable travel times for everyone involved.
Who is it for?
Indie builders adding in-person coordination to agents, community tools, or field-service assistants with multiple start locations.
Skip if: Products with no real-world meetups or teams unwilling to host or link a Valhalla routing URL.
What do I get? / Deliverables
With Valhalla connected, your agent can return meeting candidates ranked for travel-time fairness across participants.
- Fairness-oriented meeting point candidates from agent tool calls
- Isochrone-backed travel time comparison across parties
- Reusable routing integration without custom map math in your repo
Recommended MCP Servers
Journey fit
Geospatial routing MCP belongs in Build when you embed location fairness into an app or agent workflow, after the product concept exists. Integrations catalogs external engines (Valhalla isochrones) exposed as agent tools rather than in-repo algorithms.
How it compares
Geospatial fairness MCP over Valhalla isochrones, not a generic maps embed or calendar skill.
Common Questions / FAQ
Who is dev.forgesworn/rendezvous-mcp for?
It is for builders whose agents or apps need equitable physical meeting recommendations across several addresses or attendees.
When should I use dev.forgesworn/rendezvous-mcp?
Use it in Build when you integrate routing-backed rendezvous search into an agent workflow, after you know users will coordinate in-person.
How do I add dev.forgesworn/rendezvous-mcp to my agent?
Install rendezvous-mcp from npm, set VALHALLA_URL to your Valhalla engine, register the stdio MCP server in your agent config, and invoke tools with participant locations.