Axonaut
Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.
7 天免费 · 无需信用卡 · EU 托管
问 Axonaut 任何事
通过 AnythingMCP 对 Axonaut 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 AxonautClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 Axonaut。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 Axonaut
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
Getting a key
- Sign in to Axonaut and open Paramètres → API (Settings → API).
- Copy the key into
AXONAUT_API_KEY. It is account-wide and carries full access; treat it as a password.
The header is userApiKey. Not Authorization, not X-API-Key — Axonaut's own spelling, camel-cased, is what the server checks.
Axonaut calls customers 'companies' and people 'employees'. A company is a client or prospect organisation; an employee is a person attached to one. This trips people up, because 'employee' sounds like your own staff and is not.
Paging is page, 1-based, fixed at 100 rows. There is no page-size parameter. The response carries the total in the X-Total-Count header, so you can tell when to stop.
Dates are DD/MM/YYYY on most filters — French format, not ISO. This is the single most common source of a filter that silently matches nothing.
Amounts are floats in euros, pre-tax (preTaxAmount) and inclusive (totalAmount) side by side.
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.
Cloud reachability: axonaut.com is public with a valid certificate.