INDIVIDUAL MCP TOOL
route_query
Classify a natural language query about the Coachella Valley and route it to the appropriate tool with suggested parameters.
LIVE ENDPOINT
https://mcp.aicoachellavalley.com/mcp
Connect to this endpoint to inspect the live schema for route_query and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.aicv-mcp]
url = "https://mcp.aicoachellavalley.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aicv-mcp": {
"type": "http",
"url": "https://mcp.aicoachellavalley.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aicv-mcp
Remote MCP URL: https://mcp.aicoachellavalley.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": {
"aicv-mcp": {
"url": "https://mcp.aicoachellavalley.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aicv-mcp": {
"type": "http",
"url": "https://mcp.aicoachellavalley.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aicv-mcp",
"transport": "streamable-http",
"url": "https://mcp.aicoachellavalley.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
query_venues— Query Coachella Valley nodes filtered by city, subcategory, or agent intent.get_node— Retrieve the full structured record for a specific Coachella Valley node by its slug.get_regional_brief— Retrieve intelligence briefs from the Coachella Valley AI economy.get_economic_context— Retrieve valley-wide economic intelligence including workforce density, education attainment, AI economy signals, and development activity.get_report— Retrieve Coachella Valley long-form intelligence reports.