🤖 Model Context Protocol

mrr.ai MCP Server

Give Claude Desktop, Cursor, and your agent fleets native access to SaaS benchmark intelligence. Diagnose stages, compare portfolios, and get growth levers without leaving your AI tool.

Claude Desktop ✓Cursor ✓Agent fleets ✓Any MCP client ✓

Available Tools

ToolDescriptionFree Tier
diagnose_stageInput MRR + growth + vertical → stage cell, percentile, predicted months to next band1/day
get_benchmarkInput cell_id → full benchmark profile (growth percentiles, timeline, data sources)5/day
get_leversInput cell_id + percentile → top 3 acceleration levers with median lift data5/day
compare_to_portfolioInput MRR → anonymized rank vs ai.ventures 17-site portfolio1/day

Pro tier ($49/mo, launching soon): unlimited calls + API key auth. See pricing →

Claude Desktop Installation

Add to your claude_desktop_config.json:

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

Option A — Run from workspace (dev)

{
  "mcpServers": {
    "mrr-ai-benchmarks": {
      "command": "node",
      "args": ["/path/to/workspace/scripts/mcp-server/index.js"],
      "env": {
        "POSTGRES_URL": "your_neon_postgres_url_here"
      }
    }
  }
}

Option B — npx (when published)

{
  "mcpServers": {
    "mrr-ai-benchmarks": {
      "command": "npx",
      "args": ["-y", "mrr-ai-mcp-server"],
      "env": {}
    }
  }
}

Option C — With Pro API key

{
  "mcpServers": {
    "mrr-ai-benchmarks": {
      "command": "node",
      "args": ["/path/to/workspace/scripts/mcp-server/index.js"],
      "env": {
        "POSTGRES_URL": "your_neon_postgres_url_here",
        "MRR_AI_API_KEY": "mak_your_api_key_here"
      }
    }
  }
}

Cursor Installation

Add to .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "mrr-ai-benchmarks": {
      "command": "node",
      "args": ["scripts/mcp-server/index.js"]
    }
  }
}

Example Queries

Diagnose the stage of a B2B SaaS company doing $5,000/month MRR with 8% MoM growth, solo founder, 18 months in.

What are the top levers for a b2b_saas-$$-normal-solo-early company in the 30th percentile?

How long does it typically take a B2B SaaS company in the $$ band with normal growth to reach $$$?

Compare my $3,000/month MRR to the ai.ventures portfolio.

Supported Verticals

b2b_saas

B2B SaaS

B2B software subscriptions

b2c_consumer

B2C Consumer

Consumer apps/subscriptions

ecommerce

E-commerce

DTC / physical goods subscriptions

smb_services

SMB Services

Gym, dental, professional services

agency

Agency

Consulting, dev shops, marketing

Privacy

View plans for unlimited MCP access →