Connector guide1-minute read13 MCP toolsEN · DE · IT

Wave Accounting 到 MCP — 从任何 AI 代理驱动 Wave Accounting

通过 GraphQL 从任何 AI 代理查询 Wave Accounting(客户、产品、发票、账户、交易)。8 个工具,Bearer 令牌认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Wave Accounting

Query Wave Accounting (customers, products, invoices, accounts, transactions) via GraphQL from any AI agent. 8 tools, Bearer token auth.

Tools

13

Region

INTL

Category

Accounting

Authentication

Bearer Token

Required env vars

WAVE_ACCESS_TOKENWAVE_BUSINESS_ID
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Wave Accounting 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.

Start free trial

Summary

通过 GraphQL 从任何 AI 代理查询 Wave Accounting(客户、产品、发票、账户、交易)。8 个工具,Bearer 令牌认证。

试试这样问

Wave Accounting 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Wave Accounting · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 没有安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Wave Accounting,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

Wave Accounting

通过 GraphQL 从任何 AI 代理查询 Wave Accounting(客户、产品、发票、账户、交易)。8 个工具,Bearer 令牌认证。

设置

此连接器封装了 Wave GraphQL API (gql.waveapps.com/graphql/public)。

设置

  1. 登录 https://my.waveapps.com → 左下角头像 → 管理应用程序 → 创建应用程序
  2. 使用 OAuth 流程获取访问令牌,或(更快)从应用程序设置中生成 完全访问令牌(单租户)。
  3. 业务 ID:Wave 是多业务的 — 通过 wave_get_businesses 查询或在任何 Wave 页面 URL 中找到你的业务 ID。
  4. 设置 WAVE_ACCESS_TOKENWAVE_BUSINESS_ID

认证Authorization: Bearer ${WAVE_ACCESS_TOKEN}

…(在应用内连接器说明中继续)

先决条件WAVE_ACCESS_TOKENWAVE_BUSINESS_ID

本地安装连接器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,选择 Wave Accounting 并粘贴在先决条件下列出的环境变量。

可用工具

工具功能
wave_get_businesses列出用户可以访问的所有业务 — 返回 id、名称、isClassicAccounting、货币
wave_list_customers列出业务中的客户
wave_create_customer创建客户
wave_list_invoices列出业务中的发票
wave_get_invoice获取带有行项目 + 备忘录的单个发票
wave_list_products列出业务中的产品和服务
wave_list_accounts列出业务的账户分类账条目(分类账账户)
wave_send_invoice将发票发送(电子邮件)给其客户

下一步

这份指南对你有帮助吗?

Ready to ship

Your Wave agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南