# apollo-salesforce-mapper

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add monkey-3xPy/apollo-salesforce-mapper

# Browse available tools
npx -y smithery tool list monkey-3xPy/apollo-salesforce-mapper

# Get full schema for a tool
npx -y smithery tool get monkey-3xPy/apollo-salesforce-mapper apollo_to_salesforce_lead

# Call a tool
npx -y smithery tool call monkey-3xPy/apollo-salesforce-mapper apollo_to_salesforce_lead '{}'
```

## Direct MCP Connection

Endpoint: `https://apollo-salesforce-mapper--monkey-3xpy.run.tools`

## Tools (1)

- `apollo_to_salesforce_lead` — Maps an Apollo contact payload to a Salesforce Lead object. Accepts the full Apollo CSV export column set. Strict-fail …

```bash
# Get full input/output schema for a tool
npx -y smithery tool get monkey-3xPy/apollo-salesforce-mapper <tool-name>
```
