CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
getdealboard avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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
boardIdstring
Filter to one board (UUID).
limitnumber
1-100, default 25.
stagestring
Filter to one stage id.
statusstring
open (default) | won | dead | all. 'open' = active pipeline only.
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
amountCentsnumber
Amount in cents.
boardIdstring
Board UUID.
companystring
namestring
Deal title.
primaryContactEmailstring
primaryContactNamestring
stageIdstring
Stage id; defaults to the earliest open stage.
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
amountCentsnumber
companystring
dealIdstring
keyTermsstring
namestring
stageIdstring
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
contentTextstring
Plain-text note body.
dealIdstring
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
boardIdstring
limitnumber
1-100.
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
enrichmentobject
leadIdstring
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
dealNamestring
Override deal name.
leadIdstring
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
boardIdstring
Board UUID. Defaults to your primary board.
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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Sales & MarketingAutomation & Workflows
Registryactive
TransportHTTP
UpdatedMay 30, 2026
Open website

Related Sales & Marketing MCP Servers

View all →
com.thenextgennexus avatar
Google Maps Mcp Server

com.thenextgennexus/google-maps-mcp-server

Local business lead extraction with email + phone enrichment from Google Maps.
com.warmysender avatar
WarmySender

com.warmysender/mcp

Cold email, email warmup, LinkedIn outreach, and B2B lead database via MCP.
devids77 avatar
MCP Market Russia

devids77/mcp-market-russia

MCP server for Russian construction market data. Access 3,395 construction companies, 13,436 projects across 18 regions of Russia. Search contractors, compare prices, analyze ratings, get market reports — all via MCP protocol. 21 tools including search, analytics, cost estimation, contractor recommendations, and request-for-quote lead generation. Real data from 2GIS and company websites. SEO-friendly company pages and full sitemap with 3,400+ URLs.
enzoemir1 avatar
Leadpipe Mcp

enzoemir1/leadpipe-mcp

AI lead qualification: ICP filter, 0-100 scoring, Hunter.io enrichment, HubSpot/Pipedrive export.
glassnode avatar
Glassnode

glassnode/glassnode-mcp

Access institutional-grade on-chain cryptocurrency metrics and market data for Bitcoin, Ethereum, and DeFi. Compare multiple assets efficiently through bulk data fetching and comprehensive market analysis. Stay informed with professional research articles and detailed market intelligence directly from Glassnode Insights. To get beyond 30-days of data, contact sales@glassnode.com
gzlo avatar
Rise Mcp

gzlo/rise-mcp

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.