Claude Code

AutoLeads inside Claude Code

One command, and your prospecting is drivable from the terminal, right next to your code.

All AI clients

Setup

One command in your terminal

Terminal
claude mcp add --transport http autoleads https://api.grezy.org/mcp/al/ \
  --header "Authorization: Api-Key YOUR_API_KEY"
or .mcp.json
{
  "mcpServers": {
    "autoleads": {
      "type": "http",
      "url": "https://api.grezy.org/mcp/al/",
      "headers": {
        "Authorization": "Api-Key YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with the key you created in Settings → API keys and MCP.

  1. 1Paste the command above into your terminal.
  2. 2Check with “claude mcp list”: autoleads should appear as connected.
  3. 3Run claude and ask, for example, “list my AutoLeads campaigns”.

Worth knowing

  • Claude Code calls the server from your own machine, so a local instance works for testing too.
  • Add “--scope project” to share the configuration with your team through the repository.
Official documentation

Other clients

Claude is a trademark of Anthropic, ChatGPT of OpenAI, Cursor of Anysphere, VS Code and GitHub Copilot of Microsoft, Windsurf of Codeium. These marks belong to their respective owners and mentioning them implies no partnership.

Book a demo