Omni-LPR is a self-hostable server that provides automatic license plate recognition (ALPR) capabilities via a REST API and the Model Context Protocol (MCP). It can be used both as a standalone ALPR microservice and as an ALPR toolbox for AI agents and large language models (LLMs).
From the registry: An MCP server for automatic license plate recognition
$ pip install omni-lpr$ omni-lprPlease install the `omni-lpr` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install omni-lpr** — Install via pip. Run: `pip install omni-lpr`
- **Start the server** — Run `omni-lpr` to start the server. Default listens on http://127.0.0.1:8000. Run: `omni-lpr`
Canonical MCP server config (HTTP transport):
- url: `http://127.0.0.1:8000/mcp/`
Note: Exposes both REST API and MCP via Streamable HTTP. Docker images available for CPU, OpenVINO, and CUDA.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.