bokio-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bokio_company_info | Retrieve company information. |
| bokio_list_fiscal_yearsA | List fiscal years (needed for SIE export ids). |
| bokio_get_fiscal_yearA | Get a single fiscal year by id. |
| bokio_chart_of_accountsB | Get the chart of accounts (BAS). |
| bokio_get_account | Get one account from the chart of accounts. |
| bokio_download_sie | Download the SIE file for a fiscal year. Saves to savePath if given, else returns a text preview. |
| bokio_list_journal_entries | List journal entries (verifikationer). Use from/to for a date range or query for raw filters. |
| bokio_get_journal_entry | Get a journal entry by id. |
| bokio_list_invoices | List customer invoices. |
| bokio_get_invoice | Get an invoice by id. |
| bokio_list_customers | List customers. |
| bokio_get_customerB | Get a customer by id. |
| bokio_list_itemsB | List items (articles). |
| bokio_get_itemC | Get an item by id. |
| bokio_list_uploads | List uploaded files / receipts. |
| bokio_get_upload | Get upload metadata by id. |
| bokio_download_upload | Download an uploaded file's data to savePath. |
| bokio_raw_get | GET an arbitrary Bokio API path (read-only escape hatch). {companyId} is substituted. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| company-info | Company information for the default Bokio company (BOKIO_COMPANY_ID). |
| chart-of-accounts | Chart of accounts (BAS) for the default company. |
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/diblaze/bokio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server