# NDVI Satellite Health MCP

> NDVI Satellite Health 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-14).

Processes satellite imagery data to compute NDVI (Normalized Difference Vegetation Index) and assess vegetation/crop health from remote sensing inputs.

## Facts

- Endpoint: POST https://api.m2mcent.com/ndvi-satellite-health-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ndvi-satellite-health-mcp-2a80e81c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hnILBWc6F8P79CxJXuWr-

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 ndvi-satellite-health-mcp-2a80e81c -d '<json body>'
```

Example prompt: Can you analyze this satellite data and give me the NDVI vegetation health score so I can see how stressed or healthy the crops are?

## When to prefer this

Choose this endpoint when you need a quick, paid-per-call NDVI computation from raw satellite data without maintaining your own remote sensing pipeline. Ideal for agents that periodically need vegetation health checks on demand, especially in agricultural automation or environmental monitoring workflows.

## Known failure modes

- Invalid or malformed satellite data string returns an error
- Missing or empty 'data' field causes a 400-style rejection
- Data format not recognized as valid spectral or imagery input
- Rate limiting or payment failure due to x402 protocol issues
- Server-side processing error if data is too large or malformed

## 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 a computed NDVI value or vegetation health score derived from the provided satellite data input, indicating the density and health status of vegetation, typically as a numeric index and/or health category classification.

## 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/ndvi-satellite-health-mcp-2a80e81c/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)
