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

Dealboard

com.getdealboard/dealboard
19 toolsHTTPregistry active
Summary

Connects Claude to Dealboard's visual deal tracker through their streamable HTTP transport. You get programmatic access to pipeline cards, deal notes, stage updates, goals, and reports without leaving your AI workflow. Useful when you're managing deals in Dealboard and want Claude to pull current pipeline status, update deal notes, or generate reports based on your active opportunities. The MCP server sits at app.getdealboard.com/mcp and works alongside their existing REST API and team integrations. Best fit for founders and small sales teams already using Dealboard who want AI assistance with deal tracking instead of jumping between tools or exporting spreadsheets.

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.

19 tools
list_dealsList deals in the user's workspace, most recent first. Defaults to open (active) deals only. Pass status='all' to include won and dead deals too.4 params

List deals in the user's workspace, most recent first. Defaults to open (active) deals only. Pass status='all' to include won and dead deals too.

Parameters* required
limitnumber
1-100, default 25.
stagestring
Filter to one stage id.
statusstring
open (default) | won | dead | all. 'open' = active pipeline only.
boardIdstring
Filter to one board (UUID).
get_dealFetch one deal by id with all its details.1 params

Fetch one deal by id with all its details.

Parameters* required
dealIdstring
Deal id (UUID).
create_dealCreate a new deal. boardId and name required. amountCents is minor units (1,250,000 dollars = 125000000).7 params

Create a new deal. boardId and name required. amountCents is minor units (1,250,000 dollars = 125000000).

Parameters* required
namestring
Deal title.
boardIdstring
Board UUID.
companystring
stageIdstring
Stage id; defaults to the earliest open stage.
amountCentsnumber
Amount in cents.
primaryContactNamestring
primaryContactEmailstring
update_dealUpdate fields on an existing deal. Only the fields you pass change.6 params

Update fields on an existing deal. Only the fields you pass change.

Parameters* required
namestring
dealIdstring
companystring
stageIdstring
keyTermsstring
amountCentsnumber
move_dealMove a deal to a different stage. Stamps wonAt/deadAt and fires webhooks.2 params

Move a deal to a different stage. Stamps wonAt/deadAt and fires webhooks.

Parameters* required
dealIdstring
toStageIdstring
Target stage id.
add_noteAdd a plain-text note to a deal's activity feed.2 params

Add a plain-text note to a deal's activity feed.

Parameters* required
dealIdstring
contentTextstring
Plain-text note body.
list_leadsList inbound leads. Filter by board or triage state ('new' = unread inbox; 'promoted'/'junk'/'bad_fit' = archived).3 params

List inbound leads. Filter by board or triage state ('new' = unread inbox; 'promoted'/'junk'/'bad_fit' = archived).

Parameters* required
limitnumber
1-100.
boardIdstring
triageStatusstring
new|contacted|promoted|junk|bad_fit|stale
get_leadFetch one lead by id incl. contact info, message, triage state, enrichment.1 params

Fetch one lead by id incl. contact info, message, triage state, enrichment.

Parameters* required
leadIdstring
patch_lead_enrichmentWrite qualifier output (summary, score, notes, attachments) onto a lead. Merges keys; appends a history snapshot.2 params

Write qualifier output (summary, score, notes, attachments) onto a lead. Merges keys; appends a history snapshot.

Parameters* required
leadIdstring
enrichmentobject
triage_leadFlip a lead's lifecycle state (contacted|junk|bad_fit|stale). Does NOT create a deal — use promote_lead.2 params

Flip a lead's lifecycle state (contacted|junk|bad_fit|stale). Does NOT create a deal — use promote_lead.

Parameters* required
leadIdstring
triageStatusstring
contacted|junk|bad_fit|stale
promote_leadPromote an inbound lead to a deal. Idempotent — replaying with the same lead id returns the existing deal id.3 params

Promote an inbound lead to a deal. Idempotent — replaying with the same lead id returns the existing deal id.

Parameters* required
leadIdstring
dealNamestring
Override deal name.
ownerUserIdstring
Override owner (UUID).
search_dealsSearch deals by case-insensitive substring against name and company. Use when the user names a deal/company but has no id.2 params

Search deals by case-insensitive substring against name and company. Use when the user names a deal/company but has no id.

Parameters* required
limitnumber
Max results, default 25.
querystring
Substring to match.
get_pipeline_summaryHigh-level pipeline summary for OPEN/ACTIVE deals: counts and total value per stage. Excludes won and dead deals — open pipeline only. Optionally scoped to one board. (For probability-weighted totals use get_weighted_pipeline.)1 params

High-level pipeline summary for OPEN/ACTIVE deals: counts and total value per stage. Excludes won and dead deals — open pipeline only. Optionally scoped to one board. (For probability-weighted totals use get_weighted_pipeline.)

Parameters* required
boardIdstring
Optional board UUID.
get_weighted_pipelineWeighted-pipeline report for a board: probability-weighted + raw totals and a per-stage breakdown.1 params

Weighted-pipeline report for a board: probability-weighted + raw totals and a per-stage breakdown.

Parameters* required
boardIdstring
Board UUID.
show_dealboard_summaryRender the Dealboard summary card inline: weighted pipeline total, raw pipeline, open-deal count, and the Active Deals breakdown by stage (Early / anchor / Late). Use when the user wants to SEE their pipeline or a snapshot of open deals.1 params

Render the Dealboard summary card inline: weighted pipeline total, raw pipeline, open-deal count, and the Active Deals breakdown by stage (Early / anchor / Late). Use when the user wants to SEE their pipeline or a snapshot of open deals.

Parameters* required
boardIdstring
Board UUID. Defaults to your primary board.
show_this_monthRender the 'This Month So Far' card inline: gauges for Proposals Sent, Deals Won, and Deal Value vs monthly goals, each marked behind / on-track / ahead. Use when the user asks how the month is going or whether they're on pace.1 params

Render the 'This Month So Far' card inline: gauges for Proposals Sent, Deals Won, and Deal Value vs monthly goals, each marked behind / on-track / ahead. Use when the user asks how the month is going or whether they're on pace.

Parameters* required
boardIdstring
Board UUID. Defaults to your primary board.
show_deals_wonRender the Deals Won card inline: won deal count and value over the last 6 months and 4 quarters. Use when the user asks about historical wins, trend, or how many deals were closed in a period.1 params

Render the Deals Won card inline: won deal count and value over the last 6 months and 4 quarters. Use when the user asks about historical wins, trend, or how many deals were closed in a period.

Parameters* required
boardIdstring
Board UUID. Defaults to your primary board.
show_deal_progressRender the Deal Progress card inline: anchor-reach rate (deals that made it to the anchor stage) and win rate over recent periods. Use when the user asks about conversion rates, win rate, or deal progress.1 params

Render the Deal Progress card inline: anchor-reach rate (deals that made it to the anchor stage) and win rate over recent periods. Use when the user asks about conversion rates, win rate, or deal progress.

Parameters* required
boardIdstring
Board UUID. Defaults to your primary board.
export_report_imageGenerate a downloadable PNG of a Dealboard report — the exact image the app exports — for sharing in Slack, email, or a deck. Use ONLY when the user explicitly wants an image/PNG to share. For viewing in chat, prefer the show_* card tools.2 params

Generate a downloadable PNG of a Dealboard report — the exact image the app exports — for sharing in Slack, email, or a deck. Use ONLY when the user explicitly wants an image/PNG to share. For viewing in chat, prefer the show_* card tools.

Parameters* required
reportstring
Which report surface to render as a PNG.one of pipeline · this-month-so-far · active-deals · deal-progress-chart · deal-progress-table · deals-won-chart
boardIdstring
Board UUID. Defaults to your primary board.
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 & Workflows
Registryactive
TransportHTTP
UpdatedMay 30, 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