← Registry

Social Media

growvib.com

This MCP server provides social media growth services for platforms like Telegram, Instagram, TikTok, and YouTube.

2 endpoints6 known toolsFirst detected July 24, 2026Last detected September 11, 2026

ENDPOINT 1

https://api.growvib.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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-com]
url = "https://api.growvib.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "growvib-com": {
      "type": "http",
      "url": "https://api.growvib.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

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

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "growvib-com": {
      "url": "https://api.growvib.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "growvib-com": {
      "type": "http",
      "url": "https://api.growvib.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "growvib-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "growvib-com",
  "transport": "streamable-http",
  "url": "https://api.growvib.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

ENDPOINT 2

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

No auth detected

MCP server metadata

Name
growvib-mcp-public
Version
0.1.0
Capabilities
tools

Known tools 6

get_quote

Get the exact list price to order a service and quantity, with no account needed.

Inferred read-only
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).

Inferred read-only
paid_order_status

Track an order placed with place_paid_order: status, start count and remaining quantity.

Inferred read-only
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.

Potential side effects
recommend_service

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

Inferred read-only
search_catalog

Search the sellable social growth service catalog (Telegram, Instagram, TikTok, YouTube and more).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for growvib.com was fetched 2026-07-31T12:41:52.346Z and is being refreshed.

Trust status Neutral

growvib.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.