Andru Docs
OverviewQuickstart
Chrome Extension
For AI Agents
llms.txtllms-full.txtOpenAPI Spec

Quickstart

Get Andru's revenue intelligence in Claude in 2 minutes.

1

Get your API key

Sign up at platform.andru-ai.com and navigate to Settings > API Keys. Create a key — it will start with sk_live_ (production) or sk_test_ (test).

2

Install the MCP Server

Add this to your Claude Desktop claude_desktop_config.json:

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

Or for Claude Code:

claude mcp add andru-intelligence -- npx -y mcp-server-andru-intelligence
3

Try your first tool call

Ask Claude to score a company against your ICP:

Prompt
Score Datadog against our ICP. We sell API monitoring
to Series B+ infrastructure companies.

Claude will automatically use the get_icp_fit_score tool and return a multi-dimensional score in under 100ms.

What's next

  • Browse all 15 tools — scoring, intelligence, discovery, syndication
  • A2A Protocol — agent-to-agent communication
  • REST API — direct HTTP access