Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the KashFlow in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
任意のAIエージェントからSOAPエンベロープを介してKashFlow(UK会計)の顧客、サプライヤー、請求書、領収書、製品を管理します。8つのツール、埋め込み認証。
こう聞いてみよう
KashFlow のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要?cloud.anythingmcp.comを直接使用してください。 サインインし、Connectors → KashFlowをクリックして、認証情報を貼り付け、MCP APIキーを作成 — 完了です。Dockerも
git cloneもローカルサーバーも不要です。
KashFlow
任意のAIエージェントからSOAPエンベロープを介してKashFlow(UK会計)の顧客、サプライヤー、請求書、領収書、製品を管理します。8つのツール、埋め込み認証。
セットアップ
このコネクタはKashFlow REST API(securedwebapp.com/api)をラップしています。
セットアップ:
- https://securedwebapp.com にログイン → Settings → API → Enable API accessを選択します。
- ユーザー名とAPIパスワード(ログインパスワードとは別)をメモします。
KASHFLOW_USERNAMEとKASHFLOW_PASSWORDを設定します。
認証: KashFlowは、URLパスにユーザー名 + パスワードを使用するREST APIを利用しています: /api/v2/{username}/{password}/<endpoint>。アダプターはランタイムenvVarsを介して両方を置き換えます — 認証情報はクエリ文字列やボディには表示されません。
…(アプリ内コネクタの指示に続く)
前提条件: KASHFLOW_USERNAME, KASHFLOW_PASSWORD
コネクタをローカルにインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/storeを開き、KashFlowを選択し、前提条件に記載されているenv varsを貼り付けます。
利用可能なツール
| ツール | 何をするか |
|---|---|
kashflow_list_customers | 顧客のリストを表示 |
kashflow_get_customer | KashFlow CustomerIDで1人の顧客を取得 |
kashflow_create_customer | 顧客を作成 |
kashflow_list_suppliers | サプライヤーのリストを表示 |
kashflow_list_invoices | 売上請求書のリストを表示 |
kashflow_get_invoice | 行項目付きの単一請求書を取得 |
kashflow_create_invoice | 売上請求書を作成 |
kashflow_list_products | 製品/サービスのリストを表示 |
次のステップ
このガイドは役に立ちましたか?