dev.forgesworn/rendezvous-mcp✓
dev.forgesworn/rendezvous-mcp · v1.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.forgesworn/rendezvous-mcp",
"description": "Fair meeting point discovery for AI agents with isochrone-based travel time fairness",
"repository": {
"url": "https://github.com/forgesworn/rendezvous-mcp",
"source": "github"
},
"version": "1.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "rendezvous-mcp",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Valhalla routing engine URL",
"format": "string",
"name": "VALHALLA_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}