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

Prelim

chat.prelim/prelim
6 toolsHTTPregistry active
Summary

This connects Claude to Prelim's AI screening interview platform, letting you pull candidate data, interview transcripts, and scoring analytics directly into your workflow. You can query roles you're hiring for, review completed screens with per-question breakdowns and overall scores, and pull structured interview data without opening the web app. Useful if you're building recruitment automation, need to surface candidate insights in Slack or internal tools, or want to programmatically filter high-scoring applicants for immediate follow-up. The API surfaces the same scored shortlists and transcripts you'd see in their dashboard, so you can route top candidates to your ATS or notification system as soon as they finish screening.

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.

6 tools
list_jobsList the open hiring roles (jobs) in your Prelim organization. Each job is a role being screened for. Returns lightweight summaries with interview counts; use get_job for full details including screening questions.3 params

List the open hiring roles (jobs) in your Prelim organization. Each job is a role being screened for. Returns lightweight summaries with interview counts; use get_job for full details including screening questions.

Parameters* required
limitinteger
Max number of jobs to return. Defaults to 20, max 50.
searchstring
Case-insensitive substring match against job title.
statusstring
Filter jobs by status. Omit to return all statuses.one of active · paused · archived
get_jobGet full details of one hiring role: title, description, status, branding, and the list of screening questions the AI will ask candidates.1 params

Get full details of one hiring role: title, description, status, branding, and the list of screening questions the AI will ask candidates.

Parameters* required
jobIdstring
UUID of the job. Get this from list_jobs.
list_screensList preliminary phone screens (interviews) for a job. Returns candidate summaries with score and recommendation; use get_screen for per-question scores and get_transcript for the full conversation.4 params

List preliminary phone screens (interviews) for a job. Returns candidate summaries with score and recommendation; use get_screen for per-question scores and get_transcript for the full conversation.

Parameters* required
jobIdstring
UUID of the job. Get this from list_jobs.
limitinteger
Max number of screens to return. Defaults to 20, max 50.
minScorenumber
Only return screens with overall_score >= minScore (0-100).
statusstring
Filter screens by status. Omit to return all.one of in_progress · completed · expired
get_screenGet one preliminary screen with overall score, recommendation, summary, and per-question scores. Excludes the full transcript to keep responses small; use get_transcript for the conversation messages.2 params

Get one preliminary screen with overall score, recommendation, summary, and per-question scores. Excludes the full transcript to keep responses small; use get_transcript for the conversation messages.

Parameters* required
jobIdstring
UUID of the job.
screenIdstring
UUID of the preliminary screen. Get this from list_screens.
get_transcriptGet the full back-and-forth between the AI screener and the candidate for one preliminary screen. Returns the ordered list of messages. Use this when the user wants to read what was said; use get_screen for just the score and summary.2 params

Get the full back-and-forth between the AI screener and the candidate for one preliminary screen. Returns the ordered list of messages. Use this when the user wants to read what was said; use get_screen for just the score and summary.

Parameters* required
jobIdstring
UUID of the job.
screenIdstring
UUID of the preliminary screen. Get this from list_screens.
get_job_analyticsJob-level analytics: completion rate, average score, status breakdown, and weekly trends over the last 30 days. Requires a Pro plan — free-tier users receive an upgrade message.1 params

Job-level analytics: completion rate, average score, status breakdown, and weekly trends over the last 30 days. Requires a Pro plan — free-tier users receive an upgrade message.

Parameters* required
jobIdstring
UUID of the job.
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
Communication & MessagingMonitoring & Observability
Registryactive
TransportHTTP
UpdatedMay 23, 2026
Open website

Related Communication & Messaging MCP Servers

View all →
chat.prowl avatar
Prowl MCP

chat.prowl/prowl-mcp

MCP server: 360+ pay-as-you-go research tools (SEO, ads, SERP, scraping) + prowl_analyze reports
trilohq avatar
Trilo

chat.trilo/mcp

Connect AI tools to Trilo workspaces — manage tasks, messages, pages, calendars, meetings, and more.
com.dillilabs.deva avatar
Dilli Email Validation Api Server

com.dillilabs.deva/dilli-email-validation-api-server

An MCP server that provides tools to validate an email address using Dilli Email Validation API.
com.gitsim avatar
Gitsim Chat

com.gitsim/chat

Search, order, and manage eSIM data packages for 190+ countries.
mobiletextalerts avatar
Sms Mcp

com.mobile-text-alerts/sms-mcp

The Mobile Text Alerts SMS MCP server enables your AI to send SMS messages & manage contacts
com.themailx avatar
MailX Email Deliverability

com.themailx/email-deliverability

Check SPF/DKIM/DMARC/BIMI, blacklists, SMTP/IMAP; DNS lookups; generate email DNS records.