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.
7 日間無料 · クレジットカード不要 · EU ホスト
AFAS に何でも聞ける
AnythingMCP 経由で AFAS Profit に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
AFAS を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで AFAS Profit をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
AFAS のガイド
主要 AI クライアント向けのステップバイステップセットアップ。
AFAS Profit のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
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.
- In AFAS open Algemeen → Beheer → App connector and create an app connector for the integration.
- Add the GetConnectors the agent should reach (e.g.
Profit_Debiteuren,Profit_Facturen, or your ownCustom_…). A GetConnector that has not been added to the app connector does not exist as far as the API is concerned. - Generate the token. AFAS gives you an XML blob like
<token><version>1</version><data>ABC123…</data></token>. Base64-encode that entire string and put the result inAFAS_TOKEN. AFAS's own UI offers a base64 version — use it. - Set
AFAS_ENVIRONMENTto your environment id, theO12345ABcode in your AFAS URL.
The Authorization header is AfasToken <base64>, AFAS's own scheme.
Filtering uses three parallel parameters. filterfieldids, filtervalues and operatortypes are comma-separated lists read positionally: filterfieldids=Nummer,Datum, filtervalues=1001,2026-01-01, operatortypes=1,4. Operator 1 is equals, 2 is greater-or-equal, 3 is less-or-equal, 4 is greater, 5 is less, 6 is 'is null', 7 is 'not null', 8 is not equal, 9 is 'starts with', 10 is 'contains'. Getting the three lists out of step produces a wrong answer rather than an error.
skip and take page. take is capped at 1000 and -1 means everything, which on a large connector is not a good idea.
UpdateConnectors are deliberately not exposed. They write into AFAS with the full force of the business logic behind them, and a malformed payload is not something to discover from an agent.
Unverified. The paths and field names below follow the vendor's published documentation and have not been exercised against a live tenant. Treat a 404 as a docs-versus-reality gap and check the developer portal before concluding that the credential is wrong. A correction from anyone running this against a real system is genuinely welcome.
あなたの AI は AFAS Profit から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。