Revenue intelligence for SaaS founders: ICP scoring, persona profiling, competitive positioning.
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.
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 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 atget_thesis_match — Match your company against VC investment theses — top 5 fits with reasoning for why each thesis appliesget_founder_wellness — Burnout risk assessment with recovery recommendations — because 54% of founders are severely stressed and 81% hide itsimulate_buyer_persona — Practice your pitch against a simulated CFO, CTO, or VP Sales — get the objections before the real meetingConfiguration 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.
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.
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.
| Tool | What it does |
|---|---|
| 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 |
{
"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.
| Variable | Description | Required |
|---|---|---|
| ANDRU_API_KEY | Credential the server authenticates with. | Yes |
| ANDRU_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.