# easeclaw

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/priteshmann/easeclaw-agent  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/easeclaw

## Description
AI lead-finder for agents: pull scored leads, draft replies in your voice, work the pipeline.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "easeclaw": {
    "command": "npx",
    "args": ["-y","easeclaw"]
  }
}
```

## Documentation & README

# easeclaw-agent

An agent skill for [EaseClaw](https://www.easeclaw.com) — the AI lead-finder your agent
can drive. Install this skill and your agent (Claude Code, OpenClaw, or anything that
reads SKILL.md) can pull warm leads scored by buying intent, read the source posts,
draft replies in your voice, and work your pipeline.

**Your agent can never post. You review and send every reply.** That's the product's
hard rule, and Rule 1 of this skill.

## Install

```sh
npx skills add priteshmann/easeclaw-agent
```

Then set your key (minted at https://www.easeclaw.com/leads/api):

```sh
export EASECLAW_API_KEY=ec_live_...
```

Or connect the MCP server directly — no skill needed:

```sh
claude mcp add --transport http easeclaw https://www.easeclaw.com/api/mcp \
  --header "Authorization: Bearer $EASECLAW_API_KEY"
```

## What your agent gets

Six capabilities over MCP or REST (OpenAPI: https://www.easeclaw.com/openapi.json):
`list_projects`, `list_leads`, `get_lead`, `draft_reply`, `update_lead`, `get_activity`.

Full usage rules and the core workflow are in [SKILL.md](https://github.com/priteshmann/easeclaw-agent/blob/HEAD/SKILL.md).

