# BestBuy Deal Alerter MCP

> BestBuy Deal Alerter MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Monitors and surfaces Best Buy deals, discounts, and price alerts for products based on user-specified criteria.

## Facts

- Endpoint: POST https://api.m2mcent.com/bestbuy-deal-alerter-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bestbuy-deal-alerter-mcp-2b418825
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E9eLUhY6XKVU2ZiweLDZ5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability bestbuy-deal-alerter-mcp-2b418825 -d '<json body>'
```

Example prompt: Check Best Buy right now for any deals or price drops on 65-inch 4K TVs under $800 and let me know what you find.

## When to prefer this

Use this endpoint when you need to surface live or recent Best Buy deals, monitor for price drops on specific products, or answer user queries about electronics discounts at Best Buy specifically. Prefer this over general web search when you want structured deal data from Best Buy rather than unstructured search results.

## Known failure modes

- No deals found matching the specified criteria — returns empty results
- Vague or overly broad query may return too many or irrelevant results
- Best Buy product data may be temporarily unavailable or stale
- Malformed or missing data string input returns a validation error

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns current Best Buy deals, discounts, and pricing information matching the user's criteria, including product names, original prices, sale prices, discount percentages, and availability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bestbuy-deal-alerter-mcp-2b418825/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
