storefront-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server (used in HTTP mode). | 3000 |
| PUBLIC_BASE_URL | No | Public base URL for the HTTP server (used in HTTP mode). If not set, defaults to http://localhost:${PORT}. | |
| STOREFRONT_MCP_PAY_PORT | No | Port for the mock-pay HTTP server (used in stdio mode only). | 4405 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_listingsA | Busca alojamientos en el catálogo de alquiler temporario en CDMX (Vidriera) por colonia, cantidad de huéspedes, precio máximo por noche, tipo de habitación o texto libre. Devuelve hasta 3 opciones como tarjetas visuales interactivas para que el usuario elija, navegue el detalle y arranque una reserva. Usala cuando el usuario pida alojamiento, quiera comparar opciones o pregunte qué hay disponible en una zona de la ciudad. |
| get_listing_detailA | Devuelve la ficha completa de una propiedad del catálogo (descripción, amenities, anfitrión) dado su ID numérico. Usala para responder preguntas puntuales sobre una propiedad que ya apareció en una búsqueda previa. |
| start_mock_bookingB | Genera un resumen de reserva mock (fechas de ejemplo, total) y el link de pago simulado. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Catálogo Vidriera (tarjetas) | Tarjetas de propiedades con navegación a detalle y reserva simulada. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/McpStorefront/storefront-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server