Connector guide1-minute read6 MCP toolsEN · DE · IT

AFAS Profit を MCP に — あらゆる AI エージェントから 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.

HCBy HelpCode team更新日 1 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

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.

ツール

6

地域

NL

カテゴリー

ERP

認証

API Key

必要な環境変数

AFAS_ENVIRONMENTAFAS_TOKEN
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、AFAS Profit をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

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.

こう聞いてみよう

AFAS Profit のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

AFAS Profit · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → AFAS Profit をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

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.

セットアップ

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>.

前提条件: AFAS_ENVIRONMENT, AFAS_TOKEN

ローカルでコネクタをインストール

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

http://localhost:3000/connectors/store を開き、 AFAS Profit を選択し、前提条件に記載された環境変数を入力します。

利用可能なツール

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

次のステップ

このガイドは役に立ちましたか?

Your AFAS Profit agent is one click away.

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

関連ガイド

connectors

AFAS Profit を ChatGPT に接続する方法 — 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.

connectors

AFAS Profit を Claude に接続する方法 — 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.

connectors

AFAS Profit を Cursor に接続する方法 — 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.

connectors

AFAS Profit を Gemini に接続する方法 — 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.

connectors

Aruba Fatturazione Elettronica を MCP に — あらゆる AI エージェントから Aruba Fatturazione Elettronica を操作

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.

connectors

Axonaut を MCP に — あらゆる AI エージェントから Axonaut を操作

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.