69
/ 100
1 month ago
glama

EspoCRM Assistant

Provides read-only EspoCRM access for AI assistants, enabling record retrieval and preparation of signed change sets without direct modification or deletion.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 4 credentials: ESPOCRM_WRITE_API_KEY, ESPOCRM_WRITE_SECRET_KEY, ESPOCRM_READ_API_KEY, ESPOCRM_READ_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configESPOCRM_URLexport =https://crm.example.com
🔐 secretESPOCRM_WRITE_API_KEY; optional HMAC secrets use the same READ_/WRITE_
🔐 secretESPOCRM_WRITE_SECRET_KEYfor write HMAC HMAC secret for the write API user.
configESPOCRM_WRITE_AUTH_METHODno apikey by default; set hmac when using HMAC auth.
configESPOCRM_ALLOW_HTTPESPOCRM_URL yes Existing EspoCRM base URL. HTTPS is required unless =1.
🔐 secretESPOCRM_READ_API_KEYexport =...
🔐 secretESPOCRM_READ_SECRET_KEYfor read HMAC HMAC secret for the read API user.
configESPOCRM_READ_AUTH_METHODno apikey by default; set hmac when using HMAC auth.
configESPOCRM_ASSISTANT_HOSTno HTTP service bind host; default 0.0.0.0.
configESPOCRM_ASSISTANT_PORTno HTTP service port; default 8080.
configESPOCRM_MCP_HOSTexport =0.0.0.0
configESPOCRM_MCP_PORTexport =8080
configESPOCRM_MCP_PATHexport =/mcp
configESPOCRM_MCP_STATELESS_HTTPno 1 by default.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/the-keep-studios-espocrm-assistant-7iizd3)](https://m8ven.ai/mcp/the-keep-studios-espocrm-assistant-7iizd3)
commit: 72356613fccb406af4d7511e45af68cb7acedf0f
code hash: 8f3285922db2f7b7e871b17b18301314d3e5769295bb8c2dd27599251b749694
verified: 6/24/2026, 9:44:32 AM
view raw JSON →