Skip to main content
Glama
VitexSoftware

AbraFlexi MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTH_TYPENoMust be set to no-auth for streamable-http transport
READ_ONLYNoSet to true, 1, or yes to enable read-only modetrue
ABRAFLEXI_URLYesYour AbraFlexi server URL (e.g., https://demo.flexibee.eu:5434)
ABRAFLEXI_LOGINNoYour AbraFlexi username
ABRAFLEXI_COMPANYYesCompany identifier (e.g., demo_de)
ABRAFLEXI_TIMEOUTNoRequest timeout in seconds300
ABRAFLEXI_MCP_HOSTNoServer host for HTTP transport127.0.0.1
ABRAFLEXI_MCP_PORTNoServer port for HTTP transport8000
ABRAFLEXI_PASSWORDNoYour AbraFlexi password
ABRAFLEXI_AUTHSESSIDNoYour AbraFlexi session ID
ABRAFLEXI_MCP_TRANSPORTNoTransport type: stdio (default) or streamable-httpstdio
ABRAFLEXI_MCP_STATELESS_HTTPNoEnable stateless HTTP modefalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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