# Irrigation Schedule MCP

> Irrigation Schedule 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).

Generates or processes irrigation schedules for agricultural or landscape management via a managed agentic endpoint.

## Facts

- Endpoint: POST https://api.m2mcent.com/irrigation-schedule-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/irrigation-schedule-mcp-605f5398
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fn3WLA0LWH_0D5KyhP9ZY

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 irrigation-schedule-mcp-605f5398 -d '<json body>'
```

Example prompt: Can you create an irrigation schedule for my 5-acre corn field — I need a weekly watering plan with morning sessions every other day?

## When to prefer this

Choose this endpoint when you need to programmatically generate or process irrigation schedules for farming or landscaping contexts and want a pay-per-call agentic service without managing your own scheduling infrastructure. Best suited for AI agents that need to integrate irrigation planning as a step in a larger workflow.

## Known failure modes

- Missing or malformed 'data' field returns a validation error
- Empty input string may result in a generic or unusable schedule
- Ambiguous field descriptions may produce incorrect timing recommendations
- Service unavailability may return a 402 or 5xx HTTP error
- Insufficient payment or expired x402 token results in payment failure

## 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 structured irrigation schedule or watering plan based on the input data provided, including timing, frequency, and zone recommendations suitable for agricultural or landscape use.

## 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/irrigation-schedule-mcp-605f5398/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)
