← Back to Plugins
MCP Server MCP

io.github.eansearch/eansearch-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...