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

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 →
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.

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.
incomingHoststring
The incoming mail host.
incomingPortinteger
The incoming mail port.
outgoingHoststring
The outgoing mail host.
outgoingPortinteger
The outgoing mail port.
providerTypestring
The inbox provider identifier.
serverPresetstring
The server preset identifier, or custom.
incomingUseSslboolean
Whether SSL is enabled for the incoming connection.
outgoingUseSslboolean
Whether SSL is enabled for the outgoing connection.
spamFolderNamestring
Optional spam folder name.
inboxFolderNamestring
The inbox folder name to poll.
incomingPasswordstring
The incoming mail password.
incomingProtocolstring
The incoming protocol, for example imap or pop.
incomingUsernamestring
The incoming mail username.
outgoingPasswordstring
The outgoing mail password.
outgoingUsernamestring
The outgoing mail username.
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
redirectUristring
The absolute redirect URI that will receive the provider callback.
providerTypestring
The inbox provider identifier, for example google or microsoft365.
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.
statestring
The opaque state token issued when the authorization session was created.
redirectUristring
The redirect URI used for the OAuth callback.
providerTypestring
The inbox provider identifier, for example google or microsoft365.
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
inboxIdinteger
The tenant inbox identifier.
weekdaysOnlyboolean
When true, scheduled warmup traffic is limited to weekdays.
markImportantboolean
When true, rescue workflows should mark warmup messages as important.
rampUpIncrementinteger
The number of emails to add on each pacing increase.
waitTimeMinutesinteger
The minimum number of minutes to wait between warmup actions.
warmupFilterTagstring
The provider label or mailbox tag used to isolate warmup traffic.
openRatePercentageinteger
The percentage of warmup emails expected to be opened.
targetEmailsPerDayinteger
The steady-state daily send target for the inbox.
currentEmailsPerDayinteger
The current daily send count before the next pacing adjustment.
replyRatePercentageinteger
The percentage of warmup messages that should receive replies.
spamProtectionEnabledboolean
When true, rescue-oriented spam protection remains enabled.
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 →
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
Data & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 9, 2026
Open website

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.