streamable-httpMITupdated 2mo ago
An agent skill for EaseClaw — 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.
What can you do with easeclaw?
easeclaw-agent
An agent skill for EaseClaw — 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
npx skills add priteshmann/easeclaw-agent
Then set your key (minted at https://www.easeclaw.com/leads/api):
export EASECLAW_API_KEY=ec_live_...
Or connect the MCP server directly — no skill needed:
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.
Install
Add easeclaw to your client. Pick the one you use.
claude mcp add --transport http easeclaw https://www.easeclaw.com/api/mcpcodex mcp add easeclaw --url https://www.easeclaw.com/api/mcp{
"mcpServers": {
"easeclaw": {
"url": "https://www.easeclaw.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"easeclaw": {
"type": "http",
"url": "https://www.easeclaw.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"easeclaw": {
"url": "https://www.easeclaw.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"easeclaw": {
"serverUrl": "https://www.easeclaw.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 58 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 4, 2026 |