---
name: "xpay-apollo"
description: "People search, company enrichment, and sales intelligence"
version: "1.0.0"
provider: "Apollo"
tools: 4
---

# Apollo

People search, company enrichment, and sales intelligence

## Apollo

People search, company enrichment, and sales intelligence

### Available Tools

- **people_search**: Search for people by name, title, company, location, and other criteria. Returns contact details including email and phone when available. — $0.03/call
- **people_enrich**: Enrich a person's profile with detailed information including email, phone, social profiles, company details, and employment history. — $0.03/call
- **organizations_enrich**: Enrich a company profile with detailed information including industry, employee count, revenue, technologies used, and social profiles. — $0.03/call
- **organizations_search**: Search for companies by name, industry, size, location, and other criteria. Returns company profiles with key business details. — $0.03/call

### Quick Start

```json
{
  "mcpServers": {
    "apollo": {
      "url": "https://apollo.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

Pay per tool call from your XPay wallet. No subscriptions, no minimums.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 4
**Category:** Sales Intelligence

## When to Use

Use Apollo tools when you need to people search, company enrichment, and sales intelligence. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **People Search** — Search for people by title, company domain, location, seniority, and keywords. Returns contact profiles with name, title, and organization details. — $0.03/call — [SKILL.md](https://xpay.tools/skills/apollo/people-search/SKILL.md)
- **People Enrich** — Enrich a person's profile with detailed information including email, phone, social profiles, company details, and employment history. — $0.03/call — [SKILL.md](https://xpay.tools/skills/apollo/people-enrich/SKILL.md)
- **Organizations Enrich** — Enrich a company profile with detailed information including industry, employee count, revenue, technologies used, and social profiles. — $0.03/call — [SKILL.md](https://xpay.tools/skills/apollo/organizations-enrich/SKILL.md)
- **Organizations Search** — Search for companies by name, industry, size, location, and other criteria. Returns company profiles with key business details. — $0.03/call — [SKILL.md](https://xpay.tools/skills/apollo/organizations-search/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("apollo")`
2. **`xpay_details`** — Get input schema: `xpay_details("apollo/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("apollo/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/apollo/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
