# Reefer Temperature Monitor MCP

> Reefer Temperature Monitor MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.22/call, status unknown (last checked 2026-09-15).

Monitors and processes refrigerated container (reefer) temperature data for cold chain logistics tracking

## Facts

- Endpoint: POST https://api.m2mcent.com/reefer-temp-monitor-mcp/api/process
- Price: $0.22/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reefer-temperature-monitor-mcp-37c518b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ft5Lqk1A9p1gFdP3NkPst

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 reefer-temperature-monitor-mcp-37c518b4 -d '<json body>'
```

Example prompt: Can you check the current temperature status for our reefer container and let me know if it's within the safe range or if there have been any excursions?

## When to prefer this

Choose this endpoint when you need to process or monitor refrigerated container (reefer) temperature data as part of a cold chain logistics workflow, especially when integrating IoT sensor data from reefer units into an agentic pipeline.

## Known failure modes

- Invalid or malformed data input returns an error
- Missing required data field causes processing failure
- Sensor data out of expected range may return an error or flag
- Service unavailability returns a non-200 response
- Malformed JSON in the data string causes rejection

## 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 temperature monitoring results for the reefer container, including current temperature readings, status indicators, and any detected excursions or anomalies in the cold chain.

## 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/reefer-temperature-monitor-mcp-37c518b4/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)
