Server Details
Close CRM to manage your sales pipeline. Learn more at https://close.com or https://mcp.close.com
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
27 toolsactivity_searchTry in Inspector
Search for activities. Results are returned ordered by date descending.
Examples:
To list activities on a lead, use the lead_ids filter.
To list conversations, filter for calls and meetings.
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor, give only when more results are requested. | |
| lead_ids | No | ||
| user_ids | No | ||
| activity_at | No | ||
| contact_ids | No | ||
| activity_types | No | ||
| lead_smart_view_ids | No |
aggregationTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
| group_by | No | Reference or enum fields to group by, max 2 | |
| interval | No | Interval to aggregate by when using date fields. Determined automatically by default. | |
| aggregations | No | Aggregation specifications to compute | |
| display_mode | No | Determined automatically by default. | |
| time_buckets | No | Time buckets | |
| include_types | Yes | Object types to include in aggregation |
close_product_knowledge_searchTry in Inspector
Search Close product documentation and knowledge base for relevant information.
Use this tool when users ask about:
How to use specific Close features
Close API documentation and integration
Workflow automation and best practices
Product capabilities and limitations
Setup and configuration guidance
Example queries:
"How do I set up automated lead assignment?"
"What are Close's API rate limits?"
"How to create custom fields in Close?"
"Best practices for email templates in Close"
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query to search Close product documentation and knowledge |
fetchTry in Inspector
Retrieve the contents of an arbitrary object by its ID.
Currently supported are leads and contacts.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
fetch_contactTry in Inspector
Fetch an existing contact by ID.
Returns the contact's details including name, title, email addresses, phone numbers, and URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the contact to fetch |
fetch_email_templateTry in Inspector
Fetch an email template by ID.
Returns the complete email template with all its details.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the email template to fetch |
fetch_leadTry in Inspector
Fetch an existing lead (company) by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the lead to fetch |
fetch_lead_smart_viewTry in Inspector
Fetch a lead smart view (saved search) by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the lead smart view to fetch |
fetch_lead_statusTry in Inspector
Fetch a lead status by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the lead status to fetch |
fetch_opportunityTry in Inspector
Fetch a specific opportunity by ID.
Returns the complete opportunity with all its details.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the opportunity to fetch |
fetch_opportunity_statusTry in Inspector
Fetch an opportunity status by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the opportunity status to fetch |
fetch_pipeline_and_opportunity_statusesTry in Inspector
Fetch an opportunity pipeline, including its opportunity statuses, by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the pipeline to fetch |
fetch_sms_templateTry in Inspector
Fetch an SMS template by ID.
Returns the complete SMS template with all its details.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the SMS template to fetch |
find_email_templatesTry in Inspector
List or find email templates
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor, give only when more results are requested. | |
| status | No | Use all to return all except archived. | all |
| name_search | No | Template name case-insensitive contains search |
find_lead_smart_viewsTry in Inspector
List lead smart views (saved searches).
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor, give only when more results are requested. | |
| filter | No | Filter to show only pinned smart views (those shown in the sidebar), or all available smart views. When the user asks about smart views you should filter for pinned smart views unless the user is requesting to see all views or searches by name. | pinned |
| name_search | No | Smart view name case-insensitive contains search. When using name search you should filter by all smart views. |
find_lead_statusesTry in Inspector
List or find lead statuses for the organization
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
find_opportunitiesTry in Inspector
Find opportunities based on various filters.
You can filter by lead, user, status, dates, and more.
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor, give only when more results are requested. | |
| lead_id | No | ||
| sort_by | No | ||
| close_at | No | ||
| user_ids | No | ||
| created_at | No | ||
| status_ids | No | ||
| updated_at | No | ||
| status_type | No | ||
| lead_view_id | No | ||
| needs_attention | No | Filter by opportunities that may be stalled and need attention. To see why the an opportunity is stalled, direct the user to the opportunities pipeline page. |
find_pipelines_and_opportunity_statusesTry in Inspector
List all opportunity pipelines and their opportunity statuses in the organization.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
find_scheduling_linksTry in Inspector
List available scheduling links for the user and org.
User-owned personal links come with a URL. Shared links come with a special template tag. Each can be inserted into generated templates.
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor. Give only when more results are desired. | |
| name_search | No | Scheduling Link name. Case-insensitive substring search. |
find_sms_templatesTry in Inspector
List or find SMS templates
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor, give only when more results are requested. | |
| status | No | Use all to return all except archived. | all |
| name_search | No | Template name case-insensitive contains search |
find_workflowsTry in Inspector
List or find workflows
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor, give only when more results are requested. | |
| status | No | all | |
| name_search | No | Workflow name case-insensitive contains search |
get_fieldsTry in Inspector
Use this field ONLY to get a list of fields for the aggregation tool.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
lead_searchTry in Inspector
Perform a simple lead search and return the initial set of results.
Use this to retrieve all leads, most recent leads, search leads by
keyword, or filter by lead status and smart view. For more complex
searches use the search tool instead.
Leads will be returned by last updated first.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Search lead name or contact name | |
| full_text | No | Full text search | |
| smart_view_id | No | Filter by smart view | |
| lead_status_id | No | Filter by lead status |
org_infoTry in Inspector
Return general information about the organization and the user.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
org_usersTry in Inspector
Return active users (memberships) which are part of the current org.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
paginate_searchTry in Inspector
Paginate an existing search (from search or lead_search) to retrieve more results.
Use the search_id from a previous search and a pagination cursor.
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | Yes | Pagination cursor | |
| search_id | Yes |
searchTry in Inspector
Perform a natural language search for leads or contacts.
If a more specific search tool (like lead_search or activity_search) satisfies the request, use that tool instead.
You can reference related objects like activities (such as calls, emails, meetings, notes, custom activities, etc.), opportunities, tasks as long as they are part of a lead query.
Example queries:
leads not contacted in the past week
leads assigned to me with uncompleted tasks
leads with an active opportunity over $500
contacts with CTO title
Each returned result will contain a title label, preview text, object ID, and URL.
The initial set of results, total count of all results, and a URL to open the results in Close is returned. To retrieve more results, use the returned cursor and call the paginate_search tool using the cursor and search ID returned in this response.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server