1. Conduid
  2. Developer Tools
  3. Eansearch MCP Server
MCP server · Developer Tools

Eansearch MCP Server

The official MCP server for EAN-Search.org

Unclaimed MIT last commit 7 months ago devtools
53Fair

Scored yesterday · breakdown

About Eansearch MCP Server

Eansearch MCP Server is an MCP server published by eansearch in the Developer Tools category: the official MCP server for EAN-Search.org. It has been installed 0 times through Conduid.

The repository has 2 stars and 1 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx eansearch-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Eansearch MCP Server

Powered by Claude · Grounded in docs

I know everything about Eansearch MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0_1_0v0_1_0 · 15 Jan 2026

README

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>"
      }
    }
  }
}

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Eansearch MCP Server

How do I install Eansearch MCP Server?

Run npx eansearch-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Eansearch MCP Server safe to use with an AI agent?

Its trust score is 53 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Eansearch MCP Server still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.