@agentutility/mcp-retail
Product copy + product discovery, per call. · 5 tools · $0.01 – $0.02
INSTALL — CLAUDE DESKTOP
{
"mcpServers": {
"agentutility-retail": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-retail"
],
"env": {
"X402_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HEX"
}
}
}
}Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
INSTALL — CURSOR
{
"mcpServers": {
"agentutility-retail": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-retail"
],
"env": {
"X402_PRIVATE_KEY": "0x..."
}
}
}
}Path: .cursor/mcp.json in your project root.
FUNDING
Send any amount of USDC on Base mainnet to the address derived from your X402_PRIVATE_KEY. The MCP server uses it to pay per call.
USDC on Base contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
TOOLS (5)
| tool | price | description |
|---|---|---|
find-products | $0.02 | Find products API (alias of product-search). |
product-describe | $0.01 | Writes conversion-focused product descriptions and listing copy from a product name and optional category, audience, and attributes. |
product-description | $0.01 | Product description API (alias of product-describe). |
product-search | $0.02 | Searches shopping results for a product query (and optional retailer), returning ranked results with product title, buy link, retailer do… |
shop-search | $0.02 | Shopping search API (alias of product-search). |
SEE ALSO