# Weather Yield Model MCP

> Weather Yield Model 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).

Processes weather data inputs to generate agricultural yield model predictions using a machine-learning-based MCP endpoint.

## Facts

- Endpoint: POST https://api.m2mcent.com/weather-yield-model-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/weather-yield-model-mcp-32270f37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eywjHdyHZWwXVaZI5SpaV

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 weather-yield-model-mcp-32270f37 -d '<json body>'
```

Example prompt: Can you run a weather-yield model prediction using this season's weather data for my corn crop — I have temperature, rainfall, and solar radiation figures I want to plug in?

## When to prefer this

Choose this endpoint when you need to correlate weather inputs with agricultural yield predictions in a single API call, especially within an agentic workflow that has already gathered meteorological data and needs a downstream crop-modeling step. Prefer this over generic weather APIs (which don't model yield) or standalone crop databases (which don't incorporate real-time weather).

## Known failure modes

- Malformed or missing data field returns a 400-level error
- Insufficient or unrecognized weather data format may produce inaccurate model results
- Service unavailability or timeout returns a 5xx error
- Payment failure via x402 protocol prevents request processing
- Empty or ambiguous input string may yield low-confidence or null 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 a computed yield model output based on the provided weather data string, likely including predicted agricultural yield figures, model confidence or scoring, and weather-to-yield correlation results.

## 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/weather-yield-model-mcp-32270f37/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)
