Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi e-conomic con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.
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.
Prova a chiedere
Prompt di esempio per e-conomic
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → e-conomic, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
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.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
ECONOMIC_APP_SECRET_TOKEN, ECONOMIC_AGREEMENT_GRANT_TOKEN
Step 1 — Ottieni le credenziali
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)
Step 2 — Installa l'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
Step 3 — Aggiungi il connettore in Cursor
Cursor legge i server MCP da ~/.cursor/mcp.json. Aggiungi questa voce:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
- Salva il file e riavvia Cursor.
- Apri Cursor → Impostazioni → MCP per verificare che
e-conomicsia presente e "Connected". - Inizia a chattare — tutti gli strumenti di
e-conomicsono ora invocabili.
Tool disponibili
| 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
Cursor supporta MCP server personalizzati nel piano free? Sì — MCP è disponibile su Hobby, Pro e Business.
Prossimi passi
Questa guida ti è stata utile?