PlateQuery MCP — US License Plate & Vehicle Information for Claude Desktop
com.platequery/plate-api
License plate lookup for AI agents: plate messages and ALPR history via PlateQuery. OAuth 2.1.
client:Claude Desktop
transport:streamable-http
Install PlateQuery MCP — US License Plate & Vehicle Information in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"plate-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.platequery.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs