# ProspectPulse Social License Risk Assessment

> ProspectPulse Social License Risk Assessment is a paid API for AI agents from prospectpulse.theaslangroupllc.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Returns indigenous-rights and FPIC assessment, water-conflict risk, and ESG red flags to evaluate community opposition and social-license risk for mining in any location.

## Facts

- Endpoint: GET https://prospectpulse.theaslangroupllc.com/api/prospect/social-license-risk
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prospectpulse-social-license-risk-assessment-d1ba1254
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qexmd_4ejJR5b7y7E9TY_

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 prospectpulse-social-license-risk-assessment-d1ba1254
```

Example prompt: Before we commit capital, can you pull the social-license risk assessment for a proposed copper mine in the Atacama Desert, Chile — specifically looking at FPIC compliance, indigenous-rights exposure, water-conflict risk, and any ESG red flags I should flag to the board?

## When to prefer this

Choose this endpoint when an agent needs pre-investment ESG due diligence specifically on community opposition, indigenous-rights (FPIC), and water conflict for a mining location. Prefer over generic ESG databases when the focus is mining-sector social license and the need is location-specific community risk, not broader financial ESG scoring or geologic prospectivity.

## Known failure modes

- Location not recognized or too ambiguous — agent should provide more specific coordinates or region name
- Insufficient data coverage for remote or rarely-studied regions — may return low-confidence results
- Rate limiting or payment failure via x402 — returns 402 Payment Required
- Malformed request parameters — returns 400 Bad Request

## How this service works

Community opposition intelligence for mining and ESG-risk agents. Returns indigenous-rights and FPIC assessment, water-conflict risk, and ESG red flags for mining in any location, with a social-license read before capital is committed.

## Output

The agent receives a structured social-license risk report including: an indigenous-rights and FPIC compliance assessment, a water-conflict risk rating, identified ESG red flags, and an overall community-opposition intelligence read for the specified mining location — ready to inform capital allocation decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "Response language (ISO 639-1) | en | es | fr | pt | id | tl"
      },
      "project": {
       "type": "string",
       "description": "Optional project name for targeted search | Conga Mine | Pebble Mine | Ring of Fire"
      },
      "location": {
       "type": "string",
       "description": "Location for social license assessment | Peru Cajamarca | Pebble Alaska | Juliaca Peru | Limpopo South Africa | West Papua Indonesia | Northern BC Canada"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "location": "Cajamarca, Peru",
  "risk_tier": "HIGH",
  "community_opposition": {
   "key_issues": [
    "Water contamination fears",
    "Historical displacement",
    "Benefits distribution"
   ],
   "current_sentiment": "OPPOSED"
  },
  "comparable_conflicts": [
   {
    "country": "Peru",
    "outcome": "Suspended indefinitely — community opposition 2011-present",
    "project": "Conga Mine"
   }
  ],
  "overall_sl_risk_score": 72
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prospectpulse-social-license-risk-assessment-d1ba1254/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prospectpulse.theaslangroupllc.com](https://www.zero.xyz/host/prospectpulse.theaslangroupllc.com/llms.txt)
