CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Parsley - Buyer Intent Signals

peterjduffy/parsley-mcp
8 toolsauthSTDIO, HTTPregistry active
Summary

Connects Claude to your Parsley account to query buyer intent signals, MEDDIC qualification data, and chatbot conversation history. You get eight tools covering everything from hot lead lists and MEDDIC gap analysis to knowledge base suggestions from unanswered questions. The free tier gives you analytics summaries, while paid plans unlock conversation search, enrichment data, and five cross-MCP prompts that can orchestrate between Parsley and your CRM (Attio, HubSpot, Salesforce) to find qualified leads with no follow-up or prep for calls with full context. Useful for morning sales briefings, identifying coaching opportunities, and turning chatbot gaps into content ideas without leaving your AI assistant.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

8 tools
get_conversationsList recent chatbot conversations with filtering by lead quality, intent signal, and date range.4 params

List recent chatbot conversations with filtering by lead quality, intent signal, and date range.

Parameters* required
daysnumber
default: 30
limitnumber
default: 20
lead_qualitystring
one of hot · warm · cold
intent_signalstring
one of high_intent · evaluation · research · support
get_conversation_detailGet full details of a single conversation including MEDDIC signals, engagement metrics, and enrichment data.1 params

Get full details of a single conversation including MEDDIC signals, engagement metrics, and enrichment data.

Parameters* required
conversation_idstring
get_hot_leadsGet all hot and warm leads with MEDDIC evidence. The morning briefing tool.2 params

Get all hot and warm leads with MEDDIC evidence. The morning briefing tool.

Parameters* required
daysnumber
default: 7
include_warmboolean
default: true
get_analytics_summaryDashboard-level overview: views, conversations, lead counts, conversion rate.1 params

Dashboard-level overview: views, conversations, lead counts, conversion rate.

Parameters* required
daysnumber
default: 30
search_by_intentFind conversations matching specific MEDDIC signals, intent score, or topic.4 params

Find conversations matching specific MEDDIC signals, intent score, or topic.

Parameters* required
daysnumber
default: 30
topicstring
meddic_signalsarray
min_intent_scorenumber
get_knowledge_gapsSurface unanswered questions from chatbot conversations, grouped by topic.3 params

Surface unanswered questions from chatbot conversations, grouped by topic.

Parameters* required
daysnumber
default: 30
limitnumber
default: 20
topicstring
get_lead_enrichmentGet extracted company, role, timeline, and budget context from conversations.2 params

Get extracted company, role, timeline, and budget context from conversations.

Parameters* required
daysnumber
default: 30
has_companyboolean
default: false
get_meddic_summaryAggregate MEDDIC signal distribution across all conversations.1 params

Aggregate MEDDIC signal distribution across all conversations.

Parameters* required
daysnumber
default: 30

Parsley MCP Server

A Model Context Protocol server that exposes buyer intent signals, MEDDIC qualification data, and lead intelligence from your Parsley account to AI assistants like Claude Desktop and Cursor.

What it does

Ask your AI assistant natural questions about your leads:

  • "Which leads went hot this week?"
  • "Show me the MEDDIC gaps for recent conversations"
  • "Any high-intent visitors that nobody's followed up on?"
  • "What are people asking that my chatbot can't answer?"

If you also have a CRM MCP connected (Attio, HubSpot, Salesforce, etc.), Claude can cross-reference automatically - finding hot leads with no CRM follow-up, prepping you for calls with full context from both systems.

Setup

1. Get your API key

Generate an API key at parsley.id/hub/api-keys. You need a Parsley account with the chatbot enabled.

2. Configure Claude Desktop

Add to your Claude Desktop config file:

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

{
  "mcpServers": {
    "parsley": {
      "command": "npx",
      "args": ["-y", "@tryparsley/mcp-server"],
      "env": {
        "PARSLEY_API_KEY": "pk_live_your_key_here"
      }
    }
  }
}

3. Configure Cursor

Add to your Cursor MCP settings (.cursor/mcp.json):

{
  "mcpServers": {
    "parsley": {
      "command": "npx",
      "args": ["-y", "@tryparsley/mcp-server"],
      "env": {
        "PARSLEY_API_KEY": "pk_live_your_key_here"
      }
    }
  }
}

Environment variables

VariableRequiredDescription
PARSLEY_API_KEYYesYour Parsley API key (pk_live_...)
PARSLEY_BASE_URLNoAPI base URL (defaults to https://www.parsley.id)

Tools (8)

Free tier

ToolDescription
get_analytics_summaryDashboard overview - profile views, conversations, lead quality breakdown, top topics, conversion rate

Business tier

ToolDescription
get_conversationsList recent conversations with filtering by lead quality, intent signal, date range
get_conversation_detailFull conversation detail - MEDDIC signals with evidence quotes, engagement, enrichment
get_hot_leadsHot and warm leads with MEDDIC evidence - the morning briefing tool
search_by_intentFind conversations by MEDDIC signals, intent score, or topic
get_knowledge_gapsUnanswered chatbot questions grouped by topic and frequency
get_lead_enrichmentExtracted company, role, timeline, and budget context from conversations
get_meddic_summaryAggregate MEDDIC signal distribution - per-signal counts, top combinations

Prompts (5)

Predefined workflow templates that appear in Claude's prompt picker.

PromptCross-MCPDescription
morning_briefingYesHot leads summary with follow-up priorities. Cross-references CRM if connected.
stale_leads_checkYesQualified leads with no recent CRM activity. Requires a CRM MCP.
coaching_gapsNoMEDDIC gaps with suggested follow-up questions for each lead.
content_opportunitiesNoKnowledge gaps turned into blog post, chatbot doc, and FAQ suggestions.
deal_prepOptionalPre-call briefing on a company/person. Pulls CRM context if available.

Cross-MCP workflows

Prompts marked "Cross-MCP" work with any CRM that has an MCP server. Connect both Parsley and your CRM's MCP to Claude, and the prompts will orchestrate across both automatically. No extra configuration needed.

Tested with: Attio, HubSpot, Salesforce, Copper, Pipedrive.

Tier gating

  • Free plan: get_analytics_summary tool only
  • Business plan: All 8 tools + all 5 prompts

Upgrade at parsley.id/pricing.

Development

git clone https://github.com/peterjduffy/parsley-mcp.git
cd parsley-mcp
npm install
npm run build
PARSLEY_API_KEY=pk_live_xxx node dist/index.js

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

PARSLEY_API_KEY*secret

Your Parsley API key (starts with pk_live_). Generate one at parsley.id/hub/api-keys

Registryactive
Package@tryparsley/mcp-server
TransportSTDIO, HTTP
AuthRequired
UpdatedMay 4, 2026
View on GitHub