# Lead Enrichment API

Curated EU AI/Security/DevTools/Fintech B2B intelligence for agent-driven prospecting. Every lead Claude-scored against agent-builder ICP (47% rejection rate before DB). Real-time signals from SEC ED…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add daniel-abbay/lead-enrichment

# Browse available tools
npx -y smithery tool list daniel-abbay/lead-enrichment

# Get full schema for a tool
npx -y smithery tool get daniel-abbay/lead-enrichment search_leads

# Call a tool
npx -y smithery tool call daniel-abbay/lead-enrichment search_leads '{}'
```

## Direct MCP Connection

Endpoint: `https://lead-enrichment--daniel-abbay.run.tools`

**Required config:**
- `X-API-Key` (header) — Lead Enrichment API key (starts with lea_). Free at /v1/auth/register, 250 leads/month.

## Tools (3)

- `search_leads` — Search enriched B2B leads by ICP criteria.
- `validate_lead` — Check the freshness and website reachability of a specific lead.
- `get_usage` — Return current month quota status and recent usage for the calling API key.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get daniel-abbay/lead-enrichment <tool-name>
```
