bexio-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HTTP_HOST | No | Bind host in HTTP mode | 0.0.0.0 |
| MCP_HTTP_PORT | No | Port in HTTP mode | 3000 |
| MCP_TRANSPORT | No | stdio or http | stdio |
| MCP_HTTP_TOKEN | No | If set: required bearer token for /mcp | |
| BEXIO_API_TOKEN | Yes | bexio PAT or OAuth2 access token | |
| BEXIO_API_BASE_URL | No | API base URL | https://api.bexio.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bexio_list_contactsB | List contacts from bexio (GET /2.0/contact). Supports pagination and ordering. |
| bexio_get_contactB | Fetch a single contact by id (GET /2.0/contact/{id}). |
| bexio_search_contactsB | Search contacts with field criteria (POST /2.0/contact/search). |
| bexio_list_invoicesB | List invoices from bexio (GET /2.0/kb_invoice). Supports pagination and ordering. |
| bexio_get_invoiceB | Fetch a single invoice by id (GET /2.0/kb_invoice/{id}). |
| bexio_search_invoicesC | Search invoices with field criteria (POST /2.0/kb_invoice/search). |
| bexio_list_quotesB | List quotes / offers from bexio (GET /2.0/kb_offer). Supports pagination and ordering. |
| bexio_get_quoteA | Fetch a single quote by id (GET /2.0/kb_offer/{id}). |
| bexio_search_quotesC | Search quotes / offers with field criteria (POST /2.0/kb_offer/search). |
| bexio_list_ordersA | List orders from bexio (GET /2.0/kb_order). Supports pagination and ordering. |
| bexio_get_orderB | Fetch a single order by id (GET /2.0/kb_order/{id}). |
| bexio_search_ordersC | Search orders with field criteria (POST /2.0/kb_order/search). |
| bexio_list_itemsA | List items / articles from bexio (GET /2.0/article). Supports pagination and ordering. |
| bexio_get_itemB | Fetch a single item by id (GET /2.0/article/{id}). |
| bexio_search_itemsB | Search items / articles with field criteria (POST /2.0/article/search). |
| bexio_list_projectsA | List projects from bexio (GET /2.0/pr_project). Supports pagination and ordering. |
| bexio_get_projectA | Fetch a single project by id (GET /2.0/pr_project/{id}). |
| bexio_search_projectsC | Search projects with field criteria (POST /2.0/pr_project/search). |
| bexio_get_company_profileA | Fetch the bexio company profile(s) of the authenticated account (GET /2.0/company_profile). |
| bexio_create_contactB | Create a contact in bexio (POST /2.0/contact). contact_type_id 1 = company, 2 = person. For a person, set name_1 = last name and name_2 = first name. |
| bexio_requestA | Make an arbitrary authenticated request to the bexio API. Use this for any endpoint not covered by a dedicated tool (e.g. /3.0/banking/accounts, /2.0/user, /2.0/taxes, /2.0/kb_invoice/{id}/payment). See https://docs.bexio.com/ for the full reference. |
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
- 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/valmiremini/bexio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server