# Eansearch Mcp Server

> The official MCP server for EAN-Search.org

- **Type:** MCP server
- **Install:** `agentstack add mcp-eansearch-eansearch-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [eansearch](https://agentstack.voostack.com/s/eansearch)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [eansearch](https://github.com/eansearch)
- **Source:** https://github.com/eansearch/eansearch-mcp-server

## Install

```sh
agentstack add mcp-eansearch-eansearch-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# A MCP server for EAN-Search.org

This official MCP server allows you to access the product database on [EAN-Search.org](https://www.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):
```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": ""
      }
    }
  }
}
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [eansearch](https://github.com/eansearch)
- **Source:** [eansearch/eansearch-mcp-server](https://github.com/eansearch/eansearch-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-eansearch-eansearch-mcp-server
- Seller: https://agentstack.voostack.com/s/eansearch
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
