Connector guide2-minute read6 MCP toolsEN · DE · IT

Cómo conectar AFAS Profit a Claude — via MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

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

AFAS Profit

AFAS Profit

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

herramientas

6

Región

NL

Categoría

ERP

Autenticación

API Key

Env vars requeridas

AFAS_ENVIRONMENTAFAS_TOKEN
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 AFAS Profit 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

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

Prueba a pedir

Prompts de ejemplo para AFAS Profit

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

AFAS Profit · 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 → AFAS Profit, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

AFAS Profit + Claude

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

AFAS_ENVIRONMENT, AFAS_TOKEN

Paso 1 — Obtener credenciales

AFAS exposes nothing until somebody publishes a GetConnector. That is the whole model, and it is why this adapter takes the connector name as a parameter rather than hard-coding entity paths.

  1. In AFAS open Algemeen → Beheer → App connector and create an app connector for the integration.
  2. Add the GetConnectors the agent should reach (e.g. Profit_Debiteuren, Profit_Facturen, or your own Custom_…). A GetConnector that has not been added to the app connector does not exist as far as the API is concerned.
  3. Generate the token. AFAS gives you an XML blob like <token><version>1</version><data>ABC123…</data></token>.

Paso 2 — Instalar el adapter

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

Paso 3 — Añadir el conector en Claude

Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.

  1. Abre claude.ai/customize/connectors.
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: AFAS Profit
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.

Herramientas disponibles

ToolWhat it does
afas_profit_list_connectorsList the GetConnectors and UpdateConnectors published to this app connector
afas_profit_get_connector_metadataRead one GetConnector's field definitions: the field ids, their types and lengths
afas_profit_get_dataRead rows from a GetConnector with AFAS's positional three-list filter
afas_profit_get_debtorsRead the Profit_Debiteuren GetConnector — customers with their debtor number, name, address and credit data
afas_profit_get_invoicesRead the Profit_Facturen GetConnector — invoices with their number, date, debtor and amounts
afas_profit_get_employeesRead the Profit_Medewerkers GetConnector — employees with their number, name, department and employment data

FAQ

¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.

Siguientes pasos

¿Te ha sido útil esta guía?

Your AFAS Profit agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

Guías relacionadas