跳过安装。2 分钟内即可运行。
在 cloud.anythingmcp.com 开始免费试用,一键添加 e-conomic,然后将你的 AI 客户端(Claude、ChatGPT、Copilot 或 Cursor)指向生成的 MCP 端点。无需 Docker,无需 git clone,无需任何工程经验。
Summary
e-conomic — the Danish accounting standard (Visma group): customers, suppliers, booked and draft invoices, products, accounts and journals. REST API, authenticated with two separate tokens.
试试这样问
e-conomic 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装? 直接使用 cloud.anythingmcp.com。 登录、点击 Connectors → e-conomic、粘贴凭证、生成 MCP API key — 完成。无 Docker、无
git clone、无本地服务器。
e-conomic + ChatGPT
e-conomic — the Danish accounting standard (Visma group): customers, suppliers, booked and draft invoices, products, accounts and journals. REST API, authenticated with two separate tokens.
前提条件
完整的设置说明已内置在连接器中 (在 store 中选择连接器时可见)。所需环境变量:
ECONOMIC_APP_SECRET_TOKEN, ECONOMIC_AGREEMENT_GRANT_TOKEN
步骤 1 — 获取凭证
e-conomic needs two tokens, and they come from different places.
- The App Secret Token identifies your application. You get it once, from e-conomic, when you register as a developer partner at
secure.e-conomic.com/secure/api1/requestaccess.aspx. It is the same for every customer you connect. - The Agreement Grant Token identifies the customer's agreement (their e-conomic company). The customer grants it by going through e-conomic's app-authorisation URL for your app; each customer produces a different one.
- Set
ECONOMIC_APP_SECRET_TOKENandECONOMIC_AGREEMENT_GRANT_TOKEN.
…(continued in the in-app connector instructions)
步骤 2 — 安装 adapter
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
步骤 3 — 在 ChatGPT 中添加连接器
ChatGPT 通过 Connectors 功能 (Plus / Pro / Team / Enterprise 套餐) 支持 MCP 服务器。免费套餐不支持自定义连接器。
- 打开 ChatGPT → Settings → Connectors (或点击 composer 中的 🔧 图标 → Manage connectors)。
- 点击 "Add custom connector"。
- 填入:
- Name:
e-conomic - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → 粘贴 MCP API key
- Name:
- 点击 Connect。
可用工具
| Tool | What it does |
|---|---|
e_conomic_get_self | Read the agreement this connector is bound to: the company name, its CVR number, the application name and the modules enabled |
e_conomic_list_customers | List customers with their number, name, CVR number, address, currency and payment terms |
e_conomic_get_customer | Read one customer by their customer number, with addresses, VAT zone, payment terms and the layout used for their invoices |
e_conomic_list_booked_invoices | List booked (posted, immutable) invoices with their number, date, due date, customer and totals |
e_conomic_get_booked_invoice | Read one booked invoice in full: every line with product, quantity, unit price and VAT, plus the totals and the remaining amount |
e_conomic_list_overdue_invoices | List booked invoices that are past their due date and still unpaid — the direct answer to 'who is late', without needing a filter |
e_conomic_list_draft_invoices | List unbooked invoice drafts |
e_conomic_list_suppliers | List suppliers with their number, name, CVR number, currency and payment terms, for the purchasing side of the ledger |
e_conomic_list_products | List products with their number, name, sales price, cost price, unit and the product group they belong to |
e_conomic_list_accounts | List the chart of accounts with each account's number, name, type, VAT account and current balance |
FAQ
ChatGPT 免费套餐能用自定义 MCP Connectors 吗? 不能 — 需要 Plus、Pro、Team 或 Enterprise。
下一步
这份指南对你有帮助吗?