Skip to main content
Glama
yunyminaya

perfex-crm-mcp

by yunyminaya

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PERFEX_URLYesBase URL of the Perfex CRM, e.g., https://crm.example.com
PERFEX_FORM_KEYNoKey of the web-to-lead form (last segment of forms/wtl/{key})
PERFEX_QUOTE_KEYNoKey of the quote request form
PERFEX_TIMEOUT_MSNoTimeout in milliseconds (default: 15000)15000
PERFEX_LEAD_SOURCENoDefault source for leads (default: MCP)MCP
PERFEX_TICKET_PRIORITYNoDefault priority for tickets
PERFEX_TICKET_DEPARTMENTNoDefault department for tickets

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/yunyminaya/perfex-crm-mcp'

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