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

Incwo MCP

io.github.incwo/incwo
8 toolsHTTPregistry active
Summary

Connects Claude to incwo's French all-in-one business management platform, giving you programmatic access to their CRM, invoicing, and document workflows. You get read access to contacts, quotes, invoices, expenses, products, and stock data, plus the ability to query customer records and transaction histories. Reach for this when you need to automate reporting on French business operations, pull CRM data into analysis workflows, or build tooling around invoice tracking and payment follow-ups. The server uses streamable HTTP transport and requires incwo authentication. Best suited for French SMBs and accountants already using incwo who want to integrate their business data into Claude conversations or automation pipelines.

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.

8 tools
list_objectsListe les objets d'un type donné avec filtres, tri et pagination. IMPORTANT: utilisez d'abord 'get_object_metadata' ou 'resources/read' pour connaître les champs disponibles. Always prefer the canonical object_type values returned by list_available_objects or resources/list, a...8 params

Liste les objets d'un type donné avec filtres, tri et pagination. IMPORTANT: utilisez d'abord 'get_object_metadata' ou 'resources/read' pour connaître les champs disponibles. Always prefer the canonical object_type values returned by list_available_objects or resources/list, a...

Parameters* required
limitinteger
Nombre maximum de résultats (défaut: 50, max: 100)default: 50
offsetinteger
Décalage pour la pagination (défaut: 0)default: 0
searchstring
Recherche texte dans tous les champs texte de l'objet
filtersobject
Filtres à appliquer (ex: {'last_name': 'Dupont', 'status': 'active'}). Utilisez 'get_object_metadata' pour connaître les champs disponibles.
order_bystring
Champ de tri (ex: 'created_at', 'last_name'). Utilisez 'get_object_metadata' pour connaître les champs disponibles.
object_typestring
Type d'objet canonique. Réutilisez exactement la valeur renvoyée par list_available_objects ou resources/list (ex: bill_sheets, proposal_sheets/proposal, customer_products). Les alias FR/EN ne sont qu'un secours en entrée.one of bill_sheets · contacts · customer_products · firms · notes · proposal_sheets/proposal
order_directionstring
Direction du tri: 'ASC' (croissant) ou 'DESC' (décroissant)one of ASC · DESC
search_in_notesstring
Recherche dans les notes/commentaires attachés aux objets. Retourne les objets dont les notes contiennent ce texte (recherche dans title et content des notes).
get_objectRécupère les détails complets d'un objet par son ID. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/de...2 params

Récupère les détails complets d'un objet par son ID. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/de...

Parameters* required
object_idinteger
ID de l'objet
object_typestring
Type d'objet canonique. Réutilisez exactement la valeur renvoyée par list_available_objects ou resources/list (ex: bill_sheets, proposal_sheets/proposal, customer_products). Les alias FR/EN ne sont qu'un secours en entrée.one of bill_sheets · contacts · customer_products · firms · notes · proposal_sheets/proposal
search_objectsRecherche d'objets par mots-clés dans leurs champs. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/dev...2 params

Recherche d'objets par mots-clés dans leurs champs. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/dev...

Parameters* required
querystring
Texte à rechercher
object_typestring
Type d'objet canonique. Réutilisez exactement la valeur renvoyée par list_available_objects ou resources/list (ex: bill_sheets, proposal_sheets/proposal, customer_products). Les alias FR/EN ne sont qu'un secours en entrée.one of bill_sheets · contacts · customer_products · firms · notes · proposal_sheets/proposal
get_object_metadataRécupère les métadonnées (structure, champs) d'un type d'objet. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user say...1 params

Récupère les métadonnées (structure, champs) d'un type d'objet. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user say...

Parameters* required
object_typestring
Type d'objet canonique. Réutilisez exactement la valeur renvoyée par list_available_objects ou resources/list (ex: bill_sheets, proposal_sheets/proposal, customer_products). Les alias FR/EN ne sont qu'un secours en entrée.one of bill_sheets · contacts · customer_products · firms · notes · proposal_sheets/proposal
list_available_objectsListe tous les types d'objets disponibles dans incwo, avec leurs noms canoniques. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheet...

Liste tous les types d'objets disponibles dans incwo, avec leurs noms canoniques. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheet...

No parameter schema in public metadata yet.

execute_queryExécute une recherche sur les objets métiers incwo (accès restreint)1 params

Exécute une recherche sur les objets métiers incwo (accès restreint)

Parameters* required
sqlstring
Requête lecture seule
get_object_representationRécupère une représentation spécifique d'un objet (PDF, Factur-X, EDI, XML, etc.). Utilisez ceci pour obtenir des versions exportées/formatées d'un objet. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactl...3 params

Récupère une représentation spécifique d'un objet (PDF, Factur-X, EDI, XML, etc.). Utilisez ceci pour obtenir des versions exportées/formatées d'un objet. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactl...

Parameters* required
object_idinteger
ID de l'objet
object_typestring
Type d'objet canonique. Réutilisez exactement la valeur renvoyée par list_available_objects ou resources/list (ex: bill_sheets, proposal_sheets/proposal, customer_products). Les alias FR/EN ne sont qu'un secours en entrée.one of bill_sheets · contacts · customer_products · firms · notes · proposal_sheets/proposal
representationstring
Type de représentation : 'pdf' (document PDF), 'facturx' (PDF avec XML embarqué), 'edi' (format EDI), 'xml' (XML structuré), 'json' (données brutes)one of pdf · facturx · edi · xml · json
send_emailEnvoie un email à un ou plusieurs destinataires. Peut créer une conversation Incwo ou envoyer un email simple. Supporte les pièces jointes et la validation avant envoi.9 params

Envoie un email à un ou plusieurs destinataires. Peut créer une conversation Incwo ou envoyer un email simple. Supporte les pièces jointes et la validation avant envoi.

Parameters* required
ccstring
Destinataires en copie (emails séparés par des virgules)
tostring
Destinataires principaux (emails séparés par des virgules). Peut contenir des emails externes ou des noms d'utilisateurs Incwo.
bccstring
Destinataires en copie cachée (emails séparés par des virgules)
bodystring
Corps de l'email (texte ou HTML simple)
modestring
'send' pour envoyer immédiatement, 'prepare' pour créer un brouillon à validerone of send · prepare
subjectstring
Sujet de l'email
attachmentsarray
Liste de pièces jointes (objets Incwo à joindre)
validator_userstring
Nom ou email de l'utilisateur qui doit valider l'email avant envoi (uniquement si mode='prepare')
conversation_idstring
ID d'une conversation existante pour ajouter le message (optionnel)
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
Sales & MarketingCommunication & MessagingData & Analytics
Registryactive
TransportHTTP
UpdatedMar 31, 2026
Open website

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
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.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1