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
simplywarmup avatar

SimplyWarmup

com.simplywarmup/simplywarmup
14 toolsauthHTTPregistry active
Summary

Exposes inbox health scoring, warmup operations, and deliverability reporting from SimplyWarmup's email reputation service. The MCP server surfaces tools like inboxes.health.get for pre-send safety checks, inboxes.pause and inboxes.resume for campaign control, and reports.attention_required.get for flagging at-risk senders. The most common pattern is having an AI agent query health scores before firing a cold email campaign and automatically pausing if reputation drops below 90. Built for teams running autonomous outbound where you need programmatic circuit breakers to avoid burning domain reputation during high-volume sends. Available as streamable HTTP transport with bearer token auth, and the same surface is also exposed as a REST API if your stack doesn't support MCP yet.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

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

14 tools
inboxes.direct.connectValidate and store direct mailbox credentials for IMAP or POP plus SMTP connectivity.16 params

Validate and store direct mailbox credentials for IMAP or POP plus SMTP connectivity.

Parameters* required
emailAddressstring
The connected inbox email address.
inboxFolderNamestring
The inbox folder name to poll.
incomingHoststring
The incoming mail host.
incomingPasswordstring
The incoming mail password.
incomingPortinteger
The incoming mail port.
incomingProtocolstring
The incoming protocol, for example imap or pop.
incomingUseSslboolean
Whether SSL is enabled for the incoming connection.
incomingUsernamestring
The incoming mail username.
outgoingHoststring
The outgoing mail host.
outgoingPasswordstring
The outgoing mail password.
outgoingPortinteger
The outgoing mail port.
outgoingUseSslboolean
Whether SSL is enabled for the outgoing connection.
outgoingUsernamestring
The outgoing mail username.
providerTypestring
The inbox provider identifier.
serverPresetstring
The server preset identifier, or custom.
spamFolderNamestring
Optional spam folder name.
inboxes.getReturn metrics and warmup configuration for a single tenant inbox.1 params

Return metrics and warmup configuration for a single tenant inbox.

Parameters* required
inboxIdinteger
The tenant inbox identifier.
inboxes.health.getReturn the current calculated health snapshot for a single inbox.2 params

Return the current calculated health snapshot for a single inbox.

Parameters* required
inboxIdinteger
The tenant inbox identifier.
minimumHealthScoreinteger
Optional minimum health score required to allow outreach.
inboxes.listReturn the tenant inbox workspace, including fleet counts and the ordered inbox collection.

Return the tenant inbox workspace, including fleet counts and the ordered inbox collection.

No parameter schema in public metadata yet.

inboxes.pauseDisable warmup activity for the selected inbox.1 params

Disable warmup activity for the selected inbox.

Parameters* required
inboxIdinteger
The tenant inbox identifier.
inboxes.providers.authorize_url.getCreate an OAuth authorization session for an inbox provider and return the provider URL and state token.2 params

Create an OAuth authorization session for an inbox provider and return the provider URL and state token.

Parameters* required
providerTypestring
The inbox provider identifier, for example google or microsoft365.
redirectUristring
The absolute redirect URI that will receive the provider callback.
inboxes.providers.connectComplete the provider OAuth callback for a tenant inbox.4 params

Complete the provider OAuth callback for a tenant inbox.

Parameters* required
codestring
The authorization code returned by the provider.
providerTypestring
The inbox provider identifier, for example google or microsoft365.
redirectUristring
The redirect URI used for the OAuth callback.
statestring
The opaque state token issued when the authorization session was created.
inboxes.resumeRe-enable warmup activity for the selected inbox.1 params

Re-enable warmup activity for the selected inbox.

Parameters* required
inboxIdinteger
The tenant inbox identifier.
inboxes.warmup.get_configReturn the current warmup configuration for a single tenant inbox.1 params

Return the current warmup configuration for a single tenant inbox.

Parameters* required
inboxIdinteger
The tenant inbox identifier.
inboxes.warmup.updateUpdate the pacing and behavior rules that control how warmup runs for a single inbox.11 params

Update the pacing and behavior rules that control how warmup runs for a single inbox.

Parameters* required
currentEmailsPerDayinteger
The current daily send count before the next pacing adjustment.
inboxIdinteger
The tenant inbox identifier.
markImportantboolean
When true, rescue workflows should mark warmup messages as important.
openRatePercentageinteger
The percentage of warmup emails expected to be opened.
rampUpIncrementinteger
The number of emails to add on each pacing increase.
replyRatePercentageinteger
The percentage of warmup messages that should receive replies.
spamProtectionEnabledboolean
When true, rescue-oriented spam protection remains enabled.
targetEmailsPerDayinteger
The steady-state daily send target for the inbox.
waitTimeMinutesinteger
The minimum number of minutes to wait between warmup actions.
warmupFilterTagstring
The provider label or mailbox tag used to isolate warmup traffic.
weekdaysOnlyboolean
When true, scheduled warmup traffic is limited to weekdays.
reports.attention_required.getReturn the tenant inboxes that currently need attention first.

Return the tenant inboxes that currently need attention first.

No parameter schema in public metadata yet.

reports.deliverability_trend.getReturn the tenant's recent day-by-day deliverability trend.

Return the tenant's recent day-by-day deliverability trend.

No parameter schema in public metadata yet.

reports.getReturn the tenant reporting overview, including summary, attention-required inboxes, and deliverability trend.

Return the tenant reporting overview, including summary, attention-required inboxes, and deliverability trend.

No parameter schema in public metadata yet.

reports.summary.getReturn the tenant summary metrics for connected inboxes, email volume, health, and inboxes below the safety threshold.

Return the tenant summary metrics for connected inboxes, email volume, health, and inboxes below the safety threshold.

No parameter schema in public metadata yet.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Data & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 9, 2026
Open website

Related Data & Analytics MCP Servers

View all →
com.southlondonscientific avatar
Clara — Personal Clean Air Planner

com.southlondonscientific/clara

UK personal air quality advice and daily exposure assessment. Pairs with Hermes for live data.
com.thenextgennexus avatar
Job Market Mcp Server

com.thenextgennexus/job-market-mcp-server

Indeed listings + Glassdoor reviews + H1B salary data for career copilots.
com.thenextgennexus avatar
Real Estate Mcp Server

com.thenextgennexus/real-estate-mcp-server

Redfin listings, sale-comps, and neighborhood market data via natural-language queries.
com.thenextgennexus avatar
Sports Mcp Server

com.thenextgennexus/sports-mcp-server

Live and historical NBA/NFL/NHL data — fantasy bots, content sites, betting research.
agentqm avatar
The Quiet Protocol Growth Offense MCP

com.thequietprotocol.www/tqp-growth-offense

Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
com.tickerall avatar
TickerAll

com.tickerall/mcp

Connect your MetaTrader 5 accounts to Claude: trading, market data, account management.