Connector guide2-minute read10 MCP toolsEN · DE · IT

Cómo conectar Visma eAccounting a Cursor — via MCP

Visma eAccounting — Nordic cloud bookkeeping: customers, suppliers, customer and supplier invoices, articles, and the account chart. REST API v2, OAuth 2.0.

HCBy HelpCode teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

Visma eAccounting

Visma eAccounting

Visma eAccounting — Nordic cloud bookkeeping: customers, suppliers, customer and supplier invoices, articles, and the account chart. REST API v2, OAuth 2.0.

herramientas

10

Región

SE

Categoría

Accounting

Autenticación

OAuth 2.0

Env vars requeridas

VISMA_CLIENT_IDVISMA_CLIENT_SECRETVISMA_REFRESH_TOKEN
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade Visma eAccounting con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

Visma eAccounting — Nordic cloud bookkeeping: customers, suppliers, customer and supplier invoices, articles, and the account chart. REST API v2, OAuth 2.0.

Prueba a pedir

Prompts de ejemplo para Visma eAccounting

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Visma eAccounting · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Visma eAccounting, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Visma eAccounting + Cursor

Visma eAccounting — Nordic cloud bookkeeping: customers, suppliers, customer and supplier invoices, articles, and the account chart. REST API v2, OAuth 2.0.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

VISMA_CLIENT_ID, VISMA_CLIENT_SECRET, VISMA_REFRESH_TOKEN

Paso 1 — Obtener credenciales

Getting a token

  1. Register at developer.vismaonline.com and create an application. You receive a client id and client secret.
  2. Run the authorization-code flow once for the customer's company, asking for the scopes you need — ea:api, ea:sales, ea:purchase, ea:accounting. Keep the refresh token.
  3. Set VISMA_CLIENT_ID, VISMA_CLIENT_SECRET and VISMA_REFRESH_TOKEN.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el 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

Paso 3 — Añadir el conector en Cursor

Cursor lee servidores MCP desde ~/.cursor/mcp.json. Añade esta entrada:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia Cursor.
  3. Abre Cursor → Configuración → MCP para verificar que Visma eAccounting aparece como "Connected".
  4. Empieza a chatear — todas las herramientas de Visma eAccounting están disponibles.

Herramientas disponibles

ToolWhat it does
visma_eaccounting_get_company_settingsRead the connected company's settings: name, corporate identity number, VAT number, address and base currency
visma_eaccounting_list_customersList customers with their number, name, corporate identity number, address and payment terms
visma_eaccounting_get_customerRead one customer by id, with their addresses, delivery defaults, VAT settings and credit limit
visma_eaccounting_list_customer_invoicesList posted customer invoices with their number, date, due date, customer, total and remaining amount
visma_eaccounting_get_customer_invoiceRead one posted customer invoice in full: every row with article, quantity, price and VAT, the totals and the remaining amount
visma_eaccounting_list_invoice_draftsList unposted customer invoice drafts
visma_eaccounting_list_supplier_invoicesList supplier invoices with their supplier, date, due date, total and remaining amount — the payables side
visma_eaccounting_list_suppliersList suppliers with their number, name, corporate identity number and payment details, for the purchasing side of the ledger
visma_eaccounting_list_articlesList articles with their number, name, net and gross price, VAT rate and stock quantity
visma_eaccounting_list_accountsList the chart of accounts with each account's number, name, type and VAT code, for questions that need the ledger structure

FAQ

¿Cursor soporta servidores MCP personalizados en el plan free? Sí — MCP está disponible en Hobby, Pro y Business.

Siguientes pasos

¿Te ha sido útil esta guía?

Your Visma eAccounting agent is one click away.

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

Guías relacionadas