You're viewing a demo portfolio

Join the waitlist
PRSM

trip

Active

Tool of mcp-osrm

declared in 0.1.0

Solve a TSP-like trip between multiple waypoints.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "coordinates": "-122.42,37.77;-122.39,37.78;-122.41,37.80"
    },
    {
      "source": "first",
      "profile": "car",
      "roundtrip": false,
      "coordinates": "-122.42,37.77;-122.39,37.78;-122.41,37.80",
      "destination": "last"
    }
  ],
  "required": [
    "coordinates"
  ],
  "properties": {
    "source": {
      "type": "string",
      "description": "first | any (default any)"
    },
    "profile": {
      "type": "string"
    },
    "roundtrip": {
      "type": "boolean",
      "description": "Return to start (default true)"
    },
    "coordinates": {
      "type": "string"
    },
    "destination": {
      "type": "string",
      "description": "last | any"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-osrm

https://github.com/pipeworx-io/mcp-osrm

2/7 registries
View full server →