Connect Claude directly to the EAN-Search.org product database to look up items by barcode (EAN, UPC, GTIN) or keyword search. The server supports stdio transport locally and offers a streamable HTTP option for easier deployment. You'll need an API token from EAN-Search.org to authenticate requests. Reach for this when you're building shopping assistants, inventory tools, or anything that needs to resolve barcodes to actual product information in real time. The official server comes from the EAN-Search team themselves, so you're hitting their database directly without intermediary services.
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
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>"
}
}
}
}
EAN_SEARCH_API_TOKEN*secretYour EAN-Search.org API key
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp