Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | info |
RATE_LIMIT | No | Requests per minute limit | 100 |
ESPOCRM_URL | Yes | Your EspoCRM instance URL | |
MCP_TRANSPORT | No | MCP transport method | stdio |
ESPOCRM_API_KEY | Yes | API key for authentication | |
REQUEST_TIMEOUT | No | Request timeout in milliseconds | 30000 |
ESPOCRM_SECRET_KEY | No | Secret key for HMAC auth | |
ESPOCRM_AUTH_METHOD | Yes | Authentication method ('apikey' or 'hmac') | apikey |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |