Agent Tools
Back to MCP servers

io.github.eansearch/eansearch-mcp-server

https://www.ean-search.org/mcp
● degraded

MCP server for real-time product search by barcode (EAN, UPC, GTIN) or keyword on ean-search.org

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://www.ean-search.org/mcp
JSON-RPC initialize probe
curl -X POST https://www.ean-search.org/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/eansearch/eansearch-mcp-server