# Parsley

Query buyer intent signals, MEDDIC qualifications, and lead scores from your Parsley account. 8 tools for sales intelligence - get hot leads, search by intent, surface knowledge gaps, prep for calls.…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add parsley/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list parsley/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get parsley/mcp-server get_conversations

# Call a tool
npx -y @smithery/cli@latest tool call parsley/mcp-server get_conversations '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--parsley.run.tools`

**Required config:**
- `apiKey` (header) — Your Parsley API key (starts with pk_live_). Generate one at parsley.id/hub/api-keys

## Tools (8)

- `get_conversations` — List recent chatbot conversations with filtering by lead quality, intent signal, and date range.
- `get_conversation_detail` — Get full details of a single conversation including MEDDIC signals, engagement metrics, and enrichment data.
- `get_hot_leads` — Get all hot and warm leads with MEDDIC evidence. The morning briefing tool.
- `get_analytics_summary` — Dashboard-level overview: views, conversations, lead counts, conversion rate.
- `search_by_intent` — Find conversations matching specific MEDDIC signals, intent score, or topic.
- `get_knowledge_gaps` — Surface unanswered questions from chatbot conversations, grouped by topic.
- `get_lead_enrichment` — Get extracted company, role, timeline, and budget context from conversations.
- `get_meddic_summary` — Aggregate MEDDIC signal distribution across all conversations.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get parsley/mcp-server <tool-name>
```

## Prompts (5)

- `morning_briefing` (days) — Start your day with a summary of hot leads, intent signals, and follow-up priorities.
- `stale_leads_check` (days) — Find hot leads that haven't been followed up in your CRM.
- `coaching_gaps` (days) — Identify leads with MEDDIC gaps and suggest follow-up questions.
- `content_opportunities` (days, limit) — Surface unanswered visitor questions for content strategy.
- `deal_prep` (company_or_name) — Brief me before a call - what has this person or company asked about?
