AbraFlexi (VitexSoftware/mcp-server-abraflexi) is an MCP server listed on the M8ven Trust Index. It scores 69 out of 100, grade C. It declares 65 tools. The publisher has proved control of what we score (Verified Publisher). It is connected through the M8ven GitHub App, so the listing is re-checked on every push.

C
Caution
69/100

AbraFlexi

Integration with AbraFlexi ERP for managing invoices, contacts, products, and bank transactions.

VitexSoftware/mcp-server-abraflexi· pypi: abraflexi-mcp-server· 5.8K installs· listed on pulsemcp

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored

every push re-verified

Who stands behind it

vitexsoftware.cz (@VitexSoftware) · Verified Publisher

Source: PulseMCP · also listed on Glama

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — evidence_get_qr_code (line 1609: with open(output_path, "wb") as fh:)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: ABRAFLEXI_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
Are you the publisher? Confirm or correct these findings.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configABRAFLEXI_URLYour AbraFlexi server URL (e.g., https://demo.flexibee.eu:5434)
configABRAFLEXI_COMPANYCompany identifier (e.g., demo_de)
configABRAFLEXI_LOGINYour AbraFlexi username
🔐 secretABRAFLEXI_PASSWORDYour AbraFlexi password
configABRAFLEXI_AUTHSESSIDYour AbraFlexi session ID
configABRAFLEXI_TIMEOUTRequest timeout in seconds (default: 300)
configREAD_ONLYSet to true, 1, or yes to enable read-only mode (default: true)
configABRAFLEXI_MCP_TRANSPORTTransport type: stdio (default) or streamable-http
configABRAFLEXI_MCP_HOSTServer host (default: 127.0.0.1)
configABRAFLEXI_MCP_PORTServer port (default: 8000)
configABRAFLEXI_MCP_STATELESS_HTTPStateless mode (default: false)
configAUTH_TYPEMust be set to no-auth for streamable-http transport
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

65/65 tools missing one or more hints — invoice_issued_get (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); invoice_issued_create (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); invoice_issued_update (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +62 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Descriptions match behaviour

1 tool describes read intent but its handler mutates — evidence_get_qr_code (line 1609: with open(output_path, "wb") as fh:)

Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

23/65 tools referenced in tests (35%)

Write tests that reference each tool by name so every tool has at least one test.

Tool description accuracy

evidence_get_qr_code: description implies read-only but handler writes/deletes/executes

Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.

// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/vitexsoftware/abraflexi-mcp-server?variant=verified)](https://m8ven.ai/mcp/vitexsoftware/abraflexi-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: b30dc53e07857e277cdb46cf55ecbbf8a17a813c
code hash: 137c0d19176aeba8199d8094ba012457369283df55c1fb0a9bf95c8e037ab952
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client