UK Private Number Plate Search
EasyReg is a UK private number plate search and transfer service.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Plates: Search for personalised UK number plates by name, word, or initials. Args: query: Search term (e.g. "Dave", "BOSS", "J4MES") max_price: Optional maximum price in £ (excludes plates abov
- Browse Category: Browse popular plate terms by category. Args: category: One of 'first_name', 'surname', or 'popular_word' Returns: Alphabetical list of terms with result counts and page links.
- Get Plate Info: Check availability and price for a specific number plate. Args: plate_id: The plate registration or ID (e.g. "DA51 VID", "AB12CDE") Returns: Plate details including registration, price
What data it sees
Do you need an account
No: the server works without sign-in
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.
Tools
- search_plates — Search for personalised UK number plates by name, word, or initials, with optional price filtering
- browse_category — Browse popular plate terms by category (first names, surnames, popular words) with result counts
- get_plate_info — Check availability and price for a specific registration
- get_faqs — Get answers to common questions about UK plate transfers, pricing, formats, and legal requirements
Resources
- About — Overview of EasyReg and key pages
- Plate Formats — Guide to UK registration formats (Dateless, Suffix, Prefix, Current, Northern Irish) and age restriction rules
- Pricing — DVLA fees, Fast Track service, physical plates, and optional extras
Example queries
- "Find number plates for the name Sarah under £500"
- "What formats of UK number plates are there?"
- "How much does a plate transfer cost?"
- "Browse popular word plates"
Server tool list (4)
Raw names from tools/list. Only developers need these.
| search_plates | Search for personalised UK number plates by name, word, or initials. Args: query: Search term (e.g. "Dave", "BOSS", "J4MES") max_price: Optional maximum price in £ (excludes plates above this price) Returns: Matching plates with registration, price, and link to buy. |
| browse_category | Browse popular plate terms by category. Args: category: One of 'first_name', 'surname', or 'popular_word' Returns: Alphabetical list of terms with result counts and page links. |
| get_plate_info | Check availability and price for a specific number plate. Args: plate_id: The plate registration or ID (e.g. "DA51 VID", "AB12CDE") Returns: Plate details including registration, price, and link, or not found message. |
| get_faqs | Get FAQs about UK private number plates, transfers, pricing, and legal requirements. Args: topic: Optional keyword filter (e.g. "transfer", "pricing", "buying", "formats"). If omitted, returns all FAQs. Returns: Matching Q&A pairs as text. |