LIVE ENDPOINT
https://michycoffee.com/mcp
Connect to this endpoint to inspect the live schema for get_menu 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.michy-coffee]
url = "https://michycoffee.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"michy-coffee": {
"type": "http",
"url": "https://michycoffee.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: michy-coffee
Remote MCP URL: https://michycoffee.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": {
"michy-coffee": {
"url": "https://michycoffee.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"michy-coffee": {
"type": "http",
"url": "https://michycoffee.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "michy-coffee",
"transport": "streamable-http",
"url": "https://michycoffee.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_business_info— Devuelve la ficha completa de michy: direccion, contacto, idiomas, caracteristicas del local (pet-friendly, opciones veganas y sin gluten) y estado de apertura.get_opening_hours— Devuelve el horario de apertura de michy dia a dia, con su zona horaria.is_open_now— Dice si michy esta abierto en este momento, o en la fecha ISO 8601 que se le pase, segun el horario publicado y la hora local de Torremolinos.search_menu— Busca platos y bebidas por nombre en la carta de michy.