Skip to main content
Glama
The-Keep-Studios

EspoCRM Assistant

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ESPOCRM_URLYesExisting EspoCRM base URL. HTTPS is required unless ESPOCRM_ALLOW_HTTP=1.
ESPOCRM_MCP_HOSTNoStreamable HTTP MCP bind host.127.0.0.1
ESPOCRM_MCP_PATHNoStreamable HTTP MCP path./mcp
ESPOCRM_MCP_PORTNoStreamable HTTP MCP port.8080
ESPOCRM_ALLOW_HTTPNoSet to '1' only for disposable local testing against HTTP EspoCRM.
ESPOCRM_READ_API_KEYYesRead-only EspoCRM API key used by assistant-visible tools.
ESPOCRM_READ_SECRET_KEYNoHMAC secret for the read API user (required if READ_AUTH_METHOD is hmac).
ESPOCRM_READ_AUTH_METHODNoAuthentication method: 'apikey' or 'hmac'.apikey
ESPOCRM_MCP_STATELESS_HTTPNoStateless HTTP mode.1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
crm_searchC

Search allowlisted CRM records without mutation.

crm_getC

Read one allowlisted CRM record.

crm_metadataA

Read allowlisted field metadata for one entity.

crm_duplicate_candidatesC

Find possible duplicates from identifying fields.

crm_prepare_changeC

Prepare and hash a non-mutating create or update change set.

crm_export_csvC

Export validated change sets as CSV for manual import.

crm_prepare_lead_conversionC

Prepare linked Lead-to-Opportunity change sets for human approval.

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/The-Keep-Studios/espocrm-assistant'

If you have feedback or need assistance with the MCP directory API, please join our Discord server