MCP Server Integration
Connect California road data to Claude, VS Code, Cursor, and other MCP-compatible tools
MCP Server URL
Use the following URL when adding to your MCP client:
Claude
- Click menu (top right)
- Select "Settings"
- Go to "Developer"
- Click "Add MCP Server"
- Enter name:
california-road-data - Paste SSE URL above
- Click "Add Server"
- Restart Claude
VS Code
Install MCP extension, then add to settings.json:
"mcp.servers": {
"california-road-data": {
"url": "https://californiaroaddata.com/sse"
}
} Cursor
Create or edit .cursor/mcp.json:
{
"mcpServers": {
"california-road-data": {
"url": "https://californiaroaddata.com/sse"
}
}
} 14 Available Tools
Discovery
- • List data types
- • List districts
- • Get district info
Data Retrieval
- • Chain controls
- • CCTV cameras
- • Message signs
- • Lane closures
- • Weather stations
- • Travel times
Search
- • By location
- • By route
- • By county
- • By coordinates
- • Multi-type search
Data Coverage
Chain Controls
Mountain pass restrictions (R-0 to R-4)
CCTV Cameras
Traffic camera feeds across all districts
Message Signs
Highway alerts and information
Lane Closures
Current and scheduled closures
Weather Stations
Road and weather conditions
Travel Times
Route segment estimates
Coverage: All 12 California CalTrans districts • Real-time data • No authentication required
Example Queries
What chain controls are active in the Bay Area?
Find all data about Route 101
Show weather conditions near Mount Hamilton
What lane closures are in Los Angeles County?
Get travel times in District 08
Real-time Streaming
The MCP server supports Server-Sent Events (SSE) for real-time streaming responses on select operations.
Streaming Endpoint:
/sse?tool=TOOL_NAME&stream=true search_by_coordinates
Stream nearby results as they're found within a radius
get_data_by_type_and_district
Stream data items progressively from district
Stream events include: start, progress, result, complete, and error messages with real-time updates
Features
Real-time Data
Direct CalTrans API integration
Geo-aware
Distance-based searches
Smart Search
Multiple filter options
No Auth Needed
Public data access
Need more information?