Data Collection
californiaroaddata.com
Provides access to live California road data from Caltrans, allowing queries by data type, district, and location name.
ENDPOINT 1
https://californiaroaddata.com/mcp
Known tools 16
overviewUSE ME FIRST: User-friendly overview of the California road data available through this service, including which data types are available in which districts and how to query them.
Inferred read-onlylist_data_typesList all available California road data types and which districts publish them.
Potential side effectsget_data_by_type_and_districtFetch live Caltrans road data for a specific data type and district.
Inferred read-onlysearch_by_location_nameSearch across Caltrans road data by location name or partial location name.
Inferred read-onlysearch_by_routeSearch across Caltrans road data by California route number or route code.
Inferred read-onlysearch_by_coordinatesFind Caltrans road data near a longitude/latitude pair within a radius.
Inferred read-onlyget_active_chain_controlsGet active chain controls in a district, excluding R-0 and not-reported statuses.
Inferred read-onlyget_cctv_camerasGet active CCTV cameras in a district, including current image URLs when available.
Inferred read-onlyget_active_message_signsGet active message signs with visible text in a district.
Potential side effectsget_weather_stationsGet active road weather stations in a district, including temperature data when available.
Inferred read-onlyget_district_infoGet a district overview and which Caltrans road data types are available there.
Inferred read-onlysearch_all_data_typesSearch all published data types within a single district for a text query.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.californiaroaddata-com]
url = "https://californiaroaddata.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"californiaroaddata-com": {
"type": "http",
"url": "https://californiaroaddata.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: californiaroaddata-com
Remote MCP URL: https://californiaroaddata.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"californiaroaddata-com": {
"url": "https://californiaroaddata.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"californiaroaddata-com": {
"type": "http",
"url": "https://californiaroaddata.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "californiaroaddata-com",
"transport": "streamable-http",
"url": "https://californiaroaddata.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for californiaroaddata.com was fetched 2026-07-30T01:50:41.490Z and is being refreshed.
californiaroaddata.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.