# Next Role

Next Role allows you to produce professionally tailored CVs/Resumes and Cover letters within minutes so you can speed up your job applications.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list next-role/resumes

# Get full schema for a tool
npx -y @smithery/cli@latest tool get next-role/resumes place_order

# Call a tool
npx -y @smithery/cli@latest tool call next-role/resumes place_order '{}'
```

## Direct MCP Connection

Endpoint: `https://resumes--next-role.run.tools`

## Tools (3)

- `place_order` — Place an order for a tailored CV and cover letter. The order typically takes about 15 minutes to complete. The customer…
- `get_pricing` — Get the available career-level tiers and their product IDs. Different products are designed for different career phases…
- `get_credits` — Check how many credits a customer has remaining. Each order to tailor a CV and cover letter costs 1 credit.

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