MCP App Store
Sales-And-Marketing
Close icon

Close

by Elastic, Inc.

Overview

The Close MCP server is a secure, standardized interface that lets Claude directly access and interact with your Close data. Core functionality with Claude: • Connects Close to Claude via the Model Context Protocol so Claude can use Close as a trusted system of record. • Read data (e.g., leads, contacts, opportunities, activities) based on your Close permissions. • Optionally write data — you can allow only safe writes (e.g., create a lead) or full writes (e.g., edit/delete) during setup. • Enables Claude to answer questions, summarize information, and perform actions in Close.

Tools

aggregation

ChatGPT
Perform an aggregation to answer questions like: - How many emails were sent this week? - Calls by user this week (Who made the most?) You MUST first fetch the list of available leads of fields using the get_fields tool.

create_address

ChatGPT
Add a new address to an existing lead (company).

create_contact

ChatGPT
Create a new contact for a lead. A contact represents a person associated with a lead (company).

create_email_template

ChatGPT
Create a new email template. Handling of attachments and unsubscribe links via this tool is currently unsupported. Email template body should be HTML formatted. Use template tags as placeholders, for example: {{ organization.name }} to refer to the sender's organization name. {{ user.first_name }} {{ user.last_name }} {{ user.email }} {{ user.phone }} to refer to the user sending the email. {{ lead.display_name }} to refer to the lead name (recipient's name/company). {{ contact.first_name }} {{ contact.last_name }} to refer to the recipient.

create_lead

ChatGPT
Create a new lead (company). After creating a lead, you should usually add an address or contact (including phone or email) to the lead.

create_lead_status

ChatGPT
Create a new lead status.

create_opportunity

ChatGPT
Create a new opportunity. Requires a lead ID and status ID. Other fields are optional. The value should be specified in cents (e.g., $100.00 = 10000).

create_opportunity_status_tool

ChatGPT
Create a new opportunity status.

create_pipeline

ChatGPT
Create a new opportunity pipeline. Use the create_opportunity_status tool to add statuses to the pipeline.

create_sms_template

ChatGPT
Create a new SMS template. Handling of attachments via this tool is currently unsupported. Use template tags as placeholders, for example: {{ organization.name }} to refer to the sender's organization name. {{ user.first_name }} {{ user.last_name }} {{ user.email }} {{ user.phone }} to refer to the user sending the message. {{ lead.display_name }} to refer to the lead name (recipient's name/company). {{ contact.first_name }} {{ contact.last_name }} to refer to the recipient.

create_task

ChatGPT
Create a new task for a lead. A task represents a to-do item that can be assigned to a user and optionally associated with a contact.

create_workflow

ChatGPT
Create a new workflow (a.k.a. sequence) with Draft status.

delete_address

ChatGPT
Delete an address from an existing lead (company) if there is an exact match.

delete_contact

ChatGPT
Permanently delete an existing contact. This will remove the contact from its lead including its email addresses, phone numbers, and URLs will be removed. Activitise on the lead are not affected. This action cannot be undone. ONLY call this if the user specifically instructed you to delete the contact.

delete_email_template

ChatGPT
Permanently delete an email template. If the template is used in any workflows (sequences), it cannot be deleted.

delete_lead

ChatGPT
Permanently delete an existing lead (company) by ID including all of its addresses, contacts, opportunities, tasks, and activities. ONLY call this if the user specifically instructed you to delete the lead, and you confirmed what the deletion will entail and that it cannot be reversed.

delete_lead_smart_view

ChatGPT
Permanently delete a lead smart view (saved search).

delete_lead_status

ChatGPT
Permanently delete a lead status. Cannot delete if it's the last lead status in the organization or there are leads currently using this status.

delete_opportunity

ChatGPT
Permanently delete an opportunity. This action cannot be undone. All data associated with the opportunity will be removed.

delete_opportunity_status_tool

ChatGPT
Permanently delete an opportunity status. Cannot delete if it's the last opportunity status in the organization or there are opportunities currently using this status.

delete_pipeline

ChatGPT
Permanently delete an opportunity pipeline. A pipeline can only be deleted if it has no statuses. The last pipeline cannot be deleted.

delete_sms_template

ChatGPT
Permanently delete an SMS template. If the template is used in any workflows (sequences), it cannot be deleted.

fetch

ChatGPT
Retrieve the contents of an arbitrary object by its ID. Currently supported are leads and contacts.

fetch_contact

ChatGPT
Fetch an existing contact by ID. Returns the contact's details including name, title, email addresses, phone numbers, and URLs.

fetch_email_template

ChatGPT
Fetch an email template by ID. Returns the complete email template with all its details.

fetch_lead

ChatGPT
Fetch an existing lead (company) by ID.

fetch_lead_smart_view

ChatGPT
Fetch a lead smart view (saved search) by ID.

fetch_lead_status

ChatGPT
Fetch a lead status by ID.

fetch_opportunity

ChatGPT
Fetch a specific opportunity by ID. Returns the complete opportunity with all its details.

fetch_opportunity_status

ChatGPT
Fetch an opportunity status by ID.

fetch_pipeline_and_opportunity_statuses

ChatGPT
Fetch an opportunity pipeline, including its opportunity statuses, by ID.

fetch_sms_template

ChatGPT
Fetch an SMS template by ID. Returns the complete SMS template with all its details.

find_agent_configs

ChatGPT
List all AI agent configurations (also known as "Chloe", bots, or AI agents) defined for the organization. Returns each agent's ID and name. Use this to find the right agent ID when assigning a call step to an AI agent in a workflow. Users may refer to agents as "agents", "bots", "Chloe", or by their configured name. When more than one agent exists, pick the most appropriate one based on the name.

find_call_outcomes

ChatGPT
List all outcomes applicable to calls available in the organization.

find_custom_activities

ChatGPT
List all active (non-archived) Custom Activity Types in the organization. Call this before creating a workflow with a "custom-activity-event" trigger so you can look up the correct Custom Activity Type ID.

find_email_templates

ChatGPT
List or find email templates

find_forms

ChatGPT
List all web forms in the organization. Call this before creating a workflow with a "form-submission-event" trigger so you can look up the correct Form ID.

find_groups

ChatGPT
List all groups in the organization.

find_lead_custom_fields

ChatGPT
List all lead custom fields defined for the organization. Returns each field's ID, name, description, type, allowed choices (for choice fields), whether multiple values are accepted, and whether it is a shared field. Useful for deciding which custom field to read or write when working with leads.

find_lead_smart_views

ChatGPT
List lead smart views (saved searches).

find_lead_statuses

ChatGPT
List or find lead statuses for the organization

find_meeting_outcomes

ChatGPT
List all outcomes applicable to meetings available in the organization.

find_opportunities

ChatGPT
Find opportunities based on various filters. You can filter by lead, user, status, dates, and more.

find_pipelines_and_opportunity_statuses

ChatGPT
List all opportunity pipelines and their opportunity statuses in the organization.

find_sms_templates

ChatGPT
List or find SMS templates

find_workflows

ChatGPT
List or find workflows

get_fields

ChatGPT
Use this field ONLY to get a list of fields for the aggregation tool.

org_info

ChatGPT
Return general information about the organization and the user.

org_users

ChatGPT
Return active users (memberships) which are part of the current org.

update_contact

ChatGPT
Update an existing contact. You can update a contact's name, title, email addresses, phone numbers, and URLs. Only fields that are provided will be updated.

update_email_template

ChatGPT
Update an existing email template. Only fields that are provided and not None will be updated. Handling of attachments and unsubscribe links via this tool is currently unsupported. Email template body should be HTML formatted. Use template tags as placeholders, for example: {{ organization.name }} to refer to the sender's organization name. {{ user.first_name }} {{ user.last_name }} {{ user.email }} {{ user.phone }} to refer to the user sending the email. {{ lead.display_name }} to refer to the lead name (recipient's name/company). {{ contact.first_name }} {{ contact.last_name }} to refer to the recipient.

update_lead

ChatGPT
Update an existing lead (company). Only fields that are provided and not None will be updated.

update_lead_smart_view

ChatGPT
Update a lead smart view (saved search). Only fields that are provided and not None will be updated.

update_lead_status

ChatGPT
Update the label of an existing lead status.

update_opportunity

ChatGPT
Update an existing opportunity. Only fields that are provided will be updated. The value should be specified in cents (e.g., $100.00 = 10000).

update_opportunity_status_tool

ChatGPT
Update the label of an existing opportunity status.

update_pipeline

ChatGPT
Update an existing opportunity pipeline. Only fields that are provided will be updated.

update_sms_template

ChatGPT
Update an existing SMS template. Only fields that are provided will be updated. Fields that are not provided will remain unchanged. Handling of attachments via this tool is currently unsupported. Use template tags as placeholders, for example: {{ organization.name }} to refer to the sender's organization name. {{ user.first_name }} {{ user.last_name }} {{ user.email }} {{ user.phone }} to refer to the user sending the message. {{ lead.display_name }} to refer to the lead name (recipient's name/company). {{ contact.first_name }} {{ contact.last_name }} to refer to the recipient.

create_address

Claude

create_contact

Claude

create_email_template

Claude

create_lead

Claude

create_lead_status

Claude

create_opportunity

Claude

create_opportunity_status_tool

Claude

create_pipeline

Claude

create_sms_template

Claude

create_workflow

Claude

delete_address

Claude

delete_contact

Claude

delete_email_template

Claude

delete_lead

Claude

delete_lead_smart_view

Claude

delete_lead_status

Claude

delete_opportunity

Claude

delete_opportunity_status_tool

Claude

delete_pipeline

Claude

delete_sms_template

Claude

fetch_contact

Claude

fetch_email_template

Claude

fetch_lead

Claude

fetch_lead_smart_view

Claude

fetch_lead_status

Claude

fetch_opportunity

Claude

fetch_opportunity_status

Claude

fetch_pipeline_and_opportunity_statuses

Claude

fetch_sms_template

Claude

find_email_templates

Claude

find_lead_smart_views

Claude

find_lead_statuses

Claude

find_opportunities

Claude

find_pipelines_and_opportunity_statuses

Claude

find_sms_templates

Claude

find_workflows

Claude

mcp.read

Claude

mcp.write_destructive

Claude

mcp.write_safe

Claude

org_info

Claude

org_users

Claude

update_contact

Claude

update_email_template

Claude

update_lead

Claude

update_lead_smart_view

Claude

update_lead_status

Claude

update_opportunity

Claude

update_opportunity_status_tool

Claude

update_pipeline

Claude

update_sms_template

Claude

App Stats

119

Tools

1

Prompts

Apr 29, 2026

First seen

ChatGPT, Claude

Platforms

Category

CRM Records

Works with

ChatGPT
Claude

Data refreshed daily