@upcify/mcp
v0.1.0
Published
Model Context Protocol server for Upcify — barcode → product lookup, search, and ingest as MCP tools.
Maintainers
Readme
@upcify/mcp
A Model Context Protocol server for Upcify. Gives AI agents barcode lookup, catalog search, product fetch, and trusted-partner ingest as tools — built on @upcify/sdk.
Tools
| Tool | Description |
| ----------------- | -------------------------------------------- |
| lookup_barcode | Resolve a UPC/EAN/ISBN/GTIN to a product. |
| search_products | Search the catalog by name/brand. |
| get_product | Fetch a stored product by barcode. |
| ingest_product | Contribute product data (ingest-scoped key). |
Setup (Claude Desktop)
Add to claude_desktop_config.json:
{
"mcpServers": {
"upcify": {
"command": "npx",
"args": ["-y", "@upcify/mcp"],
"env": { "UPCIFY_API_KEY": "your_key_here" }
}
}
}Config
| Env | Default | Notes |
| ----------------- | -------------------- | -------------------------------------- |
| UPCIFY_API_KEY | — | Required for metered lookups + ingest. |
| UPCIFY_BASE_URL | https://upcify.net | Override the API origin. |
Get a key from your Upcify dashboard.
