# UK Private Number Plate Search

EasyReg is a UK private number plate search and transfer service. This MCP server provides live access to over 71 million DVLA and reseller registrations.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list easyreg/private-number-plates

# Get full schema for a tool
npx -y @smithery/cli@latest tool get easyreg/private-number-plates search_plates

# Call a tool
npx -y @smithery/cli@latest tool call easyreg/private-number-plates search_plates '{}'
```

## Direct MCP Connection

Endpoint: `https://private-number-plates--easyreg.run.tools`

## Tools (4)

- `search_plates` — Search for personalised UK number plates by name, word, or initials.
- `browse_category` — Browse popular plate terms by category.
- `get_plate_info` — Check availability and price for a specific number plate.
- `get_faqs` — Get FAQs about UK private number plates, transfers, pricing, and legal requirements.

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

## Resources

- `easyreg://about` — EasyReg site description and overview.
- `easyreg://plate-formats` — UK number plate format guide and age restriction rules.
- `easyreg://pricing` — EasyReg pricing guide including DVLA fees and service costs.
