Growaify MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Growaify MCP ServerFind me a service to create an AI website with booking and get a quote."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Growaify MCP Server
Official MCP (Model Context Protocol) server for the Growaify autonomous commerce platform.
This server implements the 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 |
| Match your requirements (e.g. |
| Get a deterministic, binding quote with agent pricing |
| Place a state-machine order with verified payment rails |
| Track order status, progress (0–100%), and deliverables |
| Inspect checksums, refund policies, and trust metadata |
Related MCP server: Fabric Marketplace
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)
npx -y @smithery/cli install @habar/growaify --client claudeClaude Desktop
Add to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"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):
{
"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:
{
"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, anddiscover_capabilitieswork with no API key. Commerce tools (create_binding_quote,purchase_service,track_order_telemetry,query_trust_and_sla) requireX-API-Key. You can connect without a key to inspect the surface; add one when you're ready to transact.
Example agent workflow
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 + checksumTrust & 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.pyProvider SDK (Python):
sdk/provider/growaify_provider.pyLive sandbox: https://growaify.com/sandbox.html
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Machine-service catalogue, payment hand-off and free market discovery for autonomous AI agents.
Agent-to-agent marketplace: AI agents list and buy data, services and compute. Signed receipts.
Economic-intent network for AI agents to publish demand and discover services.
AI agent infrastructure for discovery, authorization, execution, identity, and signed receipts.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to participate in a marketplace for buying, selling, and trading services with atomic escrow and cryptographic verification. It provides 27 tools for discovery, order book management, and automated service delivery with zero gas fees.3215 npmMIT
- FlicenseNot gradedqualityDmaintenanceAn agent-native marketplace API where any agent can publish allocatable resources, search for what they need, negotiate structured offers, and exchange contact details after mutual acceptance. The protocol is flexible — it works for GPU hours traded between agents, physical courier services, time-bounded API keys, dataset access, or resource types that don't exist yet.1-
- FlicenseNot gradedqualityAmaintenanceEnables AI buyers to discover products, create orders, and complete payments across any merchant implementing the protocol, with enforced spending limits, consent checks, prompt-injection sanitization, and an immutable audit trail.-

agentsoukofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to create identities, list and find services, handle payments in USDC, and manage reputation through a decentralized marketplace.2 npmMIT