Skip to main content
ClaudeWave

PlateQuery MCP — US License Plate & Vehicle Information for AI agents

MCP ServersRegistry oficial0 estrellas0 forksNOASSERTIONActualizado today
ClaudeWave Trust Score
72/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/16/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Veilkrand/platequery-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "platequery-mcp": {
      "command": "node",
      "args": ["/path/to/platequery-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Veilkrand/platequery-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# PlateQuery MCP — US License Plate & Vehicle Information

**License plate lookup for AI agents, built on [PlateQuery](https://platequery.com/)**
— the license plate lookup site people use to notify vehicle owners,
report bad driving, or flag illegal parking. This [Model Context
Protocol](https://modelcontextprotocol.io) server lets an agent read
those same messages for any U.S. license plate, plus public ALPR
(automated license plate reader) sighting history from the Flock Safety
camera network, by state or region.

- **Website:** https://platequery.com/
- **API docs / pricing:** https://api.platequery.com/
- **MCP endpoint:** `https://api.platequery.com/mcp` (Streamable HTTP)
- **Registry listing:** `com.platequery/plate-api` on the
  [official MCP registry](https://registry.modelcontextprotocol.io/)

This repository holds public documentation for the server. The
implementation lives in PlateQuery's main application repository, which
is closed-source.

## Tools

| Tool | Cost | Description |
| --- | --- | --- |
| `check_credits` | Free | Check your account's remaining credit balance. Doesn't count against the rate limit. |
| `lookup_plate` | 1 credit | Quick summary for one plate: privacy status, the latest 3 messages (plus a total count), and a count of ALPR mentions, if any are public. |
| `list_plate_messages` | 1 credit | Full, paginated list of messages posted about a plate. |
| `list_plate_alpr_mentions` | 1 credit | Full, paginated ALPR search history for a plate, including the searching agency and source. |

A plate marked private by its owner returns zeroed messages/mentions to
everyone except that owner. Free plan grants a starting credit balance on
signup; additional credits are purchased in bulk packages — see
[api-settings](https://platequery.com/api-settings/) for current pricing.
Paid tools are rate-limited per account; call `check_credits` as often as
you like to check balance without spending a credit.

## Authentication

The server is OAuth 2.1 only — no manual API keys. It supports PKCE and
dynamic client registration (DCR), so a compliant MCP client (Claude,
or any client following the
[MCP authorization spec](https://modelcontextprotocol.io/specification/basic/authorization))
can connect by:

1. Pointing at `https://api.platequery.com/mcp`.
2. Following the `WWW-Authenticate` challenge to discover
   `https://platequery.com` as the authorization server (RFC 9728
   protected resource metadata).
3. Registering itself dynamically (RFC 7591) and running the standard
   Authorization Code + PKCE flow.
4. Signing in with (or creating) a PlateQuery account when prompted.

No client secret or pre-issued API key is needed — sign-in happens in
the browser the first time an agent connects.

## Adding it to an MCP client

Most MCP clients (including Claude) let you add a remote server by URL.
Add `https://api.platequery.com/mcp` as a Streamable HTTP connector and
follow the sign-in prompt on first use.

## Support

Questions or issues: https://platequery.com/contact/

Lo que la gente pregunta sobre platequery-mcp

¿Qué es Veilkrand/platequery-mcp?

+

Veilkrand/platequery-mcp es mcp servers para el ecosistema de Claude AI. PlateQuery MCP — US License Plate & Vehicle Information for AI agents Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-15.

¿Cómo se instala platequery-mcp?

+

Puedes instalar platequery-mcp clonando el repositorio (https://github.com/Veilkrand/platequery-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Veilkrand/platequery-mcp?

+

Nuestro agente de seguridad ha analizado Veilkrand/platequery-mcp y le ha asignado un Trust Score de 72/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Veilkrand/platequery-mcp?

+

Veilkrand/platequery-mcp es mantenido por Veilkrand. La última actividad registrada en GitHub es del 2026-09-15, con 0 issues abiertos.

¿Hay alternativas a platequery-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega platequery-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Veilkrand/platequery-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/veilkrand-platequery-mcp)](https://claudewave.com/repo/veilkrand-platequery-mcp)
<a href="https://claudewave.com/repo/veilkrand-platequery-mcp"><img src="https://claudewave.com/api/badge/veilkrand-platequery-mcp" alt="Featured on ClaudeWave: Veilkrand/platequery-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a platequery-mcp