# Dice (verified)

Search tech job listings, filter by skills and location, and browse candidate profiles. Track job market trends and salary data.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list dice

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dice search_jobs

# Call a tool
npx -y @smithery/cli@latest tool call dice search_jobs '{}'
```

## Direct MCP Connection

Endpoint: `https://dice.run.tools`

## Tools (1)

- `search_jobs` — Search for job listings by keyword, location, and filters. Returns job details, company info, and application links.

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