ProspectMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Puerto de la API REST (default 3000) | 3000 |
| API_KEYS | No | Keys válidas para la API REST, separadas por coma | |
| SERPAPI_KEY | No | Para extraer todas las reviews (sin ella: máx. 5) | |
| DEFAULT_REGION | No | Región por defecto (default AR) | AR |
| MCP_AUTH_TOKENS | No | Tokens de autenticación para el conector MCP remoto, separados por coma | |
| DEFAULT_LANGUAGE | No | Idioma por defecto (default es) | es |
| GOOGLE_PLACES_API_KEY | Yes | API key de Google Cloud con Places API (New) habilitada |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_businessesA | Busca negocios en Google Maps por texto libre (ej. 'peluquerías en Rosario'). Permite filtrar por negocios CON o SIN página web (ideal para prospectar clientes a los que venderles una web) y por rating mínimo. Devuelve nombre, dirección, teléfono, web, rating y place_id de cada negocio. |
| get_businessB | Obtiene la ficha completa de un negocio por su place_id: datos de contacto, web, rating, categorías y ubicación. |
| get_reviewsA | Extrae las reviews de un negocio por su place_id. Con SERPAPI_KEY configurada trae el listado completo paginado; sin ella devuelve hasta 5 reviews (límite de la API oficial de Google). El campo 'complete' indica si el listado es completo. |
| get_business_profileA | Devuelve el perfil completo de un negocio: ficha, reviews y redes sociales detectadas en su sitio web (Facebook, Instagram, etc.). Es el insumo ideal antes de generar el prompt de la página web. |
| generate_website_promptA | Genera un prompt listo para pegar en Claude Code que construye una landing page profesional para el negocio, basada en sus datos reales, sus mejores reviews y sus redes sociales. Pensado para venderle la página al negocio. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/snowydevd/ProspectMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server