Connect ContactShip with Claude Code
Connect your ContactShip account with Claude Code to manage agents, launch calls, and search contacts directly from the terminal.Step by step
1
Open your terminal
Make sure you have Claude Code installed. If not, follow the instructions at claude.com/claude-code.
2
Add ContactShip
Run this command (replace
YOUR_API_KEY with your actual key):3
Verify the connection
contactship in the list.4
Start using it
Open Claude Code and try:Inside, type
/mcp to verify the server is connected. Then ask for what you need:“Show all my ContactShip agents”
What you can ask
- “List my agents” — See all your voice agents
- “Show the config of agent ag_xxx” — Full detail of an agent
- “Rewrite the survey agent’s prompt to sound more natural” — Reads, rewrites, and updates
- “Call +54 9 341 555 1234 with the collections agent” — Launches a call
- “Search contacts with last name Pérez” — Searches the CRM
- “Show my phone numbers” — Lists available numbers
Disconnect
If you need to remove the connection:Troubleshooting
"Invalid configuration" when adding
"Invalid configuration" when adding
Make sure to include
"type":"sse" in the JSON. The correct command is:"Failed to reconnect" on /mcp
"Failed to reconnect" on /mcp
Check that the server is up:If it returns
{"status":"ok"}, the server is fine. The issue may be your DNS. Try:Tools don't respond
Tools don't respond
Test your API key directly:If it returns a 401 error, your key is invalid. Generate a new one from the dashboard.
