Pennylane
Pennylane — French accounting and finance for SMBs and their accountants: customer and supplier invoices, customers, suppliers, products, ledger entries and bank transactions. REST API v2, bearer token.
7 日間無料 · クレジットカード不要 · EU ホスト
Pennylane に何でも聞ける
AnythingMCP 経由で Pennylane に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
Pennylane を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで Pennylane をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
Pennylane のガイド
主要 AI クライアント向けのステップバイステップセットアップ。
Pennylane のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
Getting a token
- Sign in to Pennylane and open Paramètres → Intégrations → API (Settings → Integrations → API).
- Create a personal access token and put it in
PENNYLANE_API_TOKEN. The token is scoped to one company (entreprise); an accountant handling several clients needs one connector per client.
This adapter targets API v2 at https://app.pennylane.com/api/external/v2. Pennylane's v1 is still served but is being wound down, and its pagination and field names differ — if you find a v1 example online, it will not work here.
Cursor pagination. v2 returns next_cursor; pass it back as cursor to get the following page. There is no page number, and computing an offset is not possible.
Customer vs supplier invoices. customer_invoices are what you issue; supplier_invoices are what you receive. Both carry currency_amount (in the document's currency) and amount (in the company's), which are not the same number for a foreign-currency invoice.
Filters are a JSON array, e.g. filter=[{"field":"date","operator":"gteq","value":"2026-01-01"}]. Operators include eq, not_eq, gt, gteq, lt, lteq, cont and in. The tools below pass the string through verbatim so the full grammar stays available.
Amounts are strings, to avoid float rounding. Parse them; do not do arithmetic on the raw JSON in a prompt.
Cloud reachability: app.pennylane.com is public with a valid certificate.
あなたの AI は Pennylane から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。