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

StudioMeyer CRM

io.studiomeyer/crm
33 toolsHTTPregistry active
Summary

Built specifically for Claude integration, this CRM gives you 33 tools to manage your sales pipeline without leaving your AI workflow. You get full CRUD on leads, deals, and pipeline stages, plus direct Stripe sync for payment tracking. OAuth 2.1 handles auth, and it runs over streamable HTTP so you can connect remotely. The free tier makes it easy to spin up if you're tired of context switching between your assistant and a separate CRM dashboard. Reach for this when you want your deal tracking and customer data queryable directly in your Claude conversations.

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.

33 tools
crm_companyCreate, get, or update a company. Actions: "create" (new company), "get" (full profile with contacts, deals, revenue — lookup by id/name/supportCode), "update" (change fields by id). "Zeig mir Firma X" → action: get.17 params

Create, get, or update a company. Actions: "create" (new company), "get" (full profile with contacts, deals, revenue — lookup by id/name/supportCode), "update" (change fields by id). "Zeig mir Firma X" → action: get.

Parameters* required
idstring
Company ID (required for update, optional for get)
citystring
City
namestring
Company name (required for create, used as lookup for get)
sizestring
Company size bucketone of solo · small · medium · large
tagsarray
Tags for segmentation
notesstring
Free-form notes about the company
actionstring
What to doone of create · get · update
sourcestring
Where this company came fromone of referral · organic · social · cold · partner · contact
addressstring
Street address
countrystring
Country code (default: DE)
websitestring
Company website URL
clientIdstring
Link to external Client ID
industrystring
Industry vertical (e.g. SaaS, Manufacturing, Hospitality)
supportCodestring
Support code lookup (for get) or set (for create)
includeDealsboolean
Include deals in get (default: true)
includeRevenueboolean
Include revenue in get (default: true)
includeInteractionsboolean
Include interactions in get (default: true)
crm_list_companiesList all companies with filtering by stage, tag, source, health score. Sort by health, name, or recent activity.8 params

List all companies with filtering by stage, tag, source, health score. Sort by health, name, or recent activity.

Parameters* required
tagstring
Filter by tag
pagenumber
Page number (default: 1)
stagestring
Filter by lifecycle stageone of lead · qualified · proposal · negotiation · won · active
sortBystring
Sort order (default: created)one of health · name · recent · created
sourcestring
Filter by acquisition sourceone of referral · organic · social · cold · partner · contact
pageSizenumber
Items per page (default: 20, max: 100)
maxHealthnumber
Maximum health score (0-100)
minHealthnumber
Minimum health score (0-100)
crm_contactAdd or update a contact person. Actions: "add" (new contact to company), "update" (change existing by id). Mark as primary/decision maker.12 params

Add or update a contact person. Actions: "add" (new contact to company), "update" (change existing by id). Mark as primary/decision maker.

Parameters* required
idstring
Contact ID (required for update)
namestring
Contact full name (required for add)
rolestring
Role (CEO, CTO, Marketing, Admin)
emailstring
Email address (RFC 5321 max 254 chars)
notesstring
Free-form notes about the contact
phonestring
Phone number in any format
actionstring
What to doone of add · update
positionstring
Job title
companyIdstring
Company ID (required for add)
isPrimaryboolean
Primary contact (auto-unsets others)
telegramChatIdstring
Telegram chat ID for direct messaging
isDecisionMakerboolean
Marks contact as a decision maker
crm_contact_deleteDelete a contact person by ID. This is a hard delete — the contact will be permanently removed.1 params

Delete a contact person by ID. This is a hard delete — the contact will be permanently removed.

Parameters* required
idstring
Contact ID to delete
crm_list_contactsList contacts with optional filters: by company, search term, decision makers only. Supports pagination.5 params

List contacts with optional filters: by company, search term, decision makers only. Supports pagination.

Parameters* required
pagenumber
Page number (default: 1)
searchstring
Search in name/email
pageSizenumber
Items per page (default: 20, max: 100)
companyIdstring
Filter by company ID
isDecisionMakerboolean
Filter to decision makers only
crm_dealCreate or update a deal/opportunity. Actions: "create" (new deal for company), "update" (change stage/value/etc. by id). Probability auto-sets by stage: lead(10%) → qualified(25%) → proposal(50%) → negotiation(75%) → won(100%).15 params

Create or update a deal/opportunity. Actions: "create" (new deal for company), "update" (change stage/value/etc. by id). Probability auto-sets by stage: lead(10%) → qualified(25%) → proposal(50%) → negotiation(75%) → won(100%).

Parameters* required
idstring
Deal ID (required for update)
notesstring
Free-form notes about the deal
stagestring
Pipeline stage (auto-sets default probability)one of lead · qualified · proposal · negotiation · won · active
titlestring
Deal title (required for create)
valuenumber
Deal value in currency units. Interpreted as monthly recurring unless billingType says otherwise.
actionstring
What to doone of create · update
currencystring
Currency (default: EUR)
companyIdstring
Company ID (required for create)
assignedTostring
Owner / sales rep
lostReasonstring
Reason the deal was lost (only when stage=lost)
billingTypestring
How value is billed. "monthly" counts toward MRR as-is, "annual" is divided by 12 for MRR, "one-time" is excluded from MRR and tracked separately. Default: monthly.one of monthly · annual · one-time
probabilitynumber
Win probability 0-100 (auto-set by stage if omitted)
productKeysarray
Products (website-rent, ki-chatbot, etc.)
actualCloseDatestring
Actual close date when won/lost (ISO 8601)
expectedCloseDatestring
Expected close date (ISO 8601)
crm_get_pipelinePipeline overview: deals by stage with values, forecasts, MRR/ARR. "Pipeline?" → use this.1 params

Pipeline overview: deals by stage with values, forecasts, MRR/ARR. "Pipeline?" → use this.

Parameters* required
assignedTostring
Filter by assignee
crm_list_dealsList deals with filtering by stage, company, assignee, value range. Sort by value, stage, updated, or created.8 params

List deals with filtering by stage, company, assignee, value range. Sort by value, stage, updated, or created.

Parameters* required
pagenumber
Page number (default: 1)
stagestring
Filter by pipeline stageone of lead · qualified · proposal · negotiation · won · active
sortBystring
Sort order (default: created)one of value · stage · updated · created
maxValuenumber
Maximum deal value
minValuenumber
Minimum deal value
pageSizenumber
Items per page (default: 20, max: 100)
companyIdstring
Filter by company ID
assignedTostring
Filter by assignee
crm_log_interactionLog a communication (call, email, meeting, etc.). Auto-updates lastInteractionAt on company.8 params

Log a communication (call, email, meeting, etc.). Auto-updates lastInteractionAt on company.

Parameters* required
dealIdstring
Related deal
channelstring
Channelone of email · telegram · call · meeting · whatsapp · portal
contentstring
What was discussed
subjectstring
Subject line (for emails)
metadataobject
Extra data
companyIdstring
Company ID
contactIdstring
Specific contact person
directionstring
Who initiatedone of inbound · outbound
crm_get_timelineFull timeline of a company: interactions and notes merged chronologically.3 params

Full timeline of a company: interactions and notes merged chronologically.

Parameters* required
limitnumber
Max entries (default: 20)
channelstring
Filter timeline to a specific communication channelone of email · telegram · call · meeting · whatsapp · portal
companyIdstring
Company ID
crm_add_noteQuick note on a company or deal. Author defaults to CRM_DEFAULT_AUTHOR env var or "admin".4 params

Quick note on a company or deal. Author defaults to CRM_DEFAULT_AUTHOR env var or "admin".

Parameters* required
authorstring
Who wrote this note
dealIdstring
Link to specific deal
contentstring
Note content
companyIdstring
Company ID
crm_list_notesList notes with filtering by company, deal, or author. Supports pagination.5 params

List notes with filtering by company, deal, or author. Supports pagination.

Parameters* required
pagenumber
Page number (default: 1)
authorstring
Filter by author
dealIdstring
Filter by deal ID
pageSizenumber
Items per page (default: 20, max: 100)
companyIdstring
Filter by company ID
crm_sync_stripeSync revenue from Stripe subscriptions to CRM. Matches by email.1 params

Sync revenue from Stripe subscriptions to CRM. Matches by email.

Parameters* required
companyIdstring
Sync only for specific company
crm_revenue_reportRevenue analytics: MRR, ARR, growth, breakdown by company and product. "Revenue?" → use this.2 params

Revenue analytics: MRR, ARR, growth, breakdown by company and product. "Revenue?" → use this.

Parameters* required
periodstring
Report period (default: month)one of month · quarter · year
companyIdstring
Filter to specific company
crm_searchFull-text search across all CRM entities: companies, contacts, deals, interactions, notes, leads. Includes tags, productKeys. German stemming + umlaut-folding + fuzzy. "Suche X im CRM" → use this.2 params

Full-text search across all CRM entities: companies, contacts, deals, interactions, notes, leads. Includes tags, productKeys. German stemming + umlaut-folding + fuzzy. "Suche X im CRM" → use this.

Parameters* required
limitnumber
Max results (default: 20)
querystring
Search query
crm_health_scoresCalculate health scores (0-100) for all companies based on activity, revenue, deals, contacts.2 params

Calculate health scores (0-100) for all companies based on activity, revenue, deals, contacts.

Parameters* required
maxScorenumber
Maximum score (0-100)
minScorenumber
Minimum score (0-100)
crm_dashboardFull CRM dashboard: pipeline, MRR/ARR, health, activity, alerts. "Dashboard" or "CRM Status" → use this. Call this FIRST every session for the live overview. ⚠ If response includes isFirstTimeUser:true or onboardingHint, you MUST call crm_guide and offer the auto-load setup be...

Full CRM dashboard: pipeline, MRR/ARR, health, activity, alerts. "Dashboard" or "CRM Status" → use this. Call this FIRST every session for the live overview. ⚠ If response includes isFirstTimeUser:true or onboardingHint, you MUST call crm_guide and offer the auto-load setup be...

No parameter schema in public metadata yet.

crm_statsAggregate CRM statistics: total contacts, deals by stage, pipeline value, leads by status/temperature, follow-up counts, interaction metrics. "CRM Statistiken" or "Zahlen" → use this.

Aggregate CRM statistics: total contacts, deals by stage, pipeline value, leads by status/temperature, follow-up counts, interaction metrics. "CRM Statistiken" or "Zahlen" → use this.

No parameter schema in public metadata yet.

server_statusCheck CRM server health, configuration, and capabilities. Call this first on new sessions.

Check CRM server health, configuration, and capabilities. Call this first on new sessions.

No parameter schema in public metadata yet.

crm_leadIngest, list, update, or convert leads. Actions: "ingest" (new lead from any source, auto-dedup), "list" (filter by status/source), "update" (change lead fields — requires leadId/id), "convert" (lead → company + contact + optional deal). "Neue Leads?" → action: list.21 params

Ingest, list, update, or convert leads. Actions: "ingest" (new lead from any source, auto-dedup), "list" (filter by status/source), "update" (change lead fields — requires leadId/id), "convert" (lead → company + contact + optional deal). "Neue Leads?" → action: list.

Parameters* required
idstring
Alias for leadId
namestring
Contact name
pagenumber
Page number (default: 1)
tagsarray
Tags for the new company (for convert)
emailstring
Email address
phonestring
Phone number
actionstring
What to doone of ingest · list · update · convert
leadIdstring
Lead ID (required for update/convert)
sourcestring
Lead source: kontaktform, smartbot, outreach, email, referral, social, manual (required for ingest)
statusstring
Lead lifecycle status (also used as filter on action=list)one of new · contacted · qualified · converted · lost
channelstring
Channel: website, whatsapp, telegram, email, phone
companystring
Company name
messagestring
Message/inquiry text
industrystring
Company industry (for convert)
metadataobject
Raw source data
pageSizenumber
Items per page (default: 20, max: 100)
dealTitlestring
Deal title (for convert)
dealValuenumber
Deal value in EUR (for convert)
assignedTostring
Lead owner / sales rep
createDealboolean
Also create a deal (for convert)
temperaturestring
Auto-detected if omitted: kontaktform/briefing=hot, smartbot/referral=warm, outreach/social=cold, default=warmone of hot · warm · cold
crm_follow_upCreate, list, or complete follow-ups. Actions: "create" (schedule reminder), "list" (show open/overdue), "complete" (mark done). "Was steht an?" → action: list. "Erinnere mich" → action: create.12 params

Create, list, or complete follow-ups. Actions: "create" (schedule reminder), "list" (show open/overdue), "complete" (mark done). "Was steht an?" → action: list. "Erinnere mich" → action: create.

Parameters* required
idstring
Follow-Up ID (required for complete)
typestring
Type (default: call)one of call · email · meeting · task · reminder
titlestring
What to do (required for create)
actionstring
What to doone of create · list · complete
dealIdstring
Related deal
dueDatestring
When — ISO date (required for create)
prioritystring
Priority (default: normal)one of low · normal · high · urgent
companyIdstring
Company ID (required for create)
dueBeforestring
Only due before this date (ISO)
assignedTostring
Who (defaults to CRM_DEFAULT_ASSIGNEE env var or "admin")
descriptionstring
Details
showCompletedboolean
Include completed (default: false)
crm_importBulk import contacts from JSON array or CSV string. Auto-creates companies. Supports dedup by email/phone/name and dry-run mode. CSV auto-maps common DE+EN headers (Name, Email, Firma, etc.).7 params

Bulk import contacts from JSON array or CSV string. Auto-creates companies. Supports dedup by email/phone/name and dry-run mode. CSV auto-maps common DE+EN headers (Name, Email, Firma, etc.).

Parameters* required
csvstring
CSV content with header row (comma or semicolon separated). Use this OR contacts array.
dedupstring
Deduplication field (default: email)one of email · phone · name
dryRunboolean
Preview without importing (default: false)
contactsarray
JSON array of contacts (use this OR csv, not both)
batchSizenumber
Batch size (default: 100)
columnMapobject
Custom CSV column mapping: { "CSV Header": "fieldName" }
importSourcestring
Tag import source (e.g. "csv-upload", "website-scrape")
crm_exportExport CRM entities as JSON or CSV. Supports contacts, companies, deals, leads. "Export alle Deals als CSV" → use this.4 params

Export CRM entities as JSON or CSV. Supports contacts, companies, deals, leads. "Export alle Deals als CSV" → use this.

Parameters* required
typestring
Alias for entity (deprecated)one of contacts · companies · deals · leads
entitystring
What to exportone of contacts · companies · deals · leads
formatstring
Export format (default: json)one of json · csv
includeContactsboolean
For companies: include full contact details (default: false)
crm_company_deleteHard-delete a company and ALL related data (contacts, deals, notes, interactions, follow-ups). Irreversible!1 params

Hard-delete a company and ALL related data (contacts, deals, notes, interactions, follow-ups). Irreversible!

Parameters* required
idstring
Company ID
crm_deal_deleteDelete a deal.1 params

Delete a deal.

Parameters* required
idstring
Deal ID
crm_note_deleteDelete a note.1 params

Delete a note.

Parameters* required
idstring
Note ID
crm_follow_up_deleteDelete a follow-up.1 params

Delete a follow-up.

Parameters* required
idstring
Follow-Up ID
crm_lead_deleteDelete a lead. Cannot delete converted leads.1 params

Delete a lead. Cannot delete converted leads.

Parameters* required
idstring
Lead ID
crm_interaction_deleteDelete an interaction (email, call, meeting log). Use for fixing mistakenly-logged interactions. Irreversible but recorded in the audit log with a full snapshot.1 params

Delete an interaction (email, call, meeting log). Use for fixing mistakenly-logged interactions. Irreversible but recorded in the audit log with a full snapshot.

Parameters* required
idstring
Interaction ID
crm_handoffCRM-scoped async task queue between Claude Code and Cowork — DB-backed, tenant-isolated, part of the CRM audit log. Use for tasks that belong to a customer or business context (e.g. "prepare proposal for MVC", "chase Stripe webhook on Deal X"). For free-form developer-to-devel...8 params

CRM-scoped async task queue between Claude Code and Cowork — DB-backed, tenant-isolated, part of the CRM audit log. Use for tasks that belong to a customer or business context (e.g. "prepare proposal for MVC", "chase Stripe webhook on Deal X"). For free-form developer-to-devel...

Parameters* required
idstring
Handoff ID (for read/complete)
tostring
Recipient (for create, default: claude-code)one of cowork · claude-code
typestring
Type (for create)one of task · info · question · review
titlestring
Task title (for create)
actionstring
What to doone of list · read · complete · create
contentstring
Task details (for create)
contextstring
Background context (for create)
prioritystring
Priority (for create)one of low · normal · high · urgent
crm_audit_logView audit trail: who changed what, when. Filter by entity, entityId, action. Use `relatedCompanyId` to see the complete audit history for a company (includes entries logged against its deals, interactions, notes, follow-ups, and contacts — joins across tables automatically)....6 params

View audit trail: who changed what, when. Filter by entity, entityId, action. Use `relatedCompanyId` to see the complete audit history for a company (includes entries logged against its deals, interactions, notes, follow-ups, and contacts — joins across tables automatically)....

Parameters* required
pagenumber
Page number (default: 1)
limitnumber
Items per page (default: 50, max: 100)
actionstring
Filter by actionone of create · update · delete · convert · complete · import
entitystring
Filter by entity typeone of company · contact · deal · interaction · note · lead
entityIdstring
Filter by specific entity ID (exact match on the logged entity)
relatedCompanyIdstring
Company-wide audit view: returns all entries for the company itself PLUS all its related deals/interactions/notes/follow-ups/contacts. Use this for a complete timeline of what happened to a customer.
crm_guideInteractive help and onboarding. Topics: quickstart, company, contacts, pipeline, leads, search, import, analytics, daily, followups, resources, tips. Call without topic to see all available topics.1 params

Interactive help and onboarding. Topics: quickstart, company, contacts, pipeline, leads, search, import, analytics, daily, followups, resources, tips. Call without topic to see all available topics.

Parameters* required
topicstring
Help topic (e.g. "quickstart", "pipeline", "import"). Omit to list all topics.
crm_connectSecurely configure API keys (Stripe, SMTP, Telegram, Webhooks) via browser form. Keys are encrypted (AES-256-GCM) and NEVER pass through this chat. Actions: "connect" (get browser link), "status" (show configured keys), "disconnect" (remove a key).3 params

Securely configure API keys (Stripe, SMTP, Telegram, Webhooks) via browser form. Keys are encrypted (AES-256-GCM) and NEVER pass through this chat. Actions: "connect" (get browser link), "status" (show configured keys), "disconnect" (remove a key).

Parameters* required
keystring
Specific key to disconnect (e.g. stripe_secret_key)
actionstring
What to do (default: connect)one of connect · status · disconnect
servicestring
Service to configure (for connect) or key to remove (for disconnect)one of stripe · smtp · webhook · telegram
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 →
Categories
Sales & MarketingAutomation & WorkflowsFinance & Commerce
Registryactive
TransportHTTP
UpdatedMay 3, 2026
Open website

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1