← Registry

Data Collection

californiaroaddata.com

Provides access to live California road data from Caltrans, allowing queries by data type, district, and location name.

1 endpoint16 known toolsFirst detected June 15, 2026Last detected July 17, 2026

ENDPOINT 1

https://californiaroaddata.com/mcp

No auth detected

Known tools 16

overview

USE 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-only
list_data_types

List all available California road data types and which districts publish them.

Potential side effects
list_districts

List all Caltrans districts in California.

Inferred read-only
get_data_by_type_and_district

Fetch live Caltrans road data for a specific data type and district.

Inferred read-only
search_by_location_name

Search across Caltrans road data by location name or partial location name.

Inferred read-only
search_by_route

Search across Caltrans road data by California route number or route code.

Inferred read-only
search_by_county

Search across Caltrans road data by California county.

Inferred read-only
search_by_coordinates

Find Caltrans road data near a longitude/latitude pair within a radius.

Inferred read-only
get_active_chain_controls

Get active chain controls in a district, excluding R-0 and not-reported statuses.

Inferred read-only
get_cctv_cameras

Get active CCTV cameras in a district, including current image URLs when available.

Inferred read-only
get_active_message_signs

Get active message signs with visible text in a district.

Potential side effects
get_lane_closures

Get lane closures in a district.

Inferred read-only
get_weather_stations

Get active road weather stations in a district, including temperature data when available.

Inferred read-only
get_travel_times

Get route travel time segments in a district.

Inferred read-only
get_district_info

Get a district overview and which Caltrans road data types are available there.

Inferred read-only
search_all_data_types

Search all published data types within a single district for a text query.

Inferred read-only

CONNECT 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.

Trust status Neutral

californiaroaddata.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.