MCP Hub
Back to servers

Andru Revenue Intelligence

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

Registry
Updated
Feb 14, 2026

Quick Install

npx -y mcp-server-andru-intelligence

Andru Revenue Intelligence MCP Server

Strategic revenue intelligence for technical SaaS founders. ICP scoring, persona profiling, competitive positioning, buyer journey mapping, and pre-meeting briefs — powered by 20 years of B2B sales wisdom.

Installation

npm install -g @andru/mcp-server-intelligence

Or run directly:

ANDRU_API_KEY=sk_live_... npx @andru/mcp-server-intelligence

Configuration

Environment Variables

VariableRequiredDefaultDescription
ANDRU_API_KEYYesYour Andru Platform API key
ANDRU_API_URLNohttps://api.andru.aiAPI base URL

Get your API key at app.andru.ai/settings/api-keys.

Claude Desktop

Add to your claude_desktop_config.json:

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

Claude Code

claude mcp add andru-intelligence npx @andru/mcp-server-intelligence \
  --env ANDRU_API_KEY=sk_live_your_key_here

Available Tools

ToolDescriptionLatency
get_icp_fit_scoreScore a company against your ICP criteria<100ms
get_persona_profileLook up buyer persona from ICP data<50ms
get_disqualification_signals3-layer opportunity classification<200ms
get_messaging_frameworkMBTI-adapted messaging frameworks<50ms
get_competitive_positioningCompetitive battlecards and positioning<100ms
classify_opportunityFull opportunity classification<200ms
get_account_planStructured account plan with MEDDICC<100ms
get_capability_profileMachine-readable capability profile<50ms
get_evaluation_criteria6-value alignment scoring<100ms
get_icp_profileFull Pure Signal ICP profile (5 layers)<100ms
discover_prospectsAI-powered prospect discovery15-30s
get_pre_briefPre-meeting brief with talk track10-20s
get_syndication_statusCRM syndication status<200ms
trigger_syndicationTrigger CRM syndication5-15s
batch_fit_scoreBatch score up to 50 companies<500ms

Available Resources

URIDescription
andru://icp/profileCanonical ICP profile
andru://pipeline/runsPipeline run summaries
andru://accountsAccount and prospect data

How It Works

This MCP server is a thin proxy that authenticates with your Andru API key and forwards tool/resource requests to the Andru backend. All intelligence generation, ICP scoring, and data access happens server-side — the MCP server itself is stateless.

Claude Desktop/Code  →  MCP Server (stdio)  →  Andru API (HTTPS)

A2A Protocol

Andru also supports the Agent-to-Agent (A2A) protocol for direct agent-to-agent communication. The AgentCard is available at:

https://api.andru.ai/.well-known/agent.json

License

MIT

Reviews

No reviews yet

Sign in to write a review