# DataForB2B (verified)

Power your sales or recruiting AI agent with live B2B data. DataForB2B is a people and company search API with 70+ filters including job title, skills, company size, LinkedIn URL, funding stage, inve…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add datafor-b2b/dataforb2b

# Browse available tools
npx -y smithery tool list datafor-b2b/dataforb2b

# Get full schema for a tool
npx -y smithery tool get datafor-b2b/dataforb2b search_natural_language

# Call a tool
npx -y smithery tool call datafor-b2b/dataforb2b search_natural_language '{}'
```

## Direct MCP Connection

Endpoint: `https://dataforb2b--datafor-b2b.run.tools`

## Tools (6)

- `search_natural_language` — Search people or companies using a free-form English query. The backend LLM interprets the query and builds structured …
- `search_people` — Search professional profiles using structured filters.
- `search_company` — Search companies using structured filters.
- `enrich_profile` — Enrich a single professional profile with detailed profile data, work email, personal email, and/or GitHub profile. Eac…
- `enrich_company` — Enrich a single company with full data from public sources (description, industry, headquarters, employee count, fundin…
- `search_lookalike` — Find similar people or companies using AI-powered vector similarity.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get datafor-b2b/dataforb2b <tool-name>
```
