io.github.eansearch/eansearch-mcp-server✓
io.github.eansearch/eansearch-mcp-server · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.eansearch/eansearch-mcp-server",
"description": "MCP server for real-time product search by barcode (EAN, UPC, GTIN) or keyword on ean-search.org",
"repository": {
"url": "https://github.com/eansearch/eansearch-mcp-server",
"source": "github"
},
"version": "0.1.0",
"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"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://www.ean-search.org/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}