← growvib.com

INDIVIDUAL MCP TOOL

recommend_service

Recommend which plan option to order for a service, a quantity, an audience and a preference.

growvib.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.growvib.com/mcp-public

No auth detected

Connect to this endpoint to inspect the live schema for recommend_service and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

growvib.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.growvib-mcp-public]
url = "https://api.growvib.com/mcp-public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "growvib-mcp-public": {
      "type": "http",
      "url": "https://api.growvib.com/mcp-public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: growvib-mcp-public
Remote MCP URL: https://api.growvib.com/mcp-public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "growvib-mcp-public": {
      "url": "https://api.growvib.com/mcp-public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "growvib-mcp-public": {
      "type": "http",
      "url": "https://api.growvib.com/mcp-public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "growvib-mcp-public",
  "transport": "streamable-http",
  "url": "https://api.growvib.com/mcp-public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_quote — Get the exact list price to order a service and quantity, with no account needed.
  • get_service — Get one service's full detail, including ALL of its plan options (id, name, price per 1000, min/max quantity, quality tier, typed axes such as country or watch length, listed delivery speed and start window, and the recommended flag).
  • paid_order_status — Track an order placed with place_paid_order: status, start count and remaining quantity.
  • place_paid_order — Place an order and pay for it with USDC on Base or Solana, with no GrowVib account and no human in the loop, using the x402 payment protocol.
  • search_catalog — Search the sellable social growth service catalog (Telegram, Instagram, TikTok, YouTube and more).