# Growaify — Autonomous Commerce for AI Agents (remote · growaify.com)

Autonomous commerce for AI agents: discover, quote, order, pay, verify.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `growaify.com`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-growaify-mcp/growaify.md), [page](https://verifymcp.io/servers/com-growaify-mcp/growaify)

## Channel facts

- Endpoint: `https://growaify.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.3.8`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 954 tokens (~190/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the Growaify — Autonomous Commerce for AI Agents MCP server?

Growaify — Autonomous Commerce for AI Agents is a hosted endpoint at https://growaify.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-growaify-mcp 'https://growaify.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-growaify-mcp": {
      "url": "https://growaify.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-growaify-mcp": {
      "type": "http",
      "url": "https://growaify.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-growaify-mcp]
url = "https://growaify.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-growaify-mcp": {
      "type": "remote",
      "url": "https://growaify.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-growaify-mcp --url 'https://growaify.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-growaify-mcp:
    url: "https://growaify.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-growaify-mcp": {
      "Transport": "http",
      "Url": "https://growaify.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-growaify-mcp -t streamable-http -u 'https://growaify.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-growaify-mcp": {
      "type": "http",
      "url": "https://growaify.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 70, 0)

- [security] Tool “create_binding_quote” rewrote its description, which is the text the model reads
- [security] Tool “discover_capabilities” rewrote its description, which is the text the model reads
- [security] Tool “purchase_service” rewrote its description, which is the text the model reads
- [security] Tool “query_trust_and_sla” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 166 → 190
- [functional improvement] Stability: unverified → 0.03
- [functional] Schema quality: good → excellent

### 2026-09-19 (score 70)

First indexed and scored.

## MCP tools (5)

### `discover_capabilities` (~94 tokens)

Discover Service Capabilities

Match your requirements (e.g. ['whatsapp', 'booking', 'multilingual']) against the whole Growaify catalogue - services, templates and the 489-item micro catalogue - and return matches with pricing and a direct buy link. No API key required.

Input parameters:

- `required_capabilities` (array, required): List of capability keywords to match, e.g. ['whatsapp', 'booking', 'multilingual', 'automation']

Output parameters:

- `matches_found` (integer): Number of matching services
- `services` (array)

### `create_binding_quote` (~147 tokens)

Create Binding Quote

Generate a binding, deterministic quote with agent discount pricing and wholesale volume tiers. Quote is valid for 7 days. AUTH: requires an API key - get one instantly with POST https://growaify.com/api/v1/agents/register using name and purpose fields. No email needed. Send it as the X-API-Key header.

Input parameters:

- `partner_id` (string): Optional partner ID — earns 20% recurring commission on the resulting order
- `quantity` (integer): Number of units to quote (volume discounts apply)
- `service_id` (string, required): Service identifier: task-worker, website-booking, automation-n8n, ai-receptionist, or smart-consultation

Output parameters:

- `expires_at` (string): Quote expiry (7 days)
- `fulfillment_sla` (string)
- `quote_id` (string): Binding quote ID (Q-MCP-...) used for purchase_service
- `service_id` (string)
- `total_usd` (number)
- `unit_price` (number): Agent price per unit in USD

### `purchase_service` (~145 tokens)

Purchase Service

Place an idempotent commercial order from a binding quote. Payment settles via PayPal, x402 (USDC on Base), or Agent Wallet. AUTH: requires an API key - get one instantly with POST https://growaify.com/api/v1/agents/register using name and purpose fields. No email needed. Send it as the X-API-Key header.

Input parameters:

- `agent_id` (string): Your agent identifier for wallet and tracking
- `email` (string, required): Contact email for order receipts and deliverable delivery
- `quote_id` (string, required): Quote ID from create_binding_quote
- `webhook_url` (string): Optional public https URL to receive order status webhooks

Output parameters:

- `amount_usd` (number)
- `order_id` (string): Order ID (ORD-...) for tracking
- `payment_status` (string): payment_pending until settled via a verified rail
- `payment_urls` (object): PayPal, x402, and wallet payment endpoints
- `service_id` (string)

### `track_order_telemetry` (~52 tokens)

Track Order Telemetry

Query order state, execution progress (0-100%), and provisioned digital deliverables with SHA-256 checksums.

Input parameters:

- `order_id` (string, required): Order ID returned by purchase_service (ORD-...)

Output parameters:

- `deliverables` (array)
- `order_id` (string)
- `order_status` (string): payment_required | paid | fulfillment | completed | fulfillment_failed
- `payment_status` (string)
- `progress_percent` (integer)

### `query_trust_and_sla` (~44 tokens)

Query Trust and SLA

Inspect cryptographic checksum policy, refund policies, payment rails, and trust metadata for the platform. No API key required - read this before you decide to buy.

Output parameters:

- `agent_card` (string)
- `payment_rails` (array)
- `security_manifest` (string)
- `state_machine` (string)
- `trust_portal` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-growaify-mcp/growaify#diagnostics

## Score history

- 2026-09-20: 70
- 2026-09-19: 70

## Common questions

### What is the Growaify — Autonomous Commerce for AI Agents MCP server?

Growaify — Autonomous Commerce for AI Agents is an MCP server listed in the public MCP registry as com.growaify/mcp. Autonomous commerce for AI agents: discover, quote, order, pay, verify. This page covers its hosted endpoint (https://growaify.com/mcp).

### Is the Growaify — Autonomous Commerce for AI Agents MCP server safe to use?

Growaify — Autonomous Commerce for AI Agents scores 70 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Growaify — Autonomous Commerce for AI Agents MCP server expose?

Growaify — Autonomous Commerce for AI Agents exposes 5 tools: discover_capabilities, create_binding_quote, purchase_service, track_order_telemetry, query_trust_and_sla. Their descriptions and schemas cost roughly 482 tokens of context every time the server is loaded.

### Does the Growaify — Autonomous Commerce for AI Agents MCP server require authentication?

Yes. Growaify — Autonomous Commerce for AI Agents asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the Growaify — Autonomous Commerce for AI Agents MCP server still maintained?

Growaify — Autonomous Commerce for AI Agents is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://growaify.com/mcp
- Repository: https://github.com/h-abar/growaify-mcp
- Website: https://growaify.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-growaify-mcp/growaify.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-growaify-mcp/growaify.json
- HTML version of this page: https://verifymcp.io/servers/com-growaify-mcp/growaify
