# Archetype

Streamline your sales hiring process by generating custom interview scripts tailored to specific roles and candidates. Evaluate sales talent accurately using data-driven scoring across core performan…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add swell/archetype

# Browse available tools
npx -y smithery tool list swell/archetype

# Get full schema for a tool
npx -y smithery tool get swell/archetype archetype_prep

# Call a tool
npx -y smithery tool call swell/archetype archetype_prep '{}'
```

## Direct MCP Connection

Endpoint: `https://archetype--swell.run.tools`

**Required config:**
- `api_key` (header) — API key from https://archetype.swell.vc/keys

## Tools (2)

- `archetype_prep` — Generate a custom sales interview script tailored to a specific candidate and role. Built on 10,000+ sales interviews.
- `archetype_score` — Score a sales candidate. Returns 8 core signal scores and ADVANCE/HOLD/PASS verdict.

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