Omni Lpr MCP Server

A multi-interface (REST and MCP) server for automatic license plate recognition 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). It is available as a remote MCP endpoint.

Teams that want a hosted AI & ML endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-05 · ★ 26 · #83 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Omni Lpr

Claude Code

claude mcp add habedi-omni-lpr --transport http https://{baseUrl}/mcp/

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "habedi-omni-lpr": {
      "url": "https://{baseUrl}/mcp/"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://{baseUrl}/mcp/

transport: streamable-http

endpoint NOT responding · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to {baseurl}

license MIT - declared in the repository

registry namespace io.github.habedi is GitHub-verified and matches the repo owner

03 · What Omni Lpr can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including list_models.

The 1 tools it gives your agent

Extracted from the project's README - what omni-lpr lets an agent do.

list_models
- Lists the available detector and OCR models.

Latest releases

v0.2.1 · 2025-09-01

v0.2.0 · 2025-08-31

04 · Who maintains Omni Lpr

omni-lpr is maintained by habedi. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
AI & ML - ranked #83 of 95 actively-maintained AI & ML servers as of 2026-08-25.
registry
io.github.habedi/omni-lpr (active, first published 2025-09-27 · 4 versions)

06 · Omni Lpr FAQ

What is Omni Lpr?

A multi-interface (REST and MCP) server for automatic license plate recognition 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). It is available as a remote MCP endpoint.

Is Omni Lpr still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-05. We re-verify nightly.

How do I install Omni Lpr?

Run `claude mcp add habedi-omni-lpr --transport http https://{baseUrl}/mcp/`. You can also paste the ready-made client config above.

07 · Alternatives to Omni Lpr