{
  "markdown": "# Lead411 Claude Plugin\n\nUse Lead411's B2B contact and company intelligence directly inside Claude. Search for leads, enrich company accounts, unlock contact details, and push records to your CRM — all without leaving your conversation.\n\n---\n\n## Requirements\n\n- [Claude Code](https://claude.ai/code) (CLI, desktop app, or IDE extension)\n- A [Lead411 account](https://www.lead411.com) (free trial or paid plan)\n\n---\n\n## Installation\n\n### 1. Install the plugin\n\nIn your terminal, from this directory:\n\n```bash\nclaude mcp add --config mcp.json\n```\n\nOr manually add the MCP server to your Claude Code config (`~/.claude/claude_desktop_config.json` or project `.claude/settings.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"lead411\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://mcp.lead411.com/mcp\",\n        \"--allow-http\",\n        \"--header\",\n        \"X-MCP-UI-MODE: ui\"\n      ]\n    }\n  }\n}\n```\n\n### 2. Connect your Lead411 account (OAuth)\n\nThe first time you use a Lead411 skill, `mcp-remote` will open your browser and prompt you to authorize Claude to access your Lead411 account. This is a one-time OAuth step — your token is stored locally and refreshed automatically.\n\nNo API keys to copy. No connector browser required.\n\n### 3. Copy the skills\n\nPlace the `.claude/skills/` directory from this repo into your project or home Claude config directory:\n\n```bash\n# For project-level (affects only this project)\ncp -r .claude/ /your/project/.claude/\n\n# For global use across all projects\ncp -r .claude/ ~/.claude/\n```\n\n---\n\n## Skills\n\n| Skill | What it does |\n|---|---|\n| `/lead411:search` | Find contacts or companies by title, industry, location, tech stack, or hiring signals |\n| `/lead411:get-employee` | Get an enriched profile for a specific person |\n| `/lead411:get-company` | Get a full company profile: firmographics, tech stack, news, and jobs |\n| `/lead411:unlock` | Reveal gated contact details (email, direct dial) — consumes 1 credit |\n| `/lead411:push-to-crm` | Sync contacts or companies to your connected CRM |\n| `/lead411:configure-crm` | Check or set up your Lead411 CRM integration |\n| `/lead411:enrich` | Batch enrich a CSV or list of company domains with Lead411 data |\n\n---\n\n## Example workflows\n\n### Find VP-level contacts in SaaS companies using Salesforce\n\n```\n/lead411:search VP of Sales, SaaS, uses Salesforce, 50-200 employees, California\n```\n\nReturns a shortlist of matching contacts with title, company, location, and contact availability. Suggests refinements like filtering to Directors only or narrowing by sub-industry.\n\n---\n\n### Research a target account before outreach\n\n```\n/lead411:get-company acme.com\n```\n\nReturns the full company profile. Follow up with:\n```\nAlso show me their tech stack and recent news\n```\n```\nNow show me VPs and above at that company\n```\n\n---\n\n### Unlock and push a high-intent lead\n\n```\n/lead411:search Head of Engineering, Series B startups, New York\n```\n```\nUnlock Jane Smith at Acme Corp\n```\n```\nPush Jane to HubSpot\n```\n\nCredit confirmation is shown before unlock. CRM push preview is shown before sync.\n\n---\n\n### Enrich a company list from a spreadsheet\n\nPaste a list of domains or upload a CSV, then:\n```\n/lead411:enrich\nacme.com, globex.com, initech.com, umbrella.com\n```\n\nReturns enriched firmographics for each company. Push matching accounts to CRM in one step.\n\n---\n\n### Set up CRM integration\n\n```\n/lead411:configure-crm\n```\n\nShows supported CRMs and your current connection status. Guides you to Lead411 Settings to authorize a new CRM if none is connected.\n\n---\n\n## Credit usage\n\nUnlock actions (`/lead411:unlock`) consume 1 Lead411 credit per record. The plugin always shows a confirmation prompt with the credit cost before proceeding. CRM pushes and searches do not consume credits.\n\n---\n\n## Supported CRMs\n\nLead411 supports direct CRM sync with platforms including Salesforce, HubSpot, Pipedrive, and others. Run `/lead411:configure-crm` to see the full list of supported integrations.\n\n---\n\n## Local development & testing\n\nTest the plugin locally without installing it from a marketplace:\n\n```bash\nclaude --plugin-dir ./lead411-mcp-plugin\n```\n\nThen try any skill:\n```\n/lead411:search VP of Sales in Austin\n/lead411:get-company stripe.com\n```\n\nRun `/reload-plugins` inside Claude Code to pick up changes without restarting.\n\nTo test multiple plugins at once:\n```bash\nclaude --plugin-dir ./lead411-mcp-plugin --plugin-dir ./other-plugin\n```\n\n---\n\n## Troubleshooting\n\n**OAuth prompt doesn't appear on first use**\nStart a new Cowork session after installing the plugin and run any `/lead411:` skill — the OAuth screen should appear automatically.\n\n**\"No CRM configured\" error on push**\nRun `/lead411:configure-crm` and follow the setup instructions to connect your CRM in Lead411 Settings.\n\n**Tool calls return no results**\nCheck that your Lead411 account has an active plan and that the MCP server is reachable: `curl https://mcp.lead411.com/mcp`\n\n---\n\n## Resources\n\n- [Lead411 website](https://www.lead411.com)\n- [Lead411 API docs](https://www.lead411.com/api)\n- [Claude Code docs](https://docs.anthropic.com/claude-code)\n- [Claude Plugin docs](https://code.claude.com/docs/en/plugins)\n",
  "bytes": 5197,
  "sha": "23ea2f1cf92ede41a4702408a6c8bfd77c156f6f55b8c8f985c553adb998c89e",
  "repo_slug": "lead411/lead411-mcp-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_lead411_lead411_mcp_plugin_lead411_a9e1b829/readme"
}