Connector guide2-minute read10 MCP toolsEN · DE · IT

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.

HCBy HelpCode team更新日 2 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

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

必要な環境変数

ECONOMIC_APP_SECRET_TOKENECONOMIC_AGREEMENT_GRANT_TOKEN
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。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 に貼り付けて、このコネクターで実行できます。

e-conomic · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → e-conomic をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

e-conomic + Gemini

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 — Gemini にコネクタを追加

Gemini CLI は ~/.gemini/settings.json (Windows は %APPDATA%\gemini\settings.json) から MCP サーバを読み込みます。追加:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の Profile → MCP API Keys → New KeyMCP API key を取得。
  2. ファイルを保存し gemini を再起動。
  3. Gemini CLI で /mcp を実行 — e-conomic が利用可能として表示されます。
  4. Vertex AI Studio: 同じ Bearer ヘッダーで https://cloud.anythingmcp.com/mcp をリクエストの tools 配列に渡してください。

利用可能なツール

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

Gemini 1.5 Pro / 2.x は MCP をサポートしますか? はい — Gemini CLI ≥ 0.4 と Vertex AI tools API は Bearer ヘッダー付きの httpUrl MCP コネクタを受け入れます。

次のステップ

このガイドは役に立ちましたか?

Your e-conomic agent is one click away.

Install the connector, paste the key, prompt Gemini. 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 を 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.

connectors

e-conomic を MCP に — あらゆる AI エージェントから 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.

connectors

AFAS Profit を Gemini に接続する方法 — 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 を Gemini に接続する方法 — 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.