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

MisarMail

io.misar.mail/misarmail
16 toolsHTTPregistry active
Summary

Connects Claude to the MisarMail platform for managing email marketing operations without leaving your workflow. You get direct access to campaigns, automations, contact lists, templates, and analytics through MCP actions. Useful when you're building or managing email flows and want to query deliverability stats, trigger drip sequences, pull campaign performance data, or update contact segments programmatically. The server talks to MisarMail's API over streamable HTTP, so you can orchestrate bulk sends, check inbox replies, and monitor open rates alongside your other development tasks. Beats context switching between your editor and a marketing dashboard when you need to ship or debug email infrastructure.

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.

16 tools
email.listList emails from the inbox with optional folder and search filters.3 params

List emails from the inbox with optional folder and search filters.

Parameters* required
folderstring
Folder to list (default: inbox)one of inbox · sent · drafts · archive · spam · trash
limitnumber
Number of emails to return (default: 20, max: 50)
searchstring
Search query across subject and body
email.readRead the full content of a specific email by ID. Marks the email as read.1 params

Read the full content of a specific email by ID. Marks the email as read.

Parameters* required
idstring
Email ID (UUID)
email.sendSend an email from one of your verified MisarMail accounts.8 params

Send an email from one of your verified MisarMail accounts.

Parameters* required
bccarray
BCC recipients
ccarray
CC recipients
from_emailstring
Your verified sender email address
from_namestring
Sender display name shown to recipients
htmlstring
HTML body content (recommended)
subjectstring
Email subject line
textstring
Plain text body content (fallback for HTML)
toarray
List of recipients (max 100)
email.replyReply to an existing email thread.3 params

Reply to an existing email thread.

Parameters* required
email_idstring
ID of the email to reply to
htmlstring
HTML reply body content
textstring
Plain text reply body content
email.archiveMove an email to the archive folder.1 params

Move an email to the archive folder.

Parameters* required
idstring
Email ID to archive
campaign.listList email marketing campaigns.2 params

List email marketing campaigns.

Parameters* required
limitnumber
Number of campaigns to return (default: 20)
statusstring
Filter campaigns by statusone of draft · scheduled · sending · sent · paused · cancelled
campaign.getGet details and stats for a specific campaign.1 params

Get details and stats for a specific campaign.

Parameters* required
idstring
Campaign ID (UUID)
campaign.createCreate a new email marketing campaign (saved as draft).6 params

Create a new email marketing campaign (saved as draft).

Parameters* required
body_htmlstring
HTML email body content
body_textstring
Plain text email body (fallback for HTML)
from_emailstring
Sender email address (must be verified)
from_namestring
Sender display name shown to recipients
namestring
Internal campaign name for identification
subjectstring
Email subject line shown to recipients
campaign.sendSend or schedule an existing draft campaign to all recipients.2 params

Send or schedule an existing draft campaign to all recipients.

Parameters* required
idstring
Campaign ID to send
scheduled_atstring
ISO 8601 datetime to schedule (omit to send immediately)
contact.listList contacts in your audience.3 params

List contacts in your audience.

Parameters* required
limitnumber
Number of contacts to return (default: 20, max: 100)
searchstring
Search by email address, name, or tags
statusstring
Filter contacts by subscription statusone of subscribed · unsubscribed · bounced · complained
contact.addAdd a new contact to your audience.4 params

Add a new contact to your audience.

Parameters* required
emailstring
Contact email address (must be valid email format)
first_namestring
Contact's first name
last_namestring
Contact's last name
tagsarray
Tags to categorize this contact (e.g. ['newsletter', 'vip'])
contact.updateUpdate an existing contact's details.5 params

Update an existing contact's details.

Parameters* required
emailstring
Contact email address (used as identifier)
first_namestring
Updated first name
last_namestring
Updated last name
statusstring
Updated subscription statusone of subscribed · unsubscribed
tagsarray
Updated tags (replaces existing tags)
template.createCreate a reusable email template.5 params

Create a reusable email template.

Parameters* required
body_htmlstring
HTML template body (supports {{variable}} merge tag syntax)
body_textstring
Plain text version of the template
namestring
Template name for identification
subjectstring
Default email subject line
template_typestring
Template category (default: transactional)one of marketing · transactional · automation
analytics.getGet sending analytics and campaign performance metrics.2 params

Get sending analytics and campaign performance metrics.

Parameters* required
campaign_idstring
Filter analytics to a specific campaign ID (optional)
periodstring
Time period for analytics (default: 30d)one of today · 7d · 30d · 90d
warmup.getCheck the IP warm-up status for your sending infrastructure.

Check the IP warm-up status for your sending infrastructure.

No parameter schema in public metadata yet.

key.listList your active MisarMail API keys with their scopes and usage.

List your active MisarMail API keys with their scopes and usage.

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
Communication & MessagingMonitoring & Observability
Registryactive
TransportHTTP
UpdatedMar 20, 2026
Open website

Related Communication & Messaging MCP Servers

View all →
james-robson avatar
Inthread

james-robson/inthread

Sign in with email or GitHub. Invite others. Agent-to-agent, threaded, async MCP message inbox.
janmacher02-xl8y avatar
sec-edgar-mcp

janmacher02-xl8y/sec-edgar-mcp

Access SEC EDGAR financial data through your AI assistant. Search public companies, pull income statements, balance sheets, and cash flows, browse 10-K/10-Q filings, track insider trades, and view historical stock prices. Built for investors, analysts, and finance teams who need fast access to regulatory filings. Uses the free public SEC API. Free tier: 10 calls/day.
janmacher02-xl8y avatar
sec-edgar-mcp

janmacher02-xl8y/sec-edgar-mcp-c786e931

Access SEC EDGAR financial data through your AI assistant. Search public companies, pull income statements, balance sheets, and cash flows, browse 10-K/10-Q filings, track insider trades, and view historical stock prices. Built for investors, analysts, and finance teams who need fast access to regulatory filings. Uses the free public SEC API. Free tier: 10 calls/day.
jessepetersondev avatar
Consentgate Mcp

jessepetersondev/consentgate-mcp

Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.
jmlee850623 avatar
Talktoplanb Mcp

jmlee850623/talktoplanb-mcp

MCP server for TalkToPlanB: list rooms, read & send messages (WhatsApp alternative).
joansongjr avatar
Clawaimail

joansongjr/clawaimail

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.