fiken-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIKEN_API_TOKEN | Yes | Your Fiken personal API token | |
| FIKEN_COMPANY_SLUG | Yes | Your company slug from Fiken URL |
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 |
|---|---|
| fiken_get_userA | Returns information about the authenticated Fiken user |
| fiken_list_companiesA | Returns all companies the authenticated user has access to |
| fiken_get_companyA | Returns details of the company configured via FIKEN_COMPANY_SLUG |
| fiken_list_accountsB | Retrieves bookkeeping accounts for the current year |
| fiken_get_accountA | Retrieves a specific bookkeeping account by account code |
| fiken_list_account_balancesA | Retrieves accounts and closing balances for a given date |
| fiken_get_account_balanceA | Retrieves a specific account and its balance for a given date |
| fiken_list_bank_accountsB | Retrieves all bank accounts for the company |
| fiken_create_bank_accountC | Creates a new bank account for the company |
| fiken_get_bank_accountA | Retrieves a specific bank account by ID |
| fiken_list_bank_balancesB | Retrieves bank balances for the company at a given date |
| fiken_list_contactsC | Retrieves all contacts for the company. Supports many filters. |
| fiken_create_contactC | Creates a new contact (customer/supplier) |
| fiken_get_contactA | Retrieves a specific contact by ID |
| fiken_update_contactC | Updates an existing contact |
| fiken_delete_contactA | Deletes a contact, or marks it inactive if it has associated records |
| fiken_list_contact_personsA | Retrieves all contact persons for a contact |
| fiken_create_contact_personC | Adds a contact person to a contact |
| fiken_get_contact_personB | Retrieves a specific contact person |
| fiken_update_contact_personC | Updates a contact person |
| fiken_delete_contact_personC | Deletes a contact person |
| fiken_list_groupsC | Returns all customer groups for the company |
| fiken_list_invoicesC | Returns all invoices for the company |
| fiken_create_invoiceB | Creates a new invoice. Amounts are in NOK øre (cents). |
| fiken_get_invoiceA | Returns a specific invoice by ID |
| fiken_update_invoiceB | Updates an invoice (due date and/or manual send status) |
| fiken_get_invoice_attachmentsB | Returns all attachments for an invoice |
| fiken_send_invoiceC | Sends an invoice via email and/or EHF |
| fiken_get_invoice_counterA | Retrieves the current invoice number counter |
| fiken_create_invoice_counterC | Creates the first invoice number counter |
| fiken_list_invoice_draftsC | Returns all invoice drafts for the company |
| fiken_create_invoice_draftC | Creates a new invoice draft |
| fiken_get_invoice_draftC | Returns a specific invoice draft |
| fiken_update_invoice_draftC | Updates an existing invoice draft |
| fiken_delete_invoice_draftB | Deletes an invoice draft |
| fiken_get_invoice_draft_attachmentsB | Returns all attachments for an invoice draft |
| fiken_create_invoice_from_draftC | Creates a finalized invoice from a draft |
| fiken_list_credit_notesC | Returns all credit notes for the company |
| fiken_get_credit_noteB | Returns a specific credit note by ID |
| fiken_create_full_credit_noteA | Creates a credit note covering the full amount of an invoice |
| fiken_create_partial_credit_noteA | Creates a credit note for a partial amount of an invoice. Lines must total less than the original invoice. |
| fiken_send_credit_noteC | Sends a credit note via email and/or EHF |
| fiken_get_credit_note_counterA | Retrieves the current credit note number counter |
| fiken_create_credit_note_counterC | Creates the first credit note number counter |
| fiken_list_credit_note_draftsC | Returns all credit note drafts for the company |
| fiken_create_credit_note_draftC | Creates a new credit note draft |
| fiken_get_credit_note_draftC | Returns a specific credit note draft |
| fiken_update_credit_note_draftC | Updates a credit note draft |
| fiken_delete_credit_note_draftC | Deletes a credit note draft |
| fiken_get_credit_note_draft_attachmentsB | Returns all attachments for a credit note draft |
| fiken_create_credit_note_from_draftC | Creates a finalized credit note from a draft |
| fiken_list_offersC | Returns all offers for the company |
| fiken_get_offerA | Returns a specific offer by ID |
| fiken_get_offer_counterA | Retrieves the current offer number counter |
| fiken_create_offer_counterC | Creates the first offer number counter |
| fiken_list_offer_draftsC | Returns all offer drafts for the company |
| fiken_create_offer_draftC | Creates a new offer draft |
| fiken_get_offer_draftB | Returns a specific offer draft |
| fiken_update_offer_draftC | Updates an offer draft |
| fiken_delete_offer_draftB | Deletes an offer draft |
| fiken_get_offer_draft_attachmentsB | Returns all attachments for an offer draft |
| fiken_create_offer_from_draftC | Creates a finalized offer from a draft |
| fiken_send_offerC | Sends an offer via email |
| fiken_list_order_confirmationsC | Returns all order confirmations for the company |
| fiken_get_order_confirmationB | Returns a specific order confirmation by ID |
| fiken_get_order_confirmation_counterA | Retrieves the order confirmation number counter |
| fiken_create_order_confirmation_counterC | Creates the first order confirmation number counter |
| fiken_create_invoice_draft_from_order_confirmationC | Creates an invoice draft from an order confirmation |
| fiken_list_journal_entriesC | Returns all general journal entries for the company |
| fiken_get_journal_entryB | Returns a specific journal entry by ID |
| fiken_get_journal_entry_attachmentsA | Returns all attachments for a journal entry |
| fiken_create_journal_entryB | Creates a new general journal entry. Amounts are in NOK øre (cents). |
| fiken_list_transactionsC | Returns all transactions for the company |
| fiken_get_transactionA | Returns a specific transaction by ID |
| fiken_delete_transactionB | Marks a transaction as deleted and creates a reversing transaction |
| fiken_list_purchasesB | Returns all purchases for the company |
| fiken_create_purchaseB | Creates a new purchase. Amounts in NOK øre. |
| fiken_get_purchaseB | Returns a specific purchase by ID |
| fiken_delete_purchaseB | Deletes a purchase |
| fiken_get_purchase_attachmentsB | Returns all attachments for a purchase |
| fiken_add_purchase_attachmentD | Creates and adds a new attachment to a purchase |
| fiken_list_purchase_draftsB | Returns all purchase drafts for the company |
| fiken_create_purchase_draftC | Creates a new purchase draft |
| fiken_get_purchase_draftC | Returns a specific purchase draft |
| fiken_update_purchase_draftC | Updates a purchase draft |
| fiken_delete_purchase_draftB | Deletes a purchase draft |
| fiken_get_purchase_draft_attachmentsA | Returns all attachments for a purchase draft |
| fiken_create_purchase_from_draftB | Creates a finalized purchase from a draft |
| fiken_list_salesC | Returns all sales for the company |
| fiken_create_saleB | Creates a new sale. Amounts in NOK øre. |
| fiken_get_saleA | Returns a specific sale by ID |
| fiken_delete_saleC | Deletes a sale |
| fiken_get_sale_attachmentsB | Returns all attachments for a sale |
| fiken_list_sale_draftsB | Returns all sale drafts for the company |
| fiken_create_sale_draftC | Creates a new sale draft |
| fiken_get_sale_draftA | Returns a specific sale draft |
| fiken_update_sale_draftC | Updates a sale draft |
| fiken_delete_sale_draftC | Deletes a sale draft |
| fiken_get_sale_draft_attachmentsC | Returns all attachments for a sale draft |
| fiken_create_sale_from_draftC | Creates a finalized sale from a draft |
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/gronnmann/fiken-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server