# DataForB2B

DataForB2B is a people and company search API powering live data from public sources across LinkedIn, GitHub, job boards, and web sources. Search by job title, company size, tech stack, funding stage…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add DataForB2B/dataforb2b

# Browse available tools
npx -y @smithery/cli@latest tool list DataForB2B/dataforb2b

# Get full schema for a tool
npx -y @smithery/cli@latest tool get DataForB2B/dataforb2b search_natural_language

# Call a tool
npx -y @smithery/cli@latest tool call DataForB2B/dataforb2b search_natural_language '{}'
```

## Direct MCP Connection

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

**Required config:**
- `apiKey` (header) — Your DataForB2B API key (get it at dataforb2b.ai)

## Tools (4)

- `search_natural_language`
- `enrich_profile`
- `enrich_company`
- `search_lookalike`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get DataForB2B/dataforb2b <tool-name>
```
