AbraFlexi
PYPI · ABRAFLEXI-MCP-SERVER · SCANNED SEP 21
MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 2 of 23 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency6
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 46 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1363 tokens (~64/item across 21 items; 21 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
- Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "invoice_issued_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the AbraFlexi MCP server?
AbraFlexi runs locally as a PyPI package, launched with uvx abraflexi-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · abraflexi-mcp-server
claude mcp add vitexus-abraflexi -- uvx abraflexi-mcp-server
{
"mcpServers": {
"vitexus-abraflexi": {
"command": "uvx",
"args": [
"abraflexi-mcp-server"
]
}
}
} {
"servers": {
"vitexus-abraflexi": {
"command": "uvx",
"args": [
"abraflexi-mcp-server"
]
}
}
} codex mcp add vitexus-abraflexi -- uvx abraflexi-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vitexus-abraflexi": {
"type": "local",
"command": [
"uvx",
"abraflexi-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add vitexus-abraflexi --command uvx --arg abraflexi-mcp-server
mcp_servers:
vitexus-abraflexi:
command: "uvx"
args: ["abraflexi-mcp-server"] {
"McpServers": {
"vitexus-abraflexi": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"abraflexi-mcp-server"
]
}
}
} assistant mcp add vitexus-abraflexi -t stdio -c uvx -a abraflexi-mcp-server
{
"mcpServers": {
"vitexus-abraflexi": {
"command": "uvx",
"args": [
"abraflexi-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 −3
- Stability: pass → 0.80 functional
- 17 Sept 26 0
- Stability: 0.97 → pass security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
- 11 Sept 26 −3
- Security disclosure: fail → unverified ▼ functional
- Stability: pass → 0.80 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 21 Sept 2026 · Analysed pypi/abraflexi-mcp-server@1.0.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | setuptools.build_meta |
Background: Why install scripts are a supply-chain risk →
Dependencies 23 packages
| Packages resolved | 23 |
|---|---|
| Stale | 2 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
bank_transaction_create Bank Transaction Create ~79
Create a new bank transaction in AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| banka | string | yes | Bank account reference (e.g., 'code:BANK01') |
| castka | number | yes | Transaction amount |
| datum | string | yes | Transaction date (YYYY-MM-DD format) |
| extra_fields | – | – | Additional transaction fields |
| popis | – | – | Transaction description |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
bank_transaction_get Bank Transaction Get ~64
Get bank transactions (banka) from AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| detail | string | – | Detail level (summary, id, full, custom:field1,field2) |
| ids | – | – | List of transaction IDs to retrieve |
| limit | – | – | Maximum number of results |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
contact_create Contact Create ~64
Create a new contact/company in AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| – | – | Email address | |
| extra_fields | – | – | Additional contact fields |
| kod | string | yes | Contact code (unique identifier) |
| nazev | string | yes | Contact name |
| tel | – | – | Phone number |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
contact_delete Contact Delete ~39
Delete a contact/company from AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| id | – | – | Contact ID to delete |
| kod | – | – | Contact code to delete (alternative to id) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
contact_get Contact Get ~89
Get contacts/companies (adresar) from AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| detail | string | – | Detail level (summary, id, full, custom:field1,field2) |
| ids | – | – | List of contact IDs to retrieve |
| kod | – | – | Contact code to search for |
| limit | – | – | Maximum number of results |
| nazev | – | – | Contact name to search for (partial match) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
contact_update Contact Update ~48
Update an existing contact/company in AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | Fields to update |
| id | – | – | Contact ID to update |
| kod | – | – | Contact code to update (alternative to id) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
evidence_create Evidence Create ~58
Create a new record in any AbraFlexi evidence.
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | yes | Record data as dictionary |
| evidence | string | yes | Evidence name (e.g., 'faktura-vydana', 'adresar', 'cenik') |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
evidence_delete Evidence Delete ~68
Delete a record from any AbraFlexi evidence.
| Name | Type | Req | Description |
|---|---|---|---|
| evidence | string | yes | Evidence name (e.g., 'faktura-vydana', 'adresar', 'cenik') |
| id | – | – | Record ID to delete |
| kod | – | – | Record code to delete (alternative to id) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
evidence_get Evidence Get ~99
Get records from any AbraFlexi evidence.
| Name | Type | Req | Description |
|---|---|---|---|
| detail | string | – | Detail level (summary, id, full, custom:field1,field2) |
| evidence | string | yes | Evidence name (e.g., 'faktura-vydana', 'adresar', 'cenik') |
| filter_expr | – | – | AbraFlexi filter expression |
| ids | – | – | List of record IDs to retrieve |
| limit | – | – | Maximum number of results |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
evidence_list Evidence List ~29
List all available AbraFlexi evidences. Returns: str: JSON formatted list of evidence names
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
evidence_update Evidence Update ~78
Update a record in any AbraFlexi evidence.
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | Fields to update as dictionary |
| evidence | string | yes | Evidence name (e.g., 'faktura-vydana', 'adresar', 'cenik') |
| id | – | – | Record ID to update |
| kod | – | – | Record code to update (alternative to id) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
invoice_issued_create Invoice Issued Create ~86
Create a new issued invoice in AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| datum_vystaveni | – | – | Issue date (YYYY-MM-DD format) |
| extra_fields | – | – | Additional invoice fields |
| firma | string | yes | Customer reference (e.g., 'code:CUSTOMER01') |
| kod | string | yes | Invoice code (unique identifier) |
| polozky | – | – | Invoice items/lines |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
invoice_issued_delete Invoice Issued Delete ~41
Delete an issued invoice from AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| id | – | – | Invoice ID to delete |
| kod | – | – | Invoice code to delete (alternative to id) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
invoice_issued_get Invoice Issued Get ~79
Get issued invoices (faktura-vydana) from AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| detail | string | – | Detail level (summary, id, full, custom:field1,field2) |
| ids | – | – | List of invoice IDs to retrieve |
| kod | – | – | Invoice code to search for |
| limit | – | – | Maximum number of results |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
invoice_issued_update Invoice Issued Update ~50
Update an existing issued invoice in AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | Fields to update |
| id | – | – | Invoice ID to update |
| kod | – | – | Invoice code to update (alternative to id) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
invoice_received_create Invoice Received Create ~86
Create a new received invoice in AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| datum_vystaveni | – | – | Issue date (YYYY-MM-DD format) |
| extra_fields | – | – | Additional invoice fields |
| firma | string | yes | Supplier reference (e.g., 'code:SUPPLIER01') |
| kod | string | yes | Invoice code (unique identifier) |
| polozky | – | – | Invoice items/lines |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
invoice_received_get Invoice Received Get ~78
Get received invoices (faktura-prijata) from AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| detail | string | – | Detail level (summary, id, full, custom:field1,field2) |
| ids | – | – | List of invoice IDs to retrieve |
| kod | – | – | Invoice code to search for |
| limit | – | – | Maximum number of results |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
product_create Product Create ~56
Create a new product in AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| cena | – | – | Product price |
| extra_fields | – | – | Additional product fields |
| kod | string | yes | Product code (unique identifier) |
| nazev | string | yes | Product name |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
product_delete Product Delete ~38
Delete a product from AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| id | – | – | Product ID to delete |
| kod | – | – | Product code to delete (alternative to id) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
product_get Product Get ~87
Get products (cenik) from AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| detail | string | – | Detail level (summary, id, full, custom:field1,field2) |
| ids | – | – | List of product IDs to retrieve |
| kod | – | – | Product code to search for |
| limit | – | – | Maximum number of results |
| nazev | – | – | Product name to search for (partial match) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
product_update Product Update ~47
Update an existing product in AbraFlexi.
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | Fields to update |
| id | – | – | Product ID to update |
| kod | – | – | Product code to update (alternative to id) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
What is the AbraFlexi MCP server?
AbraFlexi is an MCP server listed in the public MCP registry as io.github.Vitexus/abraflexi. MCP server for AbraFlexi ERP, invoices, contacts, products, bank transactions. This page covers its PyPI package (abraflexi-mcp-server).
Is the AbraFlexi MCP server safe to use?
AbraFlexi scores 73 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the AbraFlexi MCP server expose?
AbraFlexi exposes 21 tools: invoice_issued_get, invoice_issued_create, invoice_issued_update, invoice_issued_delete, invoice_received_get, and 16 more. Their descriptions and schemas cost roughly 1,363 tokens of context every time the server is loaded.
Is the AbraFlexi MCP server still maintained?
AbraFlexi is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.