MCP Hub
Back to servers

eansearch-mcp-server

The official EAN-Search.org MCP server provides access to a massive product database for real-time lookups via barcodes (EAN, UPC, GTIN) or keywords.

Stars
2
Updated
Jan 15, 2026
Validated
Feb 13, 2026

Quick Install

uvx eansearch-mcp-server

A MCP server for EAN-Search.org

This official MCP server allows you to access the product database on EAN-Search.org from your AI toolchain.

This MCP server supports local communication over stdio. If you AI tools already support streamable http, please use our remote MCP server which is much easier to install. See https://www.ean-search.org/blog/mcp-server-for-ai.html

mcp-name: io.github.eansearch/eansearch-mcp-server

Installation

Here is a sample configuration for Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "eansearch": {
      "command": "c:\\Users\\You\\.local\\bin\\uv.exe",
      "args": [
        "--directory",
        "c:\\PATH\\TO\\eansearch-mcp-server",
        "run",
        "eansearch-mcp-server.py"
      ],
      "env": {
        "EAN_SEARCH_API_TOKEN": "<your API key here>"
      }
    }
  }
}

Reviews

No reviews yet

Sign in to write a review