MCP Server
MCP
io.github.eansearch/eansearch-mcp-server
MCP server for real-time product search by barcode (EAN, UPC, GTIN) or keyword on ean-search.org
Install
uvx eansearch-mcp-server
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://www.ean-search.org/mcp"
}
],
"packages": [
{
"registryType": "pypi",
"identifier": "eansearch-mcp-server",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your EAN-Search.org API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EAN_SEARCH_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
pypi
By
Comments
Sign in to leave a comment