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

Sunrays — Local Service Booking

dev.sunrays/booking
10 toolsHTTPregistry active
Summary

This is a transactional booking API dressed up as MCP tools. You get 11 functions like book_plumber() and book_electrician() that take a zip code, datetime, issue description, and a signed spending cap, then return a confirmed booking with price and dispatch deadline. First call triggers a Stripe checkout URL for card setup, after that it's fully autonomous. Coverage is all US zip codes with two tiers: Bay Area dispatch via founder network, everywhere else via Yelp with a 2x auto-refund guarantee if they miss the window. Identity layer requires agent DID, caller email, and JWS spending caps. Deterministic pricing, no surge, 30% platform fee. Reach for this when you need an AI agent to actually get a human with a truck to show up, not just scrape Yelp listings.

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.

10 tools
search_doctorsRecherche des médecins Anteos par spécialité et/ou ville. Retourne les médecins avec disponibilités, secteur conventionnement et informations pratiques. Utilisez get_doctor_profile avec le champ id pour obtenir le profil complet d'un médecin (avis patients, diplômes, langues,...5 params

Recherche des médecins Anteos par spécialité et/ou ville. Retourne les médecins avec disponibilités, secteur conventionnement et informations pratiques. Utilisez get_doctor_profile avec le champ id pour obtenir le profil complet d'un médecin (avis patients, diplômes, langues,...

Parameters* required
available_fromstring
Si fourni, ne retourne que les médecins ayant au moins un créneau libre à partir de cette date (YYYY-MM-DD). Utile pour filtrer d'emblée sur la disponibilité.
citystring
Ville où rechercher (ex: "Paris", "Lyon")
limitinteger
Nombre maximum de résultats par page (défaut: 10, max: 50)default: 10
offsetinteger
Décalage pour la pagination (défaut: 0). Utiliser limit+offset pour naviguer au-delà de la première page.default: 0
specialtystring
Spécialité médicale (ex: "médecin généraliste", "dermatologue", "cardiologue")
book_appointmentPrend un rendez-vous pour un patient chez un médecin Anteos. Le rendez-vous est immédiatement confirmé dans l'agenda du médecin.12 params

Prend un rendez-vous pour un patient chez un médecin Anteos. Le rendez-vous est immédiatement confirmé dans l'agenda du médecin.

Parameters* required
datestring
Date du rendez-vous au format YYYY-MM-DD (ex: "2026-04-20")
doctor_idstring
Identifiant du médecin (obtenu via search_doctors)
motifstring
Motif de la consultation en texte libre (optionnel, ex: "Suivi traitement", "Renouvellement ordonnance")
motif_idstring
Identifiant du motif de consultation (optionnel, obtenu via get_doctor_profile). Détermine la durée du RDV et est enregistré dans l'agenda du médecin.
patient_dobstring
Date de naissance du patient au format YYYY-MM-DD. Obligatoire.
patient_emailstring
Email du patient — OBLIGATOIRE. Utilisé pour l'envoi de la confirmation et des rappels de rendez-vous.
patient_firstnamestring
Prénom du patient
patient_lastnamestring
Nom de famille du patient (en majuscules de préférence)
patient_phonestring
Téléphone du patient (optionnel — format: 0612345678 ou +33612345678)
patient_sexstring
Sexe du patient : M (Masculin), F (Féminin) ou autre. Obligatoire.one of M · F · autre
send_confirmation_emailboolean
Envoyer un email de confirmation au patient avec des liens de gestion du RDV. Défaut: true. Passer false si votre plateforme envoie sa propre confirmation.default: true
timestring
Heure du rendez-vous au format HH:MM (ex: "14:30")
find_next_availableCherche les prochains créneaux disponibles sur une période, pour un ou plusieurs médecins filtrés par spécialité et/ou ville. À préférer à get_available_slots quand l'utilisateur demande "quand est-ce que X est libre" ou "y a-t-il un RDV disponible cette semaine". Retourne au...7 params

Cherche les prochains créneaux disponibles sur une période, pour un ou plusieurs médecins filtrés par spécialité et/ou ville. À préférer à get_available_slots quand l'utilisateur demande "quand est-ce que X est libre" ou "y a-t-il un RDV disponible cette semaine". Retourne au...

Parameters* required
citystring
Ville (ex: "Paris"). Ignoré si doctor_id est fourni.
daysinteger
Nombre de jours à couvrir depuis from_date (défaut: 7, max: 30)default: 7
doctor_idstring
Chercher uniquement pour ce médecin (obtenu via search_doctors). Court-circuite specialty et city.
from_datestring
Date de début de la recherche au format YYYY-MM-DD
max_slotsinteger
Nombre maximum de créneaux retournés par médecin (défaut: 5, max: 20)default: 5
motif_idstring
Identifiant du motif de consultation (optionnel, obtenu via get_doctor_profile). Adapte la grille de créneaux à la durée du motif.
specialtystring
Spécialité médicale (ex: "neurologue", "cardiologue"). Ignoré si doctor_id est fourni.
get_available_slotsRetourne les créneaux disponibles pour un médecin à une date donnée. À appeler avant book_appointment pour proposer des options concrètes au patient plutôt que de réserver à l'aveugle.3 params

Retourne les créneaux disponibles pour un médecin à une date donnée. À appeler avant book_appointment pour proposer des options concrètes au patient plutôt que de réserver à l'aveugle.

Parameters* required
datestring
Date au format YYYY-MM-DD (ex: "2026-05-10")
doctor_idstring
Identifiant du médecin (obtenu via search_doctors)
motif_idstring
Identifiant du motif de consultation (optionnel, obtenu via get_doctor_profile). Adapte la grille de créneaux à la durée du motif.
get_appointmentRécupère les informations et le statut d'un rendez-vous. Requiert le appointment_token reçu lors de la réservation (book_appointment) — ce token prouve que l'appelant représente le patient concerné.2 params

Récupère les informations et le statut d'un rendez-vous. Requiert le appointment_token reçu lors de la réservation (book_appointment) — ce token prouve que l'appelant représente le patient concerné.

Parameters* required
appointment_idstring
Identifiant unique du rendez-vous (obtenu via book_appointment)
appointment_tokenstring
Token de sécurité reçu dans la réponse de book_appointment. À stocker côté client et à transmettre ici pour prouver l'identité du patient.
cancel_appointmentAnnule un rendez-vous existant. L'annulation est définitive. Requiert le appointment_token reçu lors de la réservation (book_appointment).2 params

Annule un rendez-vous existant. L'annulation est définitive. Requiert le appointment_token reçu lors de la réservation (book_appointment).

Parameters* required
appointment_idstring
Identifiant unique du rendez-vous à annuler
appointment_tokenstring
Token de sécurité reçu dans la réponse de book_appointment. Révoqué définitivement après annulation.
resend_appointment_tokenRenvoie par email au patient le lien de gestion de son rendez-vous. À utiliser si le appointment_token n'est plus disponible côté client. Le token n'est jamais renvoyé dans la réponse — uniquement par email au patient.2 params

Renvoie par email au patient le lien de gestion de son rendez-vous. À utiliser si le appointment_token n'est plus disponible côté client. Le token n'est jamais renvoyé dans la réponse — uniquement par email au patient.

Parameters* required
appointment_idstring
Identifiant unique du rendez-vous
patient_emailstring
Email du patient enregistré lors de la réservation. Doit correspondre exactement.
reschedule_appointmentReporte un rendez-vous existant vers un nouveau créneau. L'opération est atomique : l'ancien RDV est annulé et le nouveau est créé en une seule transaction, évitant qu'un autre agent prenne le créneau cible entre les deux. Un nouveau appointment_token est émis — l'ancien est r...4 params

Reporte un rendez-vous existant vers un nouveau créneau. L'opération est atomique : l'ancien RDV est annulé et le nouveau est créé en une seule transaction, évitant qu'un autre agent prenne le créneau cible entre les deux. Un nouveau appointment_token est émis — l'ancien est r...

Parameters* required
appointment_idstring
Identifiant du rendez-vous à reporter
appointment_tokenstring
Token de sécurité reçu lors de la réservation initiale
new_datestring
Nouvelle date au format YYYY-MM-DD
new_timestring
Nouvelle heure au format HH:MM
list_my_appointmentsListe les rendez-vous créés par cette clé partenaire. Utile pour récupérer l'état après un crash ou un redémarrage de l'agent, ou pour vérifier les RDV en cours sans stocker les tokens côté client.3 params

Liste les rendez-vous créés par cette clé partenaire. Utile pour récupérer l'état après un crash ou un redémarrage de l'agent, ou pour vérifier les RDV en cours sans stocker les tokens côté client.

Parameters* required
limitinteger
Nombre de résultats par page (défaut: 20, max: 100)default: 20
offsetinteger
Décalage pour la pagination (défaut: 0)default: 0
statusstring
Filtrer par statut temporel : "upcoming" (par défaut), "past" ou "all"one of upcoming · past · alldefault: upcoming
get_doctor_profileRetourne le profil complet d'un médecin : coordonnées, secteur conventionnement, carte vitale, tiers payant, téléconsultation, langues, description, diplômes, expertises, avis patients Anteos (note, résumé IA), et créneaux disponibles sur les 7 prochains jours. À appeler après...1 params

Retourne le profil complet d'un médecin : coordonnées, secteur conventionnement, carte vitale, tiers payant, téléconsultation, langues, description, diplômes, expertises, avis patients Anteos (note, résumé IA), et créneaux disponibles sur les 7 prochains jours. À appeler après...

Parameters* required
doctor_idstring
Identifiant du médecin (champ "id" retourné par search_doctors)
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
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedMay 9, 2026
Open website

Related AI & LLM Tools MCP Servers

View all →
dev.true402 avatar
Mcp Server

dev.true402/mcp-server

Pay-per-call AI + web + on-chain tools over x402 (USDC on Base): LLM, SEO, extract, token safety.
dev.workers.selbyventurecap.cf-worker avatar
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
dimitrilaouanis-tech avatar
Onyx Mcp

dimitrilaouanis-tech/onyx-mcp

12 paid agent tools over x402 USDC on Base — captcha, SMS OTP, HLR, URL text, DNS, email, more.
dimitry avatar
parse-mcp

dimitry/parse-mcp

Hosted MCP server for AI brand visibility research. Search brands, prompts, and dataset stats across Parse's AI visibility index covering ChatGPT, Google AI Overviews, Perplexity, Copilot, and more.
divitkashyap avatar
Auto Skill Loader

divitkashyap/auto-skill-loader

Auto-loads skills into agent sessions. MiniMax vision and search proxy.
dr12hes avatar
Engrm

dr12hes/engrm

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.