fortnox-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FORTNOX_ACCESS_TOKEN | Yes | OAuth2 access token from Fortnox |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_invoicesB | List and filter invoices. Supports filtering by status, date range, and pagination. |
| get_invoiceB | Get full details of a specific invoice by its document number. |
| create_invoiceB | Create a new invoice for a customer with line items. |
| send_invoiceC | Send an invoice to the customer via email. |
| get_invoice_paymentsA | Check payment status and history for a specific invoice. |
| list_customersC | Search and filter the customer database. |
| get_customerB | Get full details of a specific customer. |
| create_customerB | Add a new customer to Fortnox. |
| list_supplier_invoicesC | List incoming supplier invoices (bills/expenses). |
| get_supplierA | Get details of a specific supplier/vendor. |
| create_supplier_invoiceC | Record a new supplier invoice (expense/bill). |
| list_vouchersC | List journal entries/vouchers. Optionally filter by financial year. |
| create_voucherB | Create a manual journal entry (voucher). Rows must balance (total debit = total credit). |
| get_accountsA | Get the chart of accounts. Useful for finding account numbers for bookkeeping. |
| get_financial_yearB | Get information about financial/accounting years. |
| get_company_infoB | Get company information and settings from Fortnox. |
| list_projectsC | List all projects for tracking time and costs. |
| list_cost_centersC | List cost centers for allocating expenses across departments or projects. |
| list_ordersB | List and filter sales orders. |
| create_offerC | Create a quote/offer for a customer. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Proviscale/fortnox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server