This MCP server provides complete access to the AbraFlexi REST API functionality through MCP-compatible tools, enabling integration with various management operations.
From the registry: MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions.
$ pip install abraflexi-mcp-serverhttps://pypi.org/project/abraflexi-mcp-server/Please install the `abraflexi` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Python 3.10+** — abraflexi-mcp-server is a Python package. (https://www.python.org/downloads/)
- **Install abraflexi-mcp-server from PyPI** — Installs the `abraflexi-mcp` command on PATH. Run: `pip install abraflexi-mcp-server` (https://pypi.org/project/abraflexi-mcp-server/)
- **Have access to an AbraFlexi server** — You need an AbraFlexi instance with the REST API enabled and credentials for it. (https://www.abraflexi.eu/)
Canonical MCP server config (stdio transport):
- command: `abraflexi-mcp`
- args: []
- required environment variables:
- `ABRAFLEXI_URL`: Base URL of the AbraFlexi server. (example: `https://demo.flexibee.eu:5434`)
- `ABRAFLEXI_COMPANY`: Company identifier in AbraFlexi. (example: `demo_de`)
- optional environment variables:
- `ABRAFLEXI_LOGIN`: Username (required unless using session ID auth). (example: `<your-abraflexi-login>`)
- `ABRAFLEXI_PASSWORD`: Password (required unless using session ID auth). (example: `<your-abraflexi-password>`)
- `ABRAFLEXI_AUTHSESSID`: Alternative to login/password: existing session ID.
- `READ_ONLY`: Restrict to GET operations. Defaults to true. (example: `true`)
- `ABRAFLEXI_TIMEOUT`: Request timeout in seconds (default 300). (example: `300`)
- `ABRAFLEXI_MCP_TRANSPORT`: Transport: stdio (default) or streamable-http. (example: `stdio`)
Note: Read-only by default. A hosted test instance is also available at https://abraflexi.fastmcp.app/mcp.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ABRAFLEXI_URLrequiredYour AbraFlexi server URLABRAFLEXI_COMPANYrequiredCompany identifierABRAFLEXI_LOGINrequiredYour AbraFlexi usernameABRAFLEXI_PASSWORDrequiredYour AbraFlexi passwordABRAFLEXI_AUTHSESSIDrequiredYour AbraFlexi session IDSEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)