Skip to main content
Glama
aria-agentworks

@aria-agentworks/sales-intelligence-mcp

README.md
# Sales Intelligence MCP Server

> AI-powered sales intelligence, CRM integration, and outreach automation.
> Works with **Claude**, **Grok**, **Gemini**, **GPT**, **Cursor**, **Windsurf**, and any MCP-compatible client.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![MCP Server](https://img.shields.io/badge/MCP-Server-6366f1)](https://mcp.ariaagent.agency)
[![12 Tools](https://img.shields.io/badge/Tools-12-green)](#tools)

## Overview

A comprehensive MCP server that transforms any AI assistant into a sales powerhouse. Research companies, find decision-makers, generate personalized outreach, sync with HubSpot CRM, and score leads — all through natural language.

## Tools (12)

| Tool | Tier | Description |
|------|------|-------------|
| `company_lookup` | Free | Enrich companies via Clearbit — revenue, employees, tech stack, social profiles |
| `find_contacts` | Free | Find decision-makers with email pattern suggestions |
| `generate_outreach` | Free | Generate cold emails, follow-ups, LinkedIn requests, partnership proposals, and demo requests |
| `score_lead` | Free | Score leads 0-100 with fit/engagement/timing breakdown (HOT/WARM/LUKEWARM/COLD) |
| `advanced_lead_score` | Free | Multi-factor lead scoring with custom weights and detailed scoring matrix |
| `outreach_ab_test` | Free | Generate A/B test variants for outreach campaigns with performance scoring |
| `hubspot_search` | Pro | Search HubSpot CRM contacts, companies, and deals |
| `hubspot_create` | Pro | Create contacts, companies, and deals in HubSpot CRM |
| `pipeline_report` | Pro | Generate pipeline analytics and deal forecasts from HubSpot |
| `get_usage` | All | Check your current usage, plan details, and remaining operations |
| `list_templates` | All | List available outreach email templates with descriptions |
| `get_upgrade_options` | All | View pricing plans and upgrade to Starter or Pro |

## Resources

The server exposes 3 MCP resources for additional context:

| Resource | Description |
|----------|-------------|
| `documentation` | Complete documentation for all 12 tools |
| `templates` | All available outreach templates with required fields |
| `pricing` | Current pricing plans, limits, and feature comparisons |

## Prompts

3 built-in prompts for common sales workflows:

| Prompt | Description |
|--------|-------------|
| `sales-research` | Research a company and generate a full intelligence brief |
| `lead-qualification` | Score and qualify a lead with detailed analysis |
| `outreach-campaign` | Create a multi-touch outreach campaign sequence |

## Pricing

| Plan | Price | Operations/mo | Features |
|------|-------|---------------|----------|
| Free | $0 | 50 | All 12 tools, company lookup, contact finder, outreach, lead scoring |
| Starter | $29/mo | 1,000 | All Free + higher limits + priority support |
| Pro | $49/mo | 5,000 | All Starter + HubSpot CRM sync + bulk operations |

## Installation

### Claude Desktop
Add to your Claude Desktop config (`claude_desktop_config.json`):
```json
{
  "mcpServers": {
    "sales-intelligence": {
      "url": "https://mcp.ariaagent.agency/mcp"
    }
  }
}
```

### Gemini CLI
```bash
gemini mcp add sales-intelligence https://mcp.ariaagent.agency/mcp
```

### Cursor / VS Code / Windsurf
Add MCP server URL in settings: `https://mcp.ariaagent.agency/mcp`

### Cline / Continue
```
https://mcp.ariaagent.agency/mcp
```

## Quick Start

### 1. Get Your Free API Key
Sign up at [mcp.ariaagent.agency](https://mcp.ariaagent.agency) for a free API key, or use any unique string — your first 50 operations are free every month.

### 2. Research a Company
> "Look up stripe.com and tell me about their business"

### 3. Find Contacts
> "Find the VP of Sales and Head of Marketing at HubSpot"

### 4. Generate Outreach
> "Write a cold email to Sarah at HubSpot about our sales analytics tool"

### 5. Score a Lead
> "Score this lead: Stripe, 8000 employees, fintech, raised $2B, uses AWS and React"

### 6. HubSpot CRM (Pro)
> "Search for all deals over $10,000 in my HubSpot"
> "Create a new contact: John Doe, john@acme.com, VP of Sales at Acme"
> "Show me my pipeline report"

## Architecture

- **Protocol**: Model Context Protocol (MCP) via JSON-RPC
- **Transport**: HTTP + Server-Sent Events (SSE)
- **SDK**: Official @modelcontextprotocol/sdk
- **Data**: Clearbit (company enrichment), HubSpot API (CRM)
- **Auth**: SHA-256 hashed API keys
- **Payment**: Razorpay with HMAC-SHA256 webhook verification
- **Email**: Resend for automated delivery
- **Runtime**: Node.js 20+ on Ubuntu

## API Endpoints

| Endpoint | Description |
|----------|-------------|
| `GET /` | Server info and health check |
| `POST /mcp` | MCP JSON-RPC endpoint (tools/list, tools/call) |
| `GET /api/register` | Register for a free API key |
| `GET /api/pricing` | View pricing plans |
| `GET /.well-known/mcp.json` | MCP manifest for auto-discovery |

## License

MIT — [aria-agentworks](https://github.com/aria-agentworks)