AbraFlexi MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_TYPE | No | Must be set to no-auth for streamable-http transport | |
| READ_ONLY | No | Set to true, 1, or yes to enable read-only mode | true |
| ABRAFLEXI_URL | Yes | Your AbraFlexi server URL (e.g., https://demo.flexibee.eu:5434) | |
| ABRAFLEXI_LOGIN | No | Your AbraFlexi username | |
| ABRAFLEXI_COMPANY | Yes | Company identifier (e.g., demo_de) | |
| ABRAFLEXI_TIMEOUT | No | Request timeout in seconds | 300 |
| ABRAFLEXI_MCP_HOST | No | Server host for HTTP transport | 127.0.0.1 |
| ABRAFLEXI_MCP_PORT | No | Server port for HTTP transport | 8000 |
| ABRAFLEXI_PASSWORD | No | Your AbraFlexi password | |
| ABRAFLEXI_AUTHSESSID | No | Your AbraFlexi session ID | |
| ABRAFLEXI_MCP_TRANSPORT | No | Transport type: stdio (default) or streamable-http | stdio |
| ABRAFLEXI_MCP_STATELESS_HTTP | No | Enable stateless HTTP mode | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| invoice_issued_getB | Get issued invoices (faktura-vydana) from AbraFlexi. |
| invoice_issued_createC | Create a new issued invoice in AbraFlexi. |
| invoice_issued_updateB | Update an existing issued invoice in AbraFlexi. |
| invoice_issued_deleteB | Delete an issued invoice from AbraFlexi. |
| invoice_received_getB | Get received invoices (faktura-prijata) from AbraFlexi. |
| invoice_received_createC | Create a new received invoice in AbraFlexi. |
| contact_getC | Get contacts/companies (adresar) from AbraFlexi. |
| contact_createB | Create a new contact/company in AbraFlexi. |
| contact_updateB | Update an existing contact/company in AbraFlexi. |
| contact_deleteC | Delete a contact/company from AbraFlexi. |
| product_getB | Get products (cenik) from AbraFlexi. |
| product_createB | Create a new product in AbraFlexi. |
| product_updateB | Update an existing product in AbraFlexi. |
| product_deleteB | Delete a product from AbraFlexi. |
| bank_transaction_getB | Get bank transactions (banka) from AbraFlexi. |
| bank_transaction_createA | Create a new bank transaction in AbraFlexi. |
| evidence_getB | Get records from any AbraFlexi evidence. |
| evidence_createB | Create a new record in any AbraFlexi evidence. |
| evidence_updateC | Update a record in any AbraFlexi evidence. |
| evidence_deleteB | Delete a record from any AbraFlexi evidence. |
| evidence_listA | List all available AbraFlexi evidences. Returns: str: JSON formatted list of evidence names |
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
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/VitexSoftware/abraflexi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server