ean-search.org
EAN-Search is a product barcode lookup service that lets users search a large database of EAN, GTIN, UPC, and ISBN codes and related product information. It offers paid accounts for higher-volume access, API usage, and AI integrations.
EAN-Search exposes a token-authenticated REST API, a Bearer-authenticated GraphQL API at `https://api.ean-search.org/graphql`, and an OAuth-protected streamable-HTTP MCP server at `https://www.ean-search.org/mcp`.
- EAN-Search MCP serverdetected
- EAN-Search REST APIdiscovered
- EAN-Search GraphQL APIdiscovered
Create an account from the EAN Database Accounts page using one of the Create ... Account links, then log in to your EAN-Search account to obtain your private API access token. The docs say to replace abcdef in examples with your own token after opening an account, and the same regular API token is used for GraphQL.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://ean-search.org/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing