# ecommerce-tracker-mcp

> ecommerce-tracker-mcp is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Tracks and processes ecommerce data including product listings, pricing, orders, and inventory via an agentic MCP endpoint.

## Facts

- Endpoint: POST https://api.m2mcent.com/ecommerce-tracker-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ecommerce-tracker-mcp-d9f47594
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qr4okhL2FxdRATWk7BOnl

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 ecommerce-tracker-mcp-d9f47594 -d '<json body>'
```

Example prompt: Can you track the pricing and availability data for this product listing I'm pasting in — I want to know the current price, stock status, and any relevant product details extracted from it?

## When to prefer this

Choose this endpoint when you need to process, track, or extract structured data from ecommerce sources — particularly product pricing, inventory, and order information — in an agentic workflow that supports x402 micropayment-based access. Prefer this over general web scrapers when the data is already available in a structured or semi-structured string form ready for processing.

## Known failure modes

- Empty or malformed 'data' string field returns processing error
- Unrecognized ecommerce data format may result in incomplete extraction
- Payment failure (402) if x402 payment header is missing or insufficient
- Rate limiting or timeout if payload is excessively large
- Ambiguous or unsupported ecommerce platform data may yield partial results

## 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 processed ecommerce data including extracted fields such as product details, pricing information, inventory status, order data, and other structured ecommerce entities derived from the input data payload.

## 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/ecommerce-tracker-mcp-d9f47594/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)
