Sellsy
Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.
7 天免费 · 无需信用卡 · EU 托管
问 Sellsy 任何事
通过 AnythingMCP 对 Sellsy 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 SellsyClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 Sellsy。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 Sellsy
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
Getting credentials
- Sign in to Sellsy, open Paramètres → API and create an application in the developer area.
- Choose the client credentials flow — it authorises the application against your own account with no browser consent step. You receive a client id and client secret.
- Set
SELLSY_CLIENT_IDandSELLSY_CLIENT_SECRET. AnythingMCP mints and refreshes the access token on its own.
This is API v2, at https://api.sellsy.com/v2. Sellsy's v1 was an entirely different, single-endpoint RPC API — if you find an example that POSTs everything to one URL with a request parameter, that is v1 and it does not apply here.
Searching is a POST. Sellsy's v2 list endpoints have a sibling /search that takes a JSON body of {"filters": {...}}. It is far more expressive than the query parameters on the plain list, which is why the search tools below are POSTs that read.
embed resolves relationships. A document returns its related parties as ids; embed[]=contact and similar bring them back inline and save a round of calls.
Amounts are strings in the document's currency, with the tax detail in a separate amounts object. total_amount_without_taxes and total_amount are both present, and confusing them is how a revenue figure ends up 20% wrong.
Cloud reachability: api.sellsy.com is public with a valid certificate.