
Eansearch Mcp Server
Look up live product titles, brands, and categories by EAN, UPC, GTIN, or keyword while scoping a catalog or pricing MVP.
Overview
EAN-Search MCP is a validate-phase MCP server that queries ean-search.org for products by barcode (EAN, UPC, GTIN) or keyword from your coding agent.
What is this MCP server?
- Real-time product search on ean-search.org by EAN, UPC, GTIN, or keyword
- Remote streamable HTTP endpoint at https://www.ean-search.org/mcp
- PyPI stdio package eansearch-mcp-server (v0.1.0) for local agent wiring
- Requires EAN_SEARCH_API_TOKEN secret env var
- Useful for barcode-driven ecommerce, reseller tools, and catalog enrichment agents
- Server version 0.1.0 in registry metadata
- 1 remote streamable-http URL plus 1 PyPI stdio package definition
- 1 required secret environment variable: EAN_SEARCH_API_TOKEN
Community signal: 2 GitHub stars.
What problem does it solve?
You waste hours manually looking up barcodes and product names on the web when your agent could not reach a trusted product database.
Who is it for?
Indie ecommerce builders, reseller tooling, and agents that need quick barcode or keyword product facts during MVP scoping.
Skip if: Teams that need private inventory, bulk historical pricing feeds, or checkout—this server only surfaces ean-search.org search results.
What do I get? / Deliverables
After you register the server and set EAN_SEARCH_API_TOKEN, your agent can fetch real-time product matches to inform catalog design and pricing decisions.
- Agent-callable real-time product search against ean-search.org
- Barcode and keyword resolution for catalog and pricing notes
- Documented dual connection: hosted remote or stdio package
Recommended MCP Servers
Journey fit
Barcode and keyword product lookup fits the validate phase when you are confirming SKUs, competitive listings, and catalog assumptions before committing to a full build. Scope is where solo builders nail product data requirements and sample inventory—not after you have wired checkout and fulfillment.
How it compares
Product-identification MCP integration, not a storefront skill or full commerce backend.
Common Questions / FAQ
Who is EAN-Search MCP for?
Solo builders and small teams validating SKUs, barcodes, and listing data for ecommerce, reseller, or catalog-enrichment projects inside AI coding agents.
When should I use EAN-Search MCP?
Use it while scoping or validating a product catalog when you need live EAN, UPC, GTIN, or keyword lookups before you implement your own product APIs.
How do I add EAN-Search MCP to my agent?
Add the remote URL https://www.ean-search.org/mcp as streamable-http, or install the PyPI eansearch-mcp-server stdio package and set the required EAN_SEARCH_API_TOKEN environment variable.