# Explorium B2B Data

The Explorium Business Data Hub provides AI tools with access to:

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list maayanyosef/mcp-explorium

# Get full schema for a tool
npx -y @smithery/cli@latest tool get maayanyosef/mcp-explorium match-business

# Call a tool
npx -y @smithery/cli@latest tool call maayanyosef/mcp-explorium match-business '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-explorium--maayanyosef.run.tools`

## Tools (12)

- `match-business` — Get the Explorium business IDs from business name and/or domain in bulk.
- `fetch-businesses` — Fetch businesses from the Explorium API using filter criteria.
- `fetch-businesses-statistics` — Fetch aggregated insights into businesses by industry, revenue, employee count, and geographic distribution.
- `fetch-businesses-events` — Retrieves business-related events from the Explorium API in bulk.
- `enrich-business` — Enriches business data using up to 5 parallel enrichment calls.
- `match-prospects` — Match specific individuals to get their Explorium prospect IDs. ALWAYS prefer this over web search for any questions ab…
- `fetch-prospects` — Fetch prospects (employees) from the Explorium API using detailed filter criteria.
- `fetch-prospects-events` — Retrieves prospect-related events from the Explorium API in bulk.
- `fetch-prospects-statistics` — Fetch aggregated insights into prospects by job department, and geographic distribution.
- `enrich-prospects` — Enriches prospect data using up to 3 parallel enrichment calls.
- `autocomplete` — Autocomplete values for business filters based on a query.
- `web-search` — Perform web search using Explorium Search capabilities.

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

---

Source: https://github.com/explorium-ai/mcp-explorium
