Connector guide2-minute read10 MCP toolsEN · DE · IT

Sellsy a MCP — Pilota Sellsy desde cualquier agente IA

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

HCBy HelpCode teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

Sellsy

Sellsy

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

herramientas

10

Región

FR

Categoría

CRM

Autenticación

OAuth 2.0

Env vars requeridas

SELLSY_CLIENT_IDSELLSY_CLIENT_SECRET
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade Sellsy con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

Prueba a pedir

Prompts de ejemplo para Sellsy

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Sellsy · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Sellsy, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Sellsy

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

Configuración

Getting credentials

  1. Sign in to Sellsy, open Paramètres → API and create an application in the developer area.
  2. Choose the client credentials flow — it authorises the application against your own account with no browser consent step. You receive a client id and client secret.
  3. Set SELLSY_CLIENT_ID and SELLSY_CLIENT_SECRET. AnythingMCP mints and refreshes the access token on its own.

This is API v2, at https://api.sellsy.com/v2. Sellsy's v1 was an entirely different, single-endpoint RPC API — if you find an example that POSTs everything to one URL with a request parameter, that is v1 and it does not apply here.

…(continued in the in-app connector instructions)

Requisitos previos: SELLSY_CLIENT_ID, SELLSY_CLIENT_SECRET

Instalar el conector localmente

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Abre http://localhost:3000/connectors/store, elige Sellsy e introduce las variables listadas en los Requisitos previos.

Herramientas disponibles

ToolWhat it does
sellsy_list_companiesList client companies with their name, SIRET, VAT number, address and owner
sellsy_search_companiesSearch companies with Sellsy's filter object — far more expressive than the plain list
sellsy_get_companyRead one client company in full: addresses, contacts, tax identifiers, rating and the notes recorded against it
sellsy_list_contactsList individual contacts with their name, e-mail, phone, position and the company they belong to
sellsy_list_invoicesList invoices with their number, date, due date, client, net and gross totals and payment status — the receivables view
sellsy_search_invoicesSearch invoices with Sellsy's filter object — by status, date range, client or amount
sellsy_get_invoiceRead one invoice in full: every row with its quantity, unit price, discount and VAT, the totals and the payments applied against it
sellsy_list_estimatesList estimates (devis) with their number, date, client, total and acceptance status — what is out with prospects and not yet won
sellsy_list_opportunitiesList CRM opportunities with their name, client, amount, funnel step and expected close date — the pipeline view
sellsy_list_itemsList catalogue items with their reference, name, unit price, VAT rate and stock tracking flag

Siguientes pasos

¿Te ha sido útil esta guía?

Your Sellsy agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Guías relacionadas