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

Manymeet

io.github.jmbremer/manymeet
16 toolsHTTPregistry active
Summary

This connects your Zoom meeting and Brevo email workflow data to Claude, letting you query webinar analytics directly from prompts. You can pull participant behavior (who stayed past the offer, who dropped off early, who engaged in chat), segment contacts by attention duration, and review transcript-synced retention curves without opening a dashboard. The MCP layer sits on top of ManyMeet's core product, which already pipes Zoom attendance into Brevo tags for behavior-triggered sequences. Reach for this when you're running sales webinars on Zoom meetings and want to ask natural language questions about funnel performance, participant intent signals, or follow-up segmentation from inside Claude instead of exporting CSVs or logging into separate analytics tools.

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.

16 tools
get_statusReturns the full tool map, recommended workflow, and platform capabilities. Call this first when you start a session, or any time you are unsure which tool to call.

Returns the full tool map, recommended workflow, and platform capabilities. Call this first when you start a session, or any time you are unsure which tool to call.

No parameter schema in public metadata yet.

list_hostsFirst step of the golden path. Returns one entry per host with id, name, and integration health. Use the returned id as host_id for list_webinars and most other tools.

First step of the golden path. Returns one entry per host with id, name, and integration health. Use the returned id as host_id for list_webinars and most other tools.

No parameter schema in public metadata yet.

get_hostReturns one host's Zoom/Brevo integration status, webhook health, and team members. Use to verify integrations are active before troubleshooting missing data. For the host's webinars, call list_webinars instead.1 params

Returns one host's Zoom/Brevo integration status, webhook health, and team members. Use to verify integrations are active before troubleshooting missing data. For the host's webinars, call list_webinars instead.

Parameters* required
host_idinteger
list_webinarsSecond step of the golden path. Returns one entry per webinar with id, topic, duration, run_count, and next_run_at. Use the returned id as webinar_id for get_webinar and list_webinar_runs.1 params

Second step of the golden path. Returns one entry per webinar with id, topic, duration, run_count, and next_run_at. Use the returned id as webinar_id for get_webinar and list_webinar_runs.

Parameters* required
host_idinteger
get_webinarReturns one webinar's configuration: email schedule, Brevo list assignments, registration settings. Default include=[] returns the base payload. Pass include=["trends"] to also embed cross-run registration/attendance trends under extras.trends. For per-run detail, use list_web...2 params

Returns one webinar's configuration: email schedule, Brevo list assignments, registration settings. Default include=[] returns the base payload. Pass include=["trends"] to also embed cross-run registration/attendance trends under extras.trends. For per-run detail, use list_web...

Parameters* required
includevalue
webinar_idinteger
list_webinar_runsThird step of the golden path. Returns one entry per run (instance) with id, scheduled_at, started_at, status, registration_count, attendance_count. Use the returned id as run_id for get_webinar_run and get_webinar_run_analytics.1 params

Third step of the golden path. Returns one entry per run (instance) with id, scheduled_at, started_at, status, registration_count, attendance_count. Use the returned id as run_id for get_webinar_run and get_webinar_run_analytics.

Parameters* required
webinar_idinteger
get_webinar_runReturns one run's detail: scheduled vs. actual timing, Zoom meeting info, registration/attendance counts, recording status. For analytics on this run, use get_webinar_run_analytics. For the registrant list, use list_webinar_run_registrations.1 params

Returns one run's detail: scheduled vs. actual timing, Zoom meeting info, registration/attendance counts, recording status. For analytics on this run, use get_webinar_run_analytics. For the registrant list, use list_webinar_run_registrations.

Parameters* required
run_idinteger
list_webinar_run_registrationsReturns one entry per registrant for a run: name, contact_id, status (registered/attended/cancelled/no-show), registered_at, attended_duration_minutes. Pair contact_id with list_contact_emails to cross-reference email engagement per registrant.1 params

Returns one entry per registrant for a run: name, contact_id, status (registered/attended/cancelled/no-show), registered_at, attended_duration_minutes. Pair contact_id with list_contact_emails to cross-reference email engagement per registrant.

Parameters* required
run_idinteger
get_webinar_run_analyticsDefault returns the full analytics bundle for a run. Pass sections=[...] only to scope down. Response shape: {"run_id": int, "sections": {<name>: {...}}}. Valid section names: "funnel", "timeline", "duration", "email_stats", or "all" (default). For per-registrant detail behind...2 params

Default returns the full analytics bundle for a run. Pass sections=[...] only to scope down. Response shape: {"run_id": int, "sections": {<name>: {...}}}. Valid section names: "funnel", "timeline", "duration", "email_stats", or "all" (default). For per-registrant detail behind...

Parameters* required
run_idinteger
sectionsvalue
get_webinar_run_recordingReturns recording metadata for a run: status, segment_count, duration_minutes. Call this first — get_webinar_run_transcript and get_webinar_run_chat_log only return data when status is 'ready'.1 params

Returns recording metadata for a run: status, segment_count, duration_minutes. Call this first — get_webinar_run_transcript and get_webinar_run_chat_log only return data when status is 'ready'.

Parameters* required
run_idinteger
get_webinar_run_transcriptReturns the full speaker-attributed transcript text of a run. Requires get_webinar_run_recording status='ready'. For chat (text messages from participants), use get_webinar_run_chat_log instead.1 params

Returns the full speaker-attributed transcript text of a run. Requires get_webinar_run_recording status='ready'. For chat (text messages from participants), use get_webinar_run_chat_log instead.

Parameters* required
run_idinteger
get_webinar_run_chat_logReturns the chat log (participant text messages) from a run. Requires get_webinar_run_recording status='ready'. For host/speaker spoken content, use get_webinar_run_transcript instead.1 params

Returns the chat log (participant text messages) from a run. Requires get_webinar_run_recording status='ready'. For host/speaker spoken content, use get_webinar_run_transcript instead.

Parameters* required
run_idinteger
get_registrant_journeyReturns one person's full history across all of a host's webinars: every registration, attendance, duration, and cancellation. Lookup is by email (the cross-webinar identifier). For per-run registrant lists, use list_webinar_run_registrations instead.2 params

Returns one person's full history across all of a host's webinars: every registration, attendance, duration, and cancellation. Lookup is by email (the cross-webinar identifier). For per-run registrant lists, use list_webinar_run_registrations instead.

Parameters* required
emailstring
host_idinteger
list_contact_emailsReturns one entry per email sent to a contact: id, brevo_uuid, template_id, subject, sent_at, open/click/bounce timestamps and counts. Lookup is by contact_id (use list_webinar_run_registrations to find it). Pass a returned brevo_uuid to get_sent_email to fetch the rendered body.2 params

Returns one entry per email sent to a contact: id, brevo_uuid, template_id, subject, sent_at, open/click/bounce timestamps and counts. Lookup is by contact_id (use list_webinar_run_registrations to find it). Pass a returned brevo_uuid to get_sent_email to fetch the rendered body.

Parameters* required
host_idinteger
contact_idinteger
get_email_templateReturns one Brevo email template's design: id, name, subject, htmlContent, sender. Use this to inspect campaign content as authored. For the rendered copy a specific contact actually received (with merge tags resolved), use get_sent_email instead. Cached in memory; safe to cal...2 params

Returns one Brevo email template's design: id, name, subject, htmlContent, sender. Use this to inspect campaign content as authored. For the rendered copy a specific contact actually received (with merge tags resolved), use get_sent_email instead. Cached in memory; safe to cal...

Parameters* required
host_idinteger
template_idinteger
get_sent_emailReturns the rendered body of one email a contact actually received: subject, body, date, templateId. Look up brevo_uuid via list_contact_emails first — do not guess it. Brevo rate-limits this endpoint to 300/hour across the host; call selectively, never in a loop.3 params

Returns the rendered body of one email a contact actually received: subject, body, date, templateId. Look up brevo_uuid via list_contact_emails first — do not guess it. Brevo rate-limits this endpoint to 300/hour across the host; call selectively, never in a loop.

Parameters* required
host_idinteger
brevo_uuidstring
contact_idinteger
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
Communication & MessagingMonitoring & Observability
Registryactive
TransportHTTP
UpdatedApr 26, 2026
Open website

Related Communication & Messaging MCP Servers

View all →
Microsoft 365 Teams

io.github.mindstone/mcp-server-microsoft-teams

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
8
Outlook Email

com.mintmcp/outlook-email

A MCP server for Outlook email that lets you search, read, and draft emails and replies.
8
Resend Email MCP

helbertparanhos/resend-email-mcp

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
Email Mcp

marlinjai/email-mcp

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations
13
Email (IMAP/SMTP)

io.github.mindstone/mcp-server-email-imap

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
8
HTML Email Playbook

io.github.osamahassouna/email-playbook-mcp

Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps.