Connector guide3-minute read10 MCP toolsEN · DE · IT

Как подключить e-conomic к Cursor — через MCP

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.

HCBy HelpCode teamОбновлено 3 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

e-conomic

e-conomic

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.

инструментов

10

Регион

DK

Категория

Accounting

Аутентификация

API Key

Требуемые env-vars

ECONOMIC_APP_SECRET_TOKENECONOMIC_AGREEMENT_GRANT_TOKEN
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте e-conomic одним кликом и направьте свой ИИ-клиент (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 и запусти через этот коннектор.

e-conomic · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → e-conomic, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

e-conomic + Cursor

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.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

ECONOMIC_APP_SECRET_TOKEN, ECONOMIC_AGREEMENT_GRANT_TOKEN

Шаг 1 — Получите учётные данные

e-conomic needs two tokens, and they come from different places.

  1. 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.
  2. 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.
  3. Set ECONOMIC_APP_SECRET_TOKEN and ECONOMIC_AGREEMENT_GRANT_TOKEN.

…(continued in the in-app connector instructions)

Шаг 2 — Установите адаптер

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 — Добавьте коннектор в Cursor

Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите Cursor.
  3. Откройте Cursor → Settings → MCP и убедитесь, что e-conomic отображается как "Connected".
  4. Начинайте чат — все инструменты e-conomic доступны.

Доступные инструменты

ToolWhat it does
e_conomic_get_selfRead the agreement this connector is bound to: the company name, its CVR number, the application name and the modules enabled
e_conomic_list_customersList customers with their number, name, CVR number, address, currency and payment terms
e_conomic_get_customerRead one customer by their customer number, with addresses, VAT zone, payment terms and the layout used for their invoices
e_conomic_list_booked_invoicesList booked (posted, immutable) invoices with their number, date, due date, customer and totals
e_conomic_get_booked_invoiceRead 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_invoicesList 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_invoicesList unbooked invoice drafts
e_conomic_list_suppliersList suppliers with their number, name, CVR number, currency and payment terms, for the purchasing side of the ledger
e_conomic_list_productsList products with their number, name, sales price, cost price, unit and the product group they belong to
e_conomic_list_accountsList the chart of accounts with each account's number, name, type, VAT account and current balance

FAQ

Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.

Следующие шаги

Это руководство помогло?

Your e-conomic agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить e-conomic к ChatGPT — через MCP

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.

connectors

Как подключить e-conomic к Claude — через MCP

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.

connectors

Как подключить e-conomic к Gemini — через MCP

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.

connectors

e-conomic в MCP — управляйте e-conomic из любого AI-агента

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.

connectors

Как подключить AFAS Profit к Cursor — через MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Как подключить Aruba Fatturazione Elettronica к Cursor — через MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.