# ProspectPulse Deposit Intelligence

> ProspectPulse Deposit Intelligence 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-13).

Returns USGS MRDS records combined with exploration-news synthesis for a named mineral deposit or mine, including grade, status, and recent activity

## Facts

- Endpoint: GET https://prospectpulse.theaslangroupllc.com/api/prospect/deposit-intel
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prospectpulse-deposit-intelligence-65bdade2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rOkjrG_0Q2d5lMpWYTOwV

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-deposit-intelligence-65bdade2
```

Example prompt: Give me a fast due-diligence read on the Pascua-Lama gold-silver deposit — I need its USGS MRDS data, ore grade, current status, and a summary of recent exploration news.

## When to prefer this

Use this endpoint when you need a fast, combined USGS data + news synthesis snapshot for a specific named mineral deposit or mine during exploration screening or investment due diligence. Prefer this over geochemical or remote-sensing endpoints when you already have a deposit name and need grade, status, and recent activity in one call. Best for targeted asset-level research rather than regional prospectivity mapping.

## Known failure modes

- Deposit name not found in USGS MRDS — returns empty or partial record for obscure or locally-named prospects
- Ambiguous deposit name matching multiple sites — may return wrong or blended record
- No recent news available for inactive or historical mines — news synthesis section will be sparse
- Rate limiting or payment failure for $0.2 USDC per call via x402 protocol
- Outdated USGS records for deposits with recent ownership or status changes

## How this service works

USGS MRDS records plus exploration-news synthesis for any named mineral deposit or mine worldwide, for exploration and due-diligence agents. The fast read on a specific asset, its grade, status, and recent activity.

## Output

A structured intelligence report combining USGS MRDS database records (deposit type, commodities, location, geology) with AI-synthesized exploration news, including ore grade, operational or development status, and a summary of recent exploration or regulatory activity for the named deposit or mine.

## 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 | ru | zh | id | ar"
      },
      "deposit": {
       "type": "string",
       "description": "Deposit or mine name | Escondida | Oyu Tolgoi | Kibali | Grasberg | Olympic Dam | Thacker Pass | Jadar"
      }
     }
    }
   },
   "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": {
   "region": "Atacama Desert, Region II",
   "country": "Chile",
   "coordinates": "-24.27, -69.08"
  },
  "deposit_name": "Escondida",
  "deposit_type": "Porphyry copper-gold-molybdenum",
  "deposit_class": "World-class (>10Mt Cu)",
  "analyst_verdict": "Escondida is the world's largest copper mine, producing ~5% of global supply...",
  "development_stage": "PRODUCER",
  "primary_commodity": "Copper"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prospectpulse-deposit-intelligence-65bdade2/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)
