Model Context Protocol

MCP Server for San Luis Way

Give your AI structured access to the most complete guide to San Luis Potosi

Quick Start

Add to your Claude Desktop config and start asking about San Luis Potosi.

Claude Desktop · claude_desktop_config.json

{
  "mcpServers": {
    "SanLuisWay": {
      "command": "npx",
      "args": ["-y", "@sanluisway/mcp-server"]
    }
  }
}

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%Claudeclaude_desktop_config.json

Other Clients

Add to your Claude Desktop config and start asking about San Luis Potosi.

{
  "mcpServers": {
    "SanLuisWay": {
      "command": "npx",
      "args": ["-y", "@sanluisway/mcp-server"]
    }
  }
}

What You Can Do

Search events, festivals, and concerts

Find restaurants, cafes, and bars

Get practical guides for visitors

Explore outdoor activities and trails

Discover cultural sites and museums

Check weather and exchange rates

Tools Reference

All 12 tools available in the MCP server:

ToolDescriptionKey Params
get_eventsList upcoming eventslimit, offset
get_eventGet event details by slugslug
get_placesList places by categorycategory, limit
get_placeGet place details by slugslug
get_guidesList available guideslimit
get_guideGet guide content by slugslug
get_outdoorList outdoor activitieslimit
get_cultureList cultural siteslimit
get_weatherCurrent weather conditions--
get_newsLatest local headlineslimit, lang
get_exchange_ratesCurrent exchange rates--
searchFull-text search across all dataquery, type

Example Prompts

Try these with any MCP-connected AI client:

> What events are happening this weekend in SLP?
> Best restaurants in Centro Historico
> How's the weather in San Luis Potosi?
> Show me outdoor activities near Real de Catorce
> Search for tacos in SLP

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external data sources. Instead of relying only on training data, your AI can query live, structured information from San Luis Way — events, places, weather, and more — in real time.

Connect Your Agent to San Luis Way

Frequently Asked Questions

No. The San Luis Way MCP server is completely free and requires no API keys, accounts, or configuration. Just add the config and start asking.
Events, places (restaurants, cafes, bars, museums), guides, outdoor activities, cultural sites, weather, news, and exchange rates — all for San Luis Potosi.
Yes. Any MCP-compatible client works, including Cursor, Claude Code, Windsurf, Gemini CLI, and Codex CLI. Setup instructions are provided for each.
The MCP server integrates directly into your AI assistant so you can ask questions in natural language. The CLI is for terminal scripts and automation. Both access the same data.