Andru Revenue Intelligence MCP Server

Revenue intelligence for SaaS founders: ICP scoring, persona profiling, competitive positioning.

Local serverstdio

What is the Andru Revenue Intelligence MCP server?

Revenue intelligence for SaaS founders: ICP scoring, persona profiling, competitive positioning. That is what the andru revenue intelligence mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

19 stakeholder understanding tools for technical founders navigating high-stakes B2B interactions. ICP scoring, buyer persona simulation, competitive battlecards, MBTI-adapted messaging, deal classification, sales hiring blueprints, VC thesis matching, founder wellness, and pre-meeting briefs — built on 20 years of B2B sales pattern data.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • get_sales_blueprint — First sales hire blueprint — JD, comp model, interview questions, and 90-day ramp plan for the stage you're at
  • get_thesis_match — Match your company against VC investment theses — top 5 fits with reasoning for why each thesis applies
  • get_founder_wellness — Burnout risk assessment with recovery recommendations — because 54% of founders are severely stressed and 81% hide it
  • simulate_buyer_persona — Practice your pitch against a simulated CFO, CTO, or VP Sales — get the objections before the real meeting

What it needs from you

Configuration is passed through the environment: ANDRU_API_KEY, ANDRU_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Getting it running

The server ships on npm as mcp-server-andru-intelligence, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Andru Revenue Intelligence's toolset — get_sales_blueprint, get_thesis_match, get_founder_wellness and 1 more — is a fair guide to whether it matches your workflow. It is maintained by geter-andru; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Andru Revenue Intelligence's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
get_sales_blueprintFirst sales hire blueprint — JD, comp model, interview questions, and 90-day ramp plan for the stage you're at
get_thesis_matchMatch your company against VC investment theses — top 5 fits with reasoning for why each thesis applies
get_founder_wellnessBurnout risk assessment with recovery recommendations — because 54% of founders are severely stressed and 81% hide it
simulate_buyer_personaPractice your pitch against a simulated CFO, CTO, or VP Sales — get the objections before the real meeting

How to install the Andru Revenue Intelligence MCP server

{
  "mcpServers": {
    "andru-intelligence": {
      "command": "npx",
      "args": ["mcp-server-andru-intelligence"],
      "env": {
        "ANDRU_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
ANDRU_API_KEYCredential the server authenticates with.Yes
ANDRU_API_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Andru Revenue Intelligence to get sales blueprint.
  • Use Andru Revenue Intelligence to get thesis match.
  • Use Andru Revenue Intelligence to get founder wellness.

Frequently asked questions

It connects Andru Revenue Intelligence to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (get_sales_blueprint, get_thesis_match, get_founder_wellness, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Andru Revenue Intelligence directly.