# ProspectPulse Mineral Prospectivity Assessment

> ProspectPulse Mineral Prospectivity Assessment is a paid API for AI agents from prospectpulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Ranks the mineral prospectivity of any region by combining USGS MRDS deposit inventory, geochemical anomaly data, and AI geological synthesis to identify what mineral commodities a region is likely to host.

## Facts

- Endpoint: GET https://prospectpulse.theaslangroupllc.com/api/prospect/mineral-potential
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prospectpulse-mineral-prospectivity-assessment-665a3499
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u57EO_yfjkxelDAVXqUE9

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-mineral-prospectivity-assessment-665a3499
```

Example prompt: What minerals is the Carlin Trend in Nevada most prospective for? Give me a ranked assessment combining USGS MRDS deposit data and geochemical anomalies with an AI geological synthesis.

## When to prefer this

Use this endpoint when you need a rapid, multi-source mineral prospectivity assessment for a specific region that combines structured USGS data with AI geological reasoning. Prefer this over raw USGS MRDS queries when you want a synthesized, ranked output rather than raw records. Prefer over the geochemical endpoint when you want a holistic prospectivity view rather than just geochemical data interpretation.

## Known failure modes

- Region not recognized or too vague — returns error asking for more precise geographic input
- No USGS MRDS records found for target area — returns low-confidence assessment with limited data
- Geochemical data unavailable for remote regions — partial result with caveat
- API returns 402 if payment header is missing or insufficient
- Overly large bounding box may result in degraded or generic synthesis

## How this service works

Mineral prospectivity assessment for any region, for exploration and geology agents. Combines USGS MRDS deposit inventory, geochemical anomaly data, and AI geological synthesis to rank what a region is likely to host.

## Output

Returns a ranked list of mineral commodities the region is likely to host, supported by USGS MRDS deposit inventory records, geochemical anomaly data, and an AI-generated geological synthesis that explains the prospectivity reasoning and exploration implications.

## 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": {
      "lat": {
       "type": "string",
       "description": "Latitude (decimal degrees) | 39.5 | -23.8 | 47.2"
      },
      "lon": {
       "type": "string",
       "description": "Longitude (decimal degrees) | -117.3 | 119.4 | -79.5"
      },
      "lang": {
       "type": "string",
       "description": "Response language (ISO 639-1) | en | es | fr | pt | ru | zh | id | ar"
      },
      "region": {
       "type": "string",
       "description": "Named geological region or district | Atacama Desert | Carlin Trend Nevada | Pilbara Western Australia | Abitibi Greenstone Belt | Zambia Copper Belt"
      },
      "commodity": {
       "type": "string",
       "description": "Target commodity | gold | copper | lithium | nickel | cobalt | REE | silver | zinc | uranium"
      }
     }
    }
   },
   "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": {
  "target_area": "Carlin Trend, Nevada, USA",
  "analyst_summary": "One of the world's premier gold districts with proven billion-dollar deposit density...",
  "deposit_systems": [
   {
    "type": "Carlin-type gold",
    "evidence": "60+ deposits, 50Moz+ gold endowment",
    "commodities": [
     "Au",
     "As",
     "Hg"
    ]
   }
  ],
  "geological_setting": "Paleozoic carbonate host rocks in Roberts Mountains allochthon, overlain by clastic rocks",
  "prospectivity_tier": "HIGHLY PROSPECTIVE",
  "prospectivity_score": 88
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prospectpulse-mineral-prospectivity-assessment-665a3499/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)
