CRM
Server Details
Your own CRM, fully customizable and agent-driven. Start with contacts, companies and a sales pipeli
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/crm-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
36 toolsauthenticateIdempotentInspect
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
connectRead-onlyIdempotentInspect
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
crm_add_fieldInspect
Adiciona um CAMPO custom a um objeto (sem migração; registros antigos ficam sem a key). Tipos: string text integer float boolean date datetime singleselect multiselect email phone url currency relation user_ref json group.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| type | Yes | ||
| label | No | ||
| object | Yes | ||
| unique | No | ||
| account | No | ||
| indexed | No | ||
| options | No | ||
| relation | No | ||
| required | No |
crm_confirm_uploadInspect
Confirma o upload depois do PUT na upload_url (o storage valida o tamanho real). Marca o arquivo como pronto e contabiliza no uso.
Bulk support: accepts file_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| file_id | Yes | ||
| file_ids | No |
crm_create_recordsInspect
Cria um registro (ou vários) de um objeto. Passe object (ex.: 'contact', 'deal') e data (objeto JSON com os campos por key). Para vários, use records (array JSON de {data}).
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| object | Yes | ||
| account | No | ||
| records | No | ||
| metadata | No |
crm_define_objectInspect
Cria um OBJETO custom no CRM (além de contact/company/deal) e ganha CRUD/API automático. Passe key (api name, a-z/0-9/_), label e opcionalmente fields (array JSON de definições de campo).
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| label | No | ||
| fields | No | ||
| module | No | ||
| account | No | ||
| display_field | No |
crm_delete_fileInspect
Remove um ou mais arquivos (apaga do storage e libera o espaço contabilizado).
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| account | No | ||
| file_id | No |
crm_delete_objectInspect
Remove um objeto CUSTOM (objetos de sistema não podem ser removidos). Se houver registros, passe delete_records:true para apagar tudo junto.
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| account | No | ||
| delete_records | No |
crm_delete_recordsInspect
Remove um ou mais registros de um objeto por id.
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| object | Yes | ||
| account | No |
crm_describeRead-onlyIdempotentInspect
Descreve o schema do CRM: todos os objetos (contact, company, deal e quaisquer custom) com seus campos (key, tipo, obrigatório, opções, relações) e o kanban. CHAME ISTO PRIMEIRO para saber quais objetos/campos existem antes de criar/ler registros.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
crm_download_fileRead-onlyIdempotentInspect
Gera uma URL presigned de download (GET) pra um arquivo. A URL expira em alguns minutos.
Bulk support: accepts file_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| file_id | Yes | ||
| file_ids | No |
crm_get_fileRead-onlyIdempotentInspect
Metadados de um arquivo (nome, tamanho, content_type, status, anexo).
Bulk support: accepts file_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| file_id | Yes | ||
| file_ids | No |
crm_get_objectRead-onlyIdempotentInspect
Detalha UM objeto: seu rótulo, kanban e todos os campos (key, tipo, obrigatório, opções, relação). Versão focada do crm_describe.
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| account | No |
crm_get_recordsRead-onlyIdempotentInspect
Busca um ou mais registros de um objeto por id.
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| object | Yes | ||
| account | No |
crm_link_recordInspect
Liga um registro a outro por um campo de relação (ex.: vincular um contato a uma empresa). Para relação 'many' adiciona ao conjunto; para 'single' define o alvo.
Bulk support: accepts ids, target_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| ids | No | ||
| field | Yes | ||
| object | Yes | ||
| account | No | ||
| target_id | Yes | ||
| target_ids | No |
crm_list_accountsRead-onlyIdempotentInspect
Lista os CRMs conectados neste install. Retorna cada um com id, rótulo e is_default (true quando só há um, não precisa passar account nas outras tools).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
crm_list_filesRead-onlyIdempotentInspect
Lista os arquivos do CRM (id, nome, tamanho, status). Opcionalmente filtra os anexados a um objeto/registro.
Bulk support: accepts record_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| object | No | ||
| account | No | ||
| record_id | No | ||
| record_ids | No |
crm_list_objectsRead-onlyIdempotentInspect
Lista os objetos do CRM (key, rótulo, módulo, kanban). Versão enxuta do crm_describe, sem os campos.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
crm_list_recordsRead-onlyIdempotentInspect
Lista registros de um objeto, com filtro/ordenação/paginação. filter é um objeto JSON: {campo: valor} ou {campo: {op: valor}} (ops: eq ne gt gte lt lte in nin contains exists).
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| filter | No | ||
| object | Yes | ||
| offset | No | ||
| account | No |
crm_move_stageInspect
Move um registro de um objeto kanban (ex.: deal) para outra etapa do funil. Valida a etapa contra as opções do campo de stage.
Bulk support: accepts ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| ids | No | ||
| stage | Yes | ||
| object | Yes | ||
| account | No |
crm_publish_fileInspect
Torna um arquivo PÚBLICO e devolve uma URL estável (https://api.mcp.ai/f/<token>) pra embutir num site (ex.: thumbnail). O objeto continua privado no storage, o token é a chave (revogável com crm_unpublish_file). Egress da visualização pública é contabilizado.
Bulk support: accepts file_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| file_id | Yes | ||
| file_ids | No |
crm_remove_fieldInspect
Remove um campo CUSTOM (soft-delete: some do schema, mas os valores já gravados ficam preservados). Campos de sistema não podem ser removidos.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| object | Yes | ||
| account | No |
crm_searchRead-onlyIdempotentInspect
Busca textual nos registros (por nome/título/valores). Opcionalmente restrita a um object.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | ||
| limit | No | ||
| object | No | ||
| account | No |
crm_unlink_recordInspect
Desfaz uma relação. Para relação 'many' remove o target_id do conjunto; para 'single' limpa o campo (target_id opcional).
Bulk support: accepts ids, target_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| ids | No | ||
| field | Yes | ||
| object | Yes | ||
| account | No | ||
| target_id | No | ||
| target_ids | No |
crm_unpublish_fileInspect
Revoga o link público de um arquivo (o token para de funcionar na hora).
Bulk support: accepts file_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| file_id | Yes | ||
| file_ids | No |
crm_update_fieldInspect
Edita um campo: rótulo, obrigatório, visível, posição, opções, indexação. Mudança de TIPO só é permitida se for um alargamento seguro (ex.: integer→float); mudança com perda é bloqueada (crie um campo novo e migre).
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| type | No | ||
| label | No | ||
| object | Yes | ||
| account | No | ||
| indexed | No | ||
| options | No | ||
| visible | No | ||
| position | No | ||
| required | No |
crm_update_objectInspect
Edita um objeto: rótulo, campo de exibição, módulo ou config de kanban (a key é imutável). Vale para objetos de sistema e custom.
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| kanban | No | ||
| module | No | ||
| object | Yes | ||
| account | No | ||
| display_field | No |
crm_update_recordsInspect
Atualiza um registro (merge parcial) por id. Passe object, id e data (só os campos a mudar; null apaga o campo). Para vários, use updates (array JSON de {id, data}).
Bulk support: accepts ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ids | No | ||
| data | No | ||
| object | Yes | ||
| account | No | ||
| updates | No | ||
| metadata | No |
crm_upload_fileInspect
Inicia o upload de um arquivo (até 200 MB) e devolve uma URL presigned (upload_url) pra fazer o PUT direto no storage, mais o file_id. Depois do PUT, chame crm_confirm_upload. Opcional: anexe a um registro com object+record_id.
Bulk support: accepts record_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | ||
| object | No | ||
| account | No | ||
| filename | Yes | ||
| record_id | No | ||
| record_ids | No | ||
| content_type | No |
crm_upload_from_urlInspect
Sobe um arquivo A PARTIR DE UMA URL (a plataforma baixa e armazena, até 200 MB) — o jeito do AGENTE subir via API sem segurar os bytes. Devolve o arquivo já pronto. Opcional: anexe a um registro com object+record_id.
Bulk support: accepts record_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| object | No | ||
| account | No | ||
| filename | No | ||
| record_id | No | ||
| record_ids | No | ||
| content_type | No |
crm_usageRead-onlyIdempotentInspect
Uso de storage deste CRM: bytes do banco + bytes de arquivos, total em GB, nº de arquivos e egress acumulado. É a base do que é cobrado (storage GB-mês + egress).
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
marketplaceInspect
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
report_bugIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
show_versionRead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
toolkit_infoRead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceAI-native CRM with 33 tools. Pipeline, leads, health scores, revenue analytics, CSV import/export.3MIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with a CRM covering companies, people, leads, deals, and more, with role checks, scoped agent keys, approval gates, and a shared audit trail.AGPL 3.0
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to manage contacts, deals, pipelines, and team collaboration in a multi-tenant CRM with Arabic/RTL support.64
- FlicenseNot gradedqualityDmaintenanceIntegrates CRM data with AI agents to manage leads, track pipeline statistics, and search price catalogs via Supabase. It enables automated lead creation, stage updates, and history tracking through natural language commands.