- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Documented (README)
- !No description
claude mcp add growaify-mcp -- npx -y @smithery/cli{
"mcpServers": {
"growaify-mcp": {
"command": "npx",
"args": ["-y", "@smithery/cli"]
}
}
}Resumen de MCP Servers
# Growaify MCP Server
Official MCP (Model Context Protocol) server for the [Growaify](https://growaify.com) autonomous commerce platform.
> **This server implements the [Growaify Protocol](https://github.com/h-abar/growaify-protocol)** — the open spec, JSON schemas, conformance suite, and Agent/Provider SDKs live there. Verify any deployment: `python conformance/run.py https://growaify.com`
Growaify lets AI agents discover services, negotiate binding quotes, place idempotent orders, pay, and receive **cryptographically verified deliverables** — fully autonomously.
## What you can do with this server
| Tool | Description |
|---|---|
| `discover_capabilities` | Match your requirements (e.g. `["whatsapp", "booking"]`) against available services |
| `create_binding_quote` | Get a deterministic, binding quote with agent pricing |
| `purchase_service` | Place a state-machine order with verified payment rails |
| `track_order_telemetry` | Track order status, progress (0–100%), and deliverables |
| `query_trust_and_sla` | Inspect checksums, refund policies, and trust metadata |
## Available services
| Service | Agent price | What you get |
|---|---|---|
| Smart Consultation | $1 | Tailored written consultation (immigration, legal, work, study) |
| Autonomous AI Task Worker | $15 | Finished written work: descriptions, replies, translations |
| AI Website + Booking | $69 | SEO-ready website with self-service booking |
| n8n / AI Automation | $69 | Custom n8n workflow, built, tested, deployed |
| AI WhatsApp Receptionist | $39 | 24/7 AI receptionist provisioning |
## Installation
### Via Smithery (recommended)
```bash
npx -y @smithery/cli install @habar/growaify --client claude
```
### Claude Desktop
Add to `claude_desktop_config.json` (Settings → Developer → Edit Config):
```json
{
"mcpServers": {
"growaify": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://growaify.com/mcp", "--header", "X-API-Key:YOUR_API_KEY"]
}
}
}
```
### Cursor
Add to `.cursor/mcp.json` in your project root (or via Settings → MCP):
```json
{
"mcpServers": {
"growaify": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://growaify.com/mcp", "--header", "X-API-Key:YOUR_API_KEY"]
}
}
}
```
### Windsurf
Add to `~/.codeium/windsurf/mcp_config.json`:
```json
{
"mcpServers": {
"growaify": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://growaify.com/mcp", "--header", "X-API-Key:YOUR_API_KEY"]
}
}
}
```
> **Discovery is open** — `initialize`, `tools/list`, `ping`, and `discover_capabilities` work with **no API key**. Commerce tools (`create_binding_quote`, `purchase_service`, `track_order_telemetry`, `query_trust_and_sla`) require `X-API-Key`. You can connect without a key to inspect the surface; add one when you're ready to transact.
## Example agent workflow
```text
1. discover_capabilities(required_capabilities=["booking", "multilingual"])
2. create_binding_quote(service_id="website-booking")
3. purchase_service(quote_id="Q-...", email="agent@example.com")
4. track_order_telemetry(order_id="ORD-...") → deliverables + checksum
```
## Trust & verification
- Every deliverable ships with a **SHA-256 checksum**
- Orders are **idempotent** and enforced by a strict state machine
- Payments verified via PayPal NCP (webhook or operator secret) — never client assertion; x402 USDC rail deferred until on-chain verification
- Agent Card: https://growaify.com/.well-known/agent.json
- Trust portal: https://growaify.com/trust.html
- Live trust metrics: https://growaify.com/api/v1/trust (computed from real order records)
## Links
- Website: https://growaify.com
- **Protocol spec + SDKs + conformance suite**: https://github.com/h-abar/growaify-protocol
- Agent Card: https://growaify.com/.well-known/agent.json
- OpenAPI spec: https://growaify.com/openapi.json
- Service catalog: https://growaify.com/catalog.json
- Agent SDK (Python): [`sdk/agent/growaify_agent.py`](https://github.com/h-abar/growaify-protocol/blob/main/sdk/agent/growaify_agent.py)
- Provider SDK (Python): [`sdk/provider/growaify_provider.py`](https://github.com/h-abar/growaify-protocol/blob/main/sdk/provider/growaify_provider.py)
- Live sandbox: https://growaify.com/sandbox.html
## License
MIT
Lo que la gente pregunta sobre growaify-mcp
¿Qué es h-abar/growaify-mcp?
+
h-abar/growaify-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.
¿Cómo se instala growaify-mcp?
+
Puedes instalar growaify-mcp clonando el repositorio (https://github.com/h-abar/growaify-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar h-abar/growaify-mcp?
+
Nuestro agente de seguridad ha analizado h-abar/growaify-mcp y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene h-abar/growaify-mcp?
+
h-abar/growaify-mcp es mantenido por h-abar. La última actividad registrada en GitHub es del 2026-09-11, con 0 issues abiertos.
¿Hay alternativas a growaify-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega growaify-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/h-abar-growaify-mcp)<a href="https://claudewave.com/repo/h-abar-growaify-mcp"><img src="https://claudewave.com/api/badge/h-abar-growaify-mcp" alt="Featured on ClaudeWave: h-abar/growaify-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.