← todonuevomexico.com
INDIVIDUAL MCP TOOL
get_city_guide
Fetch one city's fact-checked guide by slug: sections, FAQs, citations, cultural protocol, upcoming events, and nearby activities.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.todonuevomexico-com]
url = "https://todonuevomexico.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"todonuevomexico-com": {
"type": "http",
"url": "https://todonuevomexico.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: todonuevomexico-com
Remote MCP URL: https://todonuevomexico.com/api/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": {
"todonuevomexico-com": {
"url": "https://todonuevomexico.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"todonuevomexico-com": {
"type": "http",
"url": "https://todonuevomexico.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "todonuevomexico-com",
"transport": "streamable-http",
"url": "https://todonuevomexico.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_events— Search upcoming New Mexico events.get_event— Fetch one event by slug: structured fields, upcoming occurrences, cultural protocol, provenance, near-term weather, and ready-made schema.org JSON-LD.search_activities— Search outdoor activities — trails, campsites, fishing & water access, hunting units, farmers markets, and curated places/hidden gems.get_activity— Fetch one outdoor activity by kind + slug: structured facts, facets, cultural protocol, provenance, and schema.org JSON-LD.list_cities— List every New Mexico city and town with its canonical guide URL, region, county, coordinates, and whether a fact-checked guide is published.list_roundups— List published monthly roundups (what's happening this month, statewide and by region) with canonical URLs.get_roundup— Fetch one roundup by slug (e.g.list_trips— List published day-by-day New Mexico trip guides by traveler type, with canonical URLs.