How to Use the Close MCP in Claude Code
Manage Close CRM data directly from your terminal using Claude Code to automate lead creation and pipeline reporting via MCP.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Close MCP to Claude Code
Create your Vinkius account to connect Close to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script Lead Creation in Claude Code
The `create_lead` and `list_leads` tools enable your CLI environment to process bulk contact imports without a graphical interface. You can pipe a CSV file into your terminal agent and watch it fire off API requests to populate your CRM. Running these commands in a CI/CD pipeline saves hours of manual data entry. The headless client verifies each new entry and logs the resulting IDs straight to your standard output.
Query Opportunities via this MCP Server
Invoking `list_opportunities` gives your terminal agent the ability to generate automated sales reports. DevOps engineers can set up a cron job that asks the CLI to fetch active deals and format them into a markdown summary every morning. Checking pipeline health no longer requires logging into a web dashboard. Your shell script grabs the raw JSON response and filters it down to just the high-value accounts.
Track CRM Tasks from the Command Line
Calling `list_crm_tasks` and `get_current_user` lets you inspect your daily sales queue right in your SSH session. The agent pulls your authenticated profile and lists every pending call or email assigned to your specific user ID. Developers working on backend integrations need fast access to test data. Asking the terminal to dump the details of a specific task proves that your API connection works correctly.
Set up Close MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeclose-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Close transactions." It will automatically discover and invoke the available Close tools.
claude mcp add --transport http close-alternative-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Close MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Close MCP today
We host it, we monitor it, we maintain it. You just paste one token.