Aerostack
electrical_services

Close MCP Server — Hosted Api Connectors Integration

MCP Server language Hosted language Public

Manage leads, contacts, opportunities, and activities in Close CRM.

aerostack @aerostack verified
v0.1.0 MIT Updated Jun 28, 2026
robot_2

Use with AI AssistantsMCP

Connect Claude, Cursor, or any MCP-compatible client — then call tools directly

① Add This MCP Server

Paste into your AI client config — then all its tools are available instantly.

.claude/mcp.json
{
  "mcpServers": {
    "close": {
      "url": "https://mcp.aerostack.dev/s/aerostack/mcp-close",
      "headers": {
        "Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
      }
    }
  }
}

Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.

② Call a Tool

Ask your AI assistant to call a specific tool, or send raw JSON-RPC:

+17 more

Natural Language Prompt

“Use the _ping tool to verify close api credentials by fetching the current user info

Using a Workspace?

Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.

add_circleAdd to Workspace

description Overview

mcp-close — Close CRM MCP Server

Automate your entire Close CRM workflow — manage leads, contacts, opportunities, activities, and tasks from any AI agent.

Close is a CRM built specifically for inside sales teams, focused on speed, automation, and communication. This MCP server gives your agents complete access to the Close API: creating and qualifying leads, managing contacts and opportunities, logging notes, creating tasks, and querying activities — all programmatically.

Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-close


What You Can Do

  • Automatically create and qualify leads from inbound channels, web forms, or enrichment pipelines
  • Create contacts and opportunities without touching the Close UI
  • Log notes and create follow-up tasks automatically after calls or emails
  • Query pipeline status, lead statuses, and user assignments to build reports and dashboards

Available Tools

Tool Description
_ping Verify Close API credentials — returns current user info
list_leads List leads with optional search query, status, and user filters
get_lead Get full lead details including contacts, opportunities, and activities
create_lead Create a new lead with contacts and addresses
update_lead Update lead name, status, or description
delete_lead Permanently delete a lead
list_contacts List contacts optionally filtered by lead
get_contact Get full contact details by ID
create_contact Create a contact attached to a lead with emails and phones
update_contact Update contact name, title, emails, or phones
delete_contact Permanently delete a contact
list_opportunities List opportunities filtered by status type, lead, user, or date range
get_opportunity Get full opportunity details by ID
create_opportunity Create an opportunity on a lead with value, currency, and expected date
update_opportunity Update opportunity status, value, or expected date
search_opportunities Search opportunities by query string
list_activities List activities (notes, calls, emails, tasks) with filters
create_note Add a note to a lead
create_task Create a task on a lead with due date and assignment
list_tasks List tasks filtered by assignee, completion, lead, or due date
list_users List all users in the organisation
list_pipelines List pipelines with all stages and status IDs
get_lead_statuses Get all lead statuses — use to find valid status_id values

Configuration

Variable Required Description How to Get
CLOSE_API_KEY Yes Close CRM API key Close Settings → Developer → API Keys — click "Generate New Key"

Quick Start

Add to Aerostack Workspace
  1. Go to aerostack.dev → Your Project → MCPs
  2. Search for "Close" and click Add to Workspace
  3. Add your CLOSE_API_KEY under Project → Secrets

Once added, every AI agent in your workspace can automate Close CRM — no per-user setup needed.

Example Prompts
"Create a new lead in Close for TechCorp with contact Jane Smith, CEO, jane@techcorp.com"
"List all active opportunities worth more than $50,000 and create a summary"
"Find all leads in 'Potential' status and create a follow-up task for each one due next Monday"
"Log a note on lead_abc123 saying we had a discovery call and they are interested in the Pro plan"
Direct API Call
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-close \
  -H 'Content-Type: application/json' \
  -H 'X-Mcp-Secret-CLOSE-API-KEY: your-api-key' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_leads","arguments":{"query":"Acme","_limit":10}}}'

License

MIT

terminal Tools (23)

Available tools on this MCP server. Each tool can be called directly from any AI agent.

terminal
_ping #1

Verify Close API credentials by fetching the current user info.

terminal
list_leads #2

List leads with optional search and filters. Returns id, display_name, status_label, contacts, and custom fields.

terminal
get_lead #3

Get full details of a lead by ID, including contacts, opportunities, and recent activities.

terminal
create_lead #4

Create a new lead in Close CRM. Name is required.

terminal
update_lead #5

Update a lead. Provide only the fields to change.

terminal
delete_lead #6

Permanently delete a lead and all its associated data.

terminal
list_contacts #7

List contacts, optionally filtered by lead.

terminal
get_contact #8

Get full details of a contact by ID.

terminal
create_contact #9

Create a new contact attached to a lead.

terminal
update_contact #10

Update a contact. Provide only the fields to change.

terminal
delete_contact #11

Permanently delete a contact.

terminal
list_opportunities #12

List opportunities with optional filters by status type, lead, user, and date range.

terminal
get_opportunity #13

Get full details of an opportunity by ID.

terminal
create_opportunity #14

Create a new opportunity on a lead. lead_id and status_id are required.

terminal
update_opportunity #15

Update an opportunity. Provide only the fields to change.

terminal
search_opportunities #16

Search opportunities using a Close query string.

terminal
list_activities #17

List activities (notes, tasks, emails, calls) with optional filters.

terminal
create_note #18

Create a note activity on a lead.

terminal
create_task #19

Create a task (to-do) attached to a lead.

terminal
list_tasks #20

List tasks with optional filters.

terminal
list_users #21

List all users in the Close organisation.

terminal
list_pipelines #22

List all pipelines with their stages and status IDs. Use this to find valid status_id values for opportunities.

terminal
get_lead_statuses #23

Get all lead statuses for the organisation. Use this to find valid status_id values for leads.

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport streamable-http
lock Access Public
category Category API Connectors
terminal Tools 23

language Live Endpoint

https://mcp.aerostack.dev/s/aerostack/mcp-close

Sub-50ms globally · Zero cold start

Publisher

aerostack
@aerostack verified

Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.

Tags

Browse more servers

More in API Connectors

Browse API Connectors MCPs →

Frequently asked questions

What is the Close MCP server and what can it do? +

The Close MCP server is hosted on Aerostack and exposes these tools to your AI agent: `_ping`, `list_leads`, `get_lead`, `create_lead`, `update_lead`. You get one hosted URL — no self-hosting — that works from Claude, Cursor, ChatGPT, Gemini, VS Code, or any MCP-compatible client, and you can share it with your team or combine it with other MCP servers in a workspace.

Is the Close MCP server hosted, or do I have to run it myself? +

It's hosted on Aerostack's edge infrastructure — you don't deploy or maintain anything. Add it to a workspace and you get one authenticated URL, with secrets encrypted, that any AI agent or editor can connect to. Use it solo or share the same URL across your whole team.

Which AI agents and editors can use the Close MCP server? +

Any MCP client: Claude and Claude Code, Cursor, ChatGPT, Gemini, Windsurf, Cline, VS Code, and custom agents. Because it's one hosted URL, the same Close MCP server works everywhere — and you can compose it with other MCP servers, skills, and functions behind a single workspace URL.

How do I install the Close MCP server in Claude Desktop? +

Add the following to your Claude Desktop config (`claude_desktop_config.json`): ```json { "mcpServers": { "@aerostack/mcp-close": { "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-close"] } } } ``` Then restart Claude Desktop and the tools will appear automatically.

How do I use the Close MCP server in Cursor? +

In Cursor, open **Settings → MCP** and add: ```json { "name": "@aerostack/mcp-close", "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-close"] } ``` Save and reload Cursor. The MCP tools will be available in Agent mode.

Does Close MCP require authentication? +

Yes. Close requires authentication. Check the MCP's documentation for the required credentials.