Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Andru Revenue Intelligence
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Andru Revenue Intelligence

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "andru-revenue-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "andru-revenue-intelligence"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Andru MCP Server β€” Operational Empathy for B2B

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.

Works immediately β€” no pipeline data required. Describe your product and Andru delivers stakeholder understanding in seconds. Run a full pipeline for empathy tuned to your specific market.

Installation

Terminal
npm install -g mcp-server-andru-intelligence

Or run directly:

bash
ANDRU_API_KEY=sk_live_... npx mcp-server-andru-intelligence

Configuration

Environment Variables

VariableRequiredDefaultDescription
ANDRU_API_KEYYesβ€”Your Andru Platform API key
ANDRU_API_URLNohttps://hs-andru-test.onrender.comAPI base URL

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

Claude Desktop

Add to your claude_desktop_config.json:

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

Claude Code

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

Available Tools

Qualification & Scoring

ToolWhat It DoesLatency
get_icp_fit_scoreTells you in seconds whether a company is worth your time β€” scores across 5 dimensions against who actually buys from you<100ms
batch_fit_scoreScore up to 50 companies at once β€” tier and score so you can rank a list in under a second<500ms
classify_opportunityFull read on a deal β€” fit score, persona match, risk flags, disqualification check, and a verdict: pursue, pause, or walk away<200ms
get_disqualification_signalsFind out if you're wasting time on a deal that won't close β€” three layers of signal and a clear recommendation<200ms

Stakeholder Understanding

ToolWhat It DoesLatency
get_persona_profileLook up who you're actually talking to β€” what they care about at 7 AM, why they'll say no, and exactly how to open<50ms
get_messaging_frameworkGet the exact words to use β€” MBTI-adapted so the analytical CTO and the results-driven VP Sales get different versions<50ms
get_competitive_positioningBattlecard for a specific competitor β€” where you win, where they'll attack, which questions to plant<100ms
get_evaluation_criteriaScores how well you match what a buyer needs β€” across pain coverage, outcome clarity, capability fit, and 3 more dimensions<100ms

Account & Pipeline

ToolWhat It DoesLatency
get_account_planBuilds the account plan you'd normally spend a weekend on β€” stakeholder map, MEDDICC gaps, and the unified story<100ms
get_icp_profileReturns everything Andru knows about your ideal customer β€” all 5 intelligence layers and the patterns that predict churn<100ms
get_capability_profileMachine-readable snapshot of what your product does and who it's for β€” designed for buyer-side evaluation<50ms

Prospecting & Meetings

ToolWhat It DoesLatency
discover_prospectsFinds real companies showing the same buying signals your best customers showed β€” searches the web live15-30s
get_pre_briefPre-call prep so you don't walk in cold β€” talk track, discovery questions, anticipated objections, and the one thing to get done10-20s

CRM Syndication

ToolWhat It DoesLatency
get_syndication_statusShows whether your CRM has your current intelligence or is running on stale data<200ms
trigger_syndicationPushes latest intelligence into your CRM β€” detects which platforms are out of date and updates only what's stale5-15s

Founder Tools

ToolWhat It DoesLatency
get_sales_blueprintFirst sales hire blueprint β€” JD, comp model, interview questions, and 90-day ramp plan for the stage you're at10-20s
get_thesis_matchMatch your company against VC investment theses β€” top 5 fits with reasoning for why each thesis applies10-20s
get_founder_wellnessBurnout risk assessment with recovery recommendations β€” because 54% of founders are severely stressed and 81% hide it<200ms
simulate_buyer_personaPractice your pitch against a simulated CFO, CTO, or VP Sales β€” get the objections before the real meeting5-15s

CLI

All 19 tools are also available from the command line via the companion andru-intel package:

Terminal
npx andru-intel list                    # see all 19 tools
npx andru-intel score "AI code review"  # instant ICP (works offline)
npx andru-intel persona CFO             # buyer persona deep dive
npx andru-intel blueprint --stage "Series A" --arr "$2M"
npx andru-intel thesis "AI sales platform" --stage "Seed"
npx andru-intel roleplay CTO
npx andru-intel wellness
npx andru-intel run get_competitive_positioning --companyName "Acme"

Cold-Start Support

7 tools work without any pipeline data β€” just describe your product:

  • get_icp_fit_score, get_persona_profile, get_messaging_framework, get_competitive_positioning, get_evaluation_criteria, classify_opportunity, get_disqualification_signals

Pass productDescription, vertical, and targetRole parameters, or let Claude infer them from your conversation. The tools use pre-built stakeholder understanding (5 named buyer personas, 3 vertical segment profiles) to deliver results immediately.

Run a full ICP pipeline at platform.andru-ai.com for understanding tuned to your specific product and market.

Available Resources

URIDescription
andru://icp/profileThe complete profile of the companies you should actually be selling to β€” 5 intelligence layers, 7 critical questions, and churn prediction patterns
andru://pipeline/runsAll your pipeline runs and what each one produced β€” ICP layers, lead gen strategy, account plans, and deck output
andru://accountsYour tracked accounts β€” tier, pipeline value, stakeholder count, and account plan status

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.

Code
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:

Code
https://hs-andru-test.onrender.com/.well-known/agent.json

Also Available As

Chrome Extension β€” Sales intelligence on LinkedIn profiles, Gmail compose, and any company page. Install from Chrome Web Store.

Intelligence Briefs

Free signal reads for the questions technical founders ask at 11 PM:

  • I've Done 30 Customer Interviews and Still Can't Define My ICP
  • I Know My ICP But My Outreach Still Isn't Working
  • My Pipeline Is Full of Companies That Like Us But Nobody's Buying Urgently
  • As a Technical Founder, What Am I Getting Wrong About Sales?
  • Why Does My Messaging Fall Flat Even When I'm Talking to the Right Companies?

License

MIT

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Arbor logoArbor

    The Graph-Native Intelligence Layer for Code.

    πŸ’» Developer Tools1 views
    Compare vs Arbor β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Andru Revenue Intelligence

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "andru-revenue-intelligence": { "command": "npx", "args": ["-y", "Andru Revenue Intelligence"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAndru Revenue Intelligence AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/andru-revenue-intelligence?style=directory)](https://allmcps.com/mcp/andru-revenue-intelligence)
HTML Embed
<a href="https://allmcps.com/mcp/andru-revenue-intelligence"><img src="https://allmcps.com/api/badge/andru-revenue-intelligence?style=directory" alt="Andru Revenue Intelligence on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Andru Revenue Intelligence β†’Install in Claude DesktopInstall in CursorInstall in VS Code