Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.nicglazkov/commutescout

io.github.nicglazkov/commutescout

Live California road conditions: CHP incidents, Caltrans closures, chain controls, and wildfires.

Uptime
100.0%
1 direct probes · 30d
Response
2159ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
1
available

Tools · 10

check_route

Check current conditions along a major California highway corridor. The flagship trip-check tool: give it a start and end place and it returns everything active along that stretch right now -…

check_region

Full current-conditions report for a California region. Use this for area-scale questions ("how is the Bay Area?", "what's happening in SoCal?") instead of stitching together point queries. I…

get_incidents

Live CHP traffic incidents statewide, optionally filtered. Data: the California Highway Patrol statewide computer-aided dispatch feed - collisions, traffic hazards, disabled vehicles, closure…

get_lane_closures

Caltrans lane and road closures physically in place RIGHT NOW. Data: the Caltrans Lane Closure System (LCS). Only closures that crews have actually established (CHP code 1097) and not yet pic…

get_chain_controls

Current chain-control requirements on California mountain highways. Data: Caltrans chain-control status for fixed checkpoints on mountain routes (I-80 Donner, US-50 Echo Summit, SR-88, SR-89,…

get_wildfires

Active California wildfires, flagged when close to a major highway. Data: the interagency WFIGS current-wildfire feed (NIFC) - name, size in acres, percent contained, discovery date. Points a…

rank_routes

Which major corridors have the most going on right now. Answers broad questions like "what are the busiest routes", "where is traffic worst", or "which highways should I avoid today" across a…

get_cameras

Live Caltrans roadside camera snapshots near a point or on a route. Data: ~3,000 in-service Caltrans cameras statewide. Every returned image_url was verified live moments ago (offline cameras…

get_road_signs

What Caltrans changeable message signs are displaying right now. Data: statewide CMS sign text, blank and out-of-service signs already filtered - every record is a message a driver is physica…

get_nearby_events

Live road events near a point anywhere CommuteScout covers, not just California: 37 states today, growing. Data: the same multi-state feeds the live map shows, normalized - state DOT inci…

Prompts · 1

road_trip_check

Check road conditions for a trip between two California places.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.nicglazkov/commutescout": {
      "url": "https://mcp.commutescout.com/mcp",
      "transport": "streamable-http"
    }
  }
}