# EaseClaw > EaseClaw is an AI lead-finder. An agent monitors Reddit, Hacker News, Stack Overflow, GitHub, X, Quora, Product Hunt, the open web, LinkedIn, Medium and Indie Hackers for people describing the problem a business solves, scores each post 0-100 by buying intent (>= 40 surfaces as a lead), and drafts a reply in the owner's voice. A human reviews and sends every reply — EaseClaw never auto-posts. Plans: Pro $99/mo, Business $199/mo; free 3-day trial on every paid plan ($0 today, card on file, then the plan price). EaseClaw is agent-native: AI agents (Claude Code, Cursor, any MCP client) can connect directly and work the lead pipeline — pull scored leads, read source posts, generate reply drafts, and update pipeline status. Read-and-draft only: there is no tool or endpoint that posts or sends anything. Sending runs only through the user's EaseClaw outreach campaigns, within the limits they set — never through the API, MCP, or CLI. ## For AI agents - [MCP server setup](https://www.easeclaw.com/mcp): connect via streamable HTTP at https://www.easeclaw.com/api/mcp with `Authorization: Bearer `. Six tools: list_projects, list_leads, get_lead, draft_reply, update_lead, get_activity. - One-click connect from claude.ai (OAuth, no key needed): Settings → Connectors → Add custom connector → paste https://www.easeclaw.com/api/mcp (leave the OAuth fields empty) → sign in to EaseClaw → Approve. The connection appears on the API & Agents page and can be revoked there anytime. - [REST API (OpenAPI 3.1)](https://www.easeclaw.com/openapi.json): GET /api/v1/leads, GET /api/v1/leads/{id}, PATCH /api/v1/leads/{id}, POST /api/v1/leads/{id}/draft, GET /api/v1/projects, GET /api/v1/activity. Bearer auth, 300 req/hour per account. - [CLI on npm](https://www.npmjs.com/package/easeclaw): `npm install -g easeclaw`, auth via EASECLAW_API_KEY. Commands: leads, lead, draft, status, projects, activity; `--json` for machine output. - API keys are minted at https://www.easeclaw.com/leads/api (requires an EaseClaw account with an active plan). ## Product - [Homepage](https://www.easeclaw.com/): what EaseClaw does, sources, pricing, FAQ. - [Start the free trial](https://www.easeclaw.com/trial): free for 3 days on Pro or Business — $0 today, card on file, then the chosen plan; cancel anytime. - [Free preview](https://www.easeclaw.com/preview): paste a website, see real scored matches without signing up. - [Free tools](https://www.easeclaw.com/tools): 67 free marketing/lead-gen tools (LinkedIn outreach planners and graders, B2B calculators, buyer-intent keyword generator, invoice generator, and more). ## Legal - [Terms](https://www.easeclaw.com/terms) - [Privacy](https://www.easeclaw.com/privacy) - [Refund policy](https://www.easeclaw.com/refund)