Fiken logo

Fiken

The Fiken MCP server provides API access to Fiken's cloud accounting platform for Norwegian and Swedish businesses. It enables programmatic management of contacts, products, invoices, orders, and accounting entries. Developers building financial automations and accounting teams integrating AI agents benefit for tasks like automated invoicing and reporting.

accounting
invoicing
financial-api
|

Overview

The Fiken MCP server bridges AI models with Fiken's API, a platform for small business accounting focused on invoicing, VAT reporting, and bookkeeping in Norway and Sweden. It exposes Fiken's endpoints as callable tools within the Model Context Protocol (MCP), allowing structured data interactions without direct HTTP handling.

Key Capabilities

  • Contact management: Create, update, and query customer/supplier records.
  • Product catalog: Add, edit, and list inventory items with pricing.
  • Order and invoice handling: Generate orders (create_order), convert to invoices (create_invoice), and track payments.
  • Accounting entries: Post journal entries and retrieve balance sheets.
  • Reporting: Fetch VAT reports, profit/loss statements, and transaction histories.

These map to Fiken's REST API endpoints like /contacts, /products, /invoices, and /accounting.

Use Cases

  1. Automated Invoicing: Use create_invoice tool to generate and send invoices from CRM data when deals close.
  2. Expense Tracking: Query list_transactions and post entries via create_accounting_entry for reconciled bank feeds.
  3. Monthly Reporting: Pull generate_vat_report for compliance submissions to tax authorities.
  4. Customer Onboarding: Bulk import contacts with create_contact during sales pipeline automation.

Who This Is For

  • Developers integrating AI agents with accounting systems.
  • Small business owners automating routine financial tasks.
  • Accounting firms building custom AI-driven reporting tools.
  • Fintech teams extending Fiken for Nordic markets.
PlaygroundUpdated Apr 1, 2026