← californiaroaddata.com
INDIVIDUAL MCP TOOL
list_data_types
List all available California road data types and which districts publish them.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.
Related tools
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.list_districts— List all Caltrans districts in California.get_data_by_type_and_district— Fetch live Caltrans road data for a specific data type and district.search_by_location_name— Search across Caltrans road data by location name or partial location name.search_by_route— Search across Caltrans road data by California route number or route code.search_by_county— Search across Caltrans road data by California county.search_by_coordinates— Find Caltrans road data near a longitude/latitude pair within a radius.get_active_chain_controls— Get active chain controls in a district, excluding R-0 and not-reported statuses.