No install? Use cloud.anythingmcp.com directly.
Sign in, install the Billomat Invoicing in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
MCPを使用してBillomatの請求書をClaude AIに接続します。自然言語を使用してクライアント、請求書、記事、オファーを管理します。ステップバイステップのセットアップガイド。
BillomatをClaudeに接続
Billomatはドイツのオンライン請求書および会計プラットフォームです。AnythingMCPを使用すると、BillomatをClaude AIに接続し、自然言語を使用して請求書、クライアント、見積もりを管理できます。
できること
- "すべての期限切れの請求書をリスト表示"
- "Müller GmbHのクライアント詳細を表示"
- "今月のオープンオファーはいくつありますか?"
- "カタログにはどのような記事がありますか?"
セットアップ
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/storeを開き、Billomatアダプターをインポートします- Billomatサブドメイン(例:
mycompanyはmycompany.billomat.netから)とAPIキーを入力します - コネクタをMCPサーバーに割り当てます
Claudeを接続
{
"mcpServers": {
"billomat": { "url": "http://localhost:4000/mcp" }
}
}
利用可能なツール
| ツール | 説明 |
|---|---|
billomat_list_clients | クライアントをリスト表示および検索 |
billomat_get_client | クライアントの詳細を取得 |
billomat_list_invoices | ステータスまたはクライアントで請求書をフィルタリング |
billomat_get_invoice | 行項目を含む完全な請求書 |
billomat_list_articles | 商品およびサービスをリスト表示 |
billomat_list_offers | 見積もりおよびオファーをリスト表示 |
このガイドは役に立ちましたか?