You're viewing a demo portfolio

Join the waitlist
PRSM

calculate_drive_times

Active

Tool of io.github.outdoorithm/outdoorithm

declared in 0.1.0

Calculate realistic drive times from an origin to multiple campgrounds using Mapbox routing with live traffic. Uses the Mapbox Matrix API for traffic-aware routing. Maximum 9 destinations per request. Args: origin_latitude: Latitude of starting location origin_longitude: Longitude of starting location destinations: List of {campground_id: str, latitude: float, longitude: float} (max 9)

Parameters schema

{
  "type": "object",
  "required": [
    "origin_latitude",
    "origin_longitude",
    "destinations"
  ],
  "properties": {
    "destinations": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "origin_latitude": {
      "type": "number"
    },
    "origin_longitude": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.outdoorithm/outdoorithm

https://github.com/outdoorithm/website

1/7 registries
View full server →
calculate_drive_times — io.github.outdoorithm/outdoorithm — PRSM MCP