perfex-crm-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PERFEX_URL | Yes | Base URL of the Perfex CRM, e.g., https://crm.example.com | |
| PERFEX_FORM_KEY | No | Key of the web-to-lead form (last segment of forms/wtl/{key}) | |
| PERFEX_QUOTE_KEY | No | Key of the quote request form | |
| PERFEX_TIMEOUT_MS | No | Timeout in milliseconds (default: 15000) | 15000 |
| PERFEX_LEAD_SOURCE | No | Default source for leads (default: MCP) | MCP |
| PERFEX_TICKET_PRIORITY | No | Default priority for tickets | |
| PERFEX_TICKET_DEPARTMENT | No | Default department for tickets |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_leadA | Crea un lead (cliente potencial) en Perfex CRM vía el formulario web-to-lead. Requiere PERFEX_URL y PERFEX_FORM_KEY configurados. Devuelve success true/false. |
| create_ticketA | Crea un ticket de soporte en Perfex CRM vía el endpoint público /forms/ticket. Requiere PERFEX_URL. Requiere department (o PERFEX_TICKET_DEPARTMENT). |
| request_quoteA | Envía una solicitud de presupuesto (estimate request) vía el formulario público. Requiere PERFEX_URL y PERFEX_QUOTE_KEY. |
| perfex_healthA | Verifica que la URL de Perfex responde. Útil para diagnosticar si el CRM está accesible. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yunyminaya/perfex-crm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server