vruum-gtm

Vruum MCP (@vruum/mcp)

Community vruum-gtm
Updated

Official MCP access to Vruum — the AI revenue platform. Stdio bridge + advertised tool surface for the hosted server at api.vruum.ai/mcp.

Vruum MCP (@vruum/mcp)

Official MCP access to Vruum — the AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP.

This package is the stdio bridge to the hosted Vruum MCP server. It serves the advertised tool surface locally (no credentials needed to introspect) and proxies tool execution to https://api.vruum.ai/mcp under your Vruum token. Every call is authorized server-side; the bridge grants no authority beyond what your Vruum account can already do.

Connecting a modern client? Prefer the remote server directly.Clients that support remote MCP (Claude Code, Claude Desktop, Cursor, Codex, …) should connect straight to https://api.vruum.ai/mcp (OAuth 2.1, or Authorization: Bearer vk_live_…). This bridge exists for stdio-only clients and for tool-surface introspection. See vruum.ai/docs/mcp.

Install & connect

{
  "mcpServers": {
    "vruum": {
      "command": "npx",
      "args": ["-y", "@vruum/mcp"],
      "env": { "VRUUM_MCP_TOKEN": "vk_live_…" }
    }
  }
}

Get a token in the Vruum web app under Settings → API tokens. A Vruum account is required to execute tools; listing tools works without one.

Already using the CLI? npx @vruum/clivruum login --token vk_live_… stores credentials in ~/.vruum/credentials, and the bridge picks them up automatically.

Configuration

Env var Meaning Default
VRUUM_MCP_TOKEN Vruum personal access token — (falls back to VRUUM_TOKEN, then ~/.vruum/credentials)
VRUUM_MCP_URL Hosted MCP endpoint https://api.vruum.ai/mcp
VRUUM_MCP_TIMEOUT_MS Per-call timeout (research/import tools run long) 300000
VRUUM_CONFIG_DIR Credentials directory ~/.vruum

What's inside

  • tools.json — the client-advertised tool surface: 29 curated compound tools (search, fetch, research, skill, and the manage_* / get_* families covering people, deals, outreach, engagement, content, campaigns, and revenue), each carrying MCP safety annotations. This is exactly what a real Vruum session is advertised — one tool per decision rather than a sprawl of granular endpoints, so an agent never has to disambiguate between overlapping legacy verbs. Generated from the live server definition and served verbatim for tools/list.
  • src/index.ts — the bridge: static listings, proxied calls, and structured errors(a missing token is an explanation, not a crash). A failed call is never automaticallyretried — many of these tools send outreach or spend money, and an ambiguous failure maymean the server already executed, so a silent replay could double-send. The dead connectionis discarded, the error says so, and your agent decides whether the tool is safe to re-run.

The distinctive design position of the Vruum MCP: your AI harness authors all sales and marketing prose. The server schedules, gates, persists, and sends — it has no server-side message generation. Outreach drafts surface to your agent as work items rather than being written for you.

Development

This repository is a build artifact of the Vruum monorepo, resynced automatically on release — tools.json is regenerated from the live server definition, so it never drifts from what the hosted server actually exposes.

Issues and PRs are welcome here: maintainers upstream accepted changes into the monorepo, and they flow back on the next sync.

npm install
npm test        # builds, then black-box JSON-RPC tests against the built binary

Links

License

MIT

MCP Server · Populars

MCP Server · New

    DIDA-AI

    RollingGo Hotel MCP — Hotel Search & Booking

    Official DIDA Hotel Booking MCP Server. 14-year travel tech data stack, 2M+ hotels at wholesale rates, 40+ LLM compatible. Free unlimited calls for businesses & individual devs. Filter by location, date, star grade, guests & tags; pull real-time room types, pricing & cancellation rules.

    Community DIDA-AI
    micro

    mu

    A personal home server

    Community micro
    talivia-group

    Talivia Agent Kit

    Revenue-first website analytics installed and verified by AI agents through MCP

    Community talivia-group
    gura105

    Operational Ontology

    A minimal, readable reference implementation of the Operational Ontology pattern. Palantir Foundry is one implementation; this is the concept, minimized.

    Community gura105
    EllisMorrow

    Caelune

    Caelune (星野) — Local-first retrieval for private Markdown, PDF, and Tika documents, with a Windows desktop app and read-only MCP server.|本地优先的私人知识检索工具。

    Community EllisMorrow