Connect Claude Code, Cursor, or any MCP client. Your agent pulls warm leads scored by buying intent, drafts the reply in your voice, and works your pipeline — end to end. The one thing it can never do is press send. That’s yours.
claude mcp add --transport http easeclaw https://www.easeclaw.com/api/mcp \ --header "Authorization: Bearer ec_live_YOUR_KEY"
Mint a key at easeclaw.com/leads/api (shown once, revoke anytime), then pick your client.
claude mcp add --transport http easeclaw https://www.easeclaw.com/api/mcp \ --header "Authorization: Bearer ec_live_YOUR_KEY"
{
"mcpServers": {
"easeclaw": {
"url": "https://www.easeclaw.com/api/mcp",
"headers": { "Authorization": "Bearer ec_live_YOUR_KEY" }
}
}
}curl -H "Authorization: Bearer ec_live_YOUR_KEY" \ "https://www.easeclaw.com/api/v1/leads?min_score=70&limit=10"
Most lead tools’ agent integrations stop at reading mentions. EaseClaw’s MCP closes the loop — your agent works a lead end to end. Except one step.
list_leadsWarm leads scored 40–100 by buying intent, best first — filter by project, status, score, or time.list_projectsWhat's being monitored: website, buyer-intent keywords, sources.get_leadThe complete source post, the score and its reasoning, the current draft.get_activityRecent monitoring runs — what was scanned, what qualified.draft_replyA reply in the owner's voice — steer with tone, length, a revision note, or up to 3 variants. Uses the plan's daily AI budget.update_leadWork the pipeline — new / saved / dismissed / contacted / won / lost — or write back an edited draft.The same key works on the REST API — for scripts, n8n, Zapier webhooks, anything. Full schema in the OpenAPI spec.
| GET /api/v1/leads | List warm leads — project_id, status, min_score, since, limit |
| GET /api/v1/leads/:id | One lead in full |
| PATCH /api/v1/leads/:id | Update status and/or write back an edited draft_reply |
| POST /api/v1/leads/:id/draft | Generate a reply draft — tone, length, note, n |
| GET /api/v1/projects | Monitored projects |
| GET /api/v1/activity | Recent monitoring runs |
Bearer auth · 300 requests/hour per account · drafting capped by your plan’s daily AI budget.
Start the $9 trial, mint a key, and your agent is pulling scored leads two minutes from now.