HomeMarketing & E-Commerce › mcp

mcp

Vruum AI revenue platform — outbound, deals, pipeline & CRM automation over one MCP.

Official TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.vruum.ai/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://api.vruum.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://api.vruum.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token using a Vruum personal access token (vk_live_…). Generate one in the Vruum web app under Settings → API tokens. Format: 'Bearer vk_live_…'.

Package (npm 0.6.0)

npx -y @vruum/mcp@0.6.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vruum/mcp@0.6.0"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry