mcp-server-andru-intelligence 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Andru Revenue Intelligence MCP Server
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
19 buyer intelligence tools for technical founders who sell to enterprises. 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.
|
|
4
4
|
|
|
5
5
|
Works immediately — no pipeline data required. Describe your product and Andru delivers pre-built buyer intelligence in seconds. Run a full pipeline for intelligence tuned to your specific market.
|
|
6
6
|
|
|
@@ -94,6 +94,30 @@ claude mcp add andru-intelligence npx mcp-server-andru-intelligence \
|
|
|
94
94
|
| `get_syndication_status` | Shows whether your CRM has your current intelligence or is running on stale data | <200ms |
|
|
95
95
|
| `trigger_syndication` | Pushes latest intelligence into your CRM — detects which platforms are out of date and updates only what's stale | 5-15s |
|
|
96
96
|
|
|
97
|
+
### Founder Tools
|
|
98
|
+
|
|
99
|
+
| Tool | What It Does | Latency |
|
|
100
|
+
|------|-------------|---------|
|
|
101
|
+
| `get_sales_blueprint` | First sales hire blueprint — JD, comp model, interview questions, and 90-day ramp plan for the stage you're at | 10-20s |
|
|
102
|
+
| `get_thesis_match` | Match your company against VC investment theses — top 5 fits with reasoning for why each thesis applies | 10-20s |
|
|
103
|
+
| `get_founder_wellness` | Burnout risk assessment with recovery recommendations — because 54% of founders are severely stressed and 81% hide it | <200ms |
|
|
104
|
+
| `simulate_buyer_persona` | Practice your pitch against a simulated CFO, CTO, or VP Sales — get the objections before the real meeting | 5-15s |
|
|
105
|
+
|
|
106
|
+
## CLI
|
|
107
|
+
|
|
108
|
+
All 19 tools are also available from the command line via the companion [`andru-intel`](https://www.npmjs.com/package/andru-intel) package:
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
npx andru-intel list # see all 19 tools
|
|
112
|
+
npx andru-intel score "AI code review" # instant ICP (works offline)
|
|
113
|
+
npx andru-intel persona CFO # buyer persona deep dive
|
|
114
|
+
npx andru-intel blueprint --stage "Series A" --arr "$2M"
|
|
115
|
+
npx andru-intel thesis "AI sales platform" --stage "Seed"
|
|
116
|
+
npx andru-intel roleplay CTO
|
|
117
|
+
npx andru-intel wellness
|
|
118
|
+
npx andru-intel run get_competitive_positioning --companyName "Acme"
|
|
119
|
+
```
|
|
120
|
+
|
|
97
121
|
## Cold-Start Support
|
|
98
122
|
|
|
99
123
|
7 tools work without any pipeline data — just describe your product:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-server-andru-intelligence",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"mcpName": "io.github.geter-andru/andru-intelligence",
|
|
5
5
|
"description": "Buyer intelligence for technical founders who sell to enterprises — know who to target, what to say, and when to walk away. 19 MCP tools + CLI: ICP scoring, persona simulation, battlecards, deal classification, prospect discovery, sales hiring, investor matching, founder wellness.",
|
|
6
6
|
"type": "module",
|