From 7d1f24f0f950adf8af43f3ad60750cdfce5b3db6 Mon Sep 17 00:00:00 2001 From: Preetam Rathod Date: Thu, 11 Jun 2026 19:51:30 +0530 Subject: [PATCH] feat: add india-rainfall-historic-api to directory --- schemas/services.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/schemas/services.ts b/schemas/services.ts index 34af870b..e8190d2f 100644 --- a/schemas/services.ts +++ b/schemas/services.ts @@ -6689,4 +6689,24 @@ export const services: ServiceDef[] = [ }, ], }, + { + id: "india-rainfall-historic-api", + name: "India Rainfall Historic Data API", + url: "https://india-rainfall-historic-api.mpp-historic-data-demo.workers.dev", + serviceUrl: "https://india-rainfall-historic-api.mpp-historic-data-demo.workers.dev", + description: "Alternative regional dataset tracking ground-truth historical climate variables, monthly monsoon indices, and localized rainfall volumes across rural India markets.", + categories: ["data"], + integration: "first-party", + tags: ["agriculture", "telemetry", "india", "macro-economics"], + realm: "mpp-historic-data-demo.workers.dev", + intent: "charge", + payments: [TEMPO_PAYMENT, STRIPE_PAYMENT], + endpoints: [ + { + route: "GET /historic-rainfall", + desc: "Retrieve historical climate metrics and regional rainfall tracking records for agrarian analytics.", + amount: "20", // Pricing set to 20 cents ($0.20) per agent request + }, + ], + }, ];