GOLD$0.10–$0.35/query
USGS MRDS300K+ deposits
COVERAGEAll continents
LANGUAGES9 supported
PROTOCOLx402 / USDC / Base
Free public data: USGS · Copernicus · NASA · World Bank · GDELT
Part of the PulseNetwork — 66+ intelligence verticals

Mineral Exploration
Intelligence at Micropayment Scale

ProspectPulse synthesizes USGS, Copernicus, NASA, World Bank, and GDELT into structured exploration intelligence for every query. From prospectivity scores to board-ready exploration briefs — no subscription, no annual contract.

x402 Micropayments USDC on Base $0.10–$0.35 per query
View API Spec Agent Discovery llms.txt
10 endpoints

What you can query

Mineral Potential
$0.25
/api/prospect/mineral-potential
Prospectivity score (1–100), geological setting, known USGS MRDS deposits, geochemical context, analogous districts globally, recommended exploration techniques.
region or lat/lon USGS MRDS geochemical DB Sonnet
Deposit Intelligence
$0.20
/api/prospect/deposit-intel
Development stage, resource context, deposit type, orebody characteristics, comparable deposits globally, recent exploration activity, analyst verdict. Any named mine or project worldwide.
Escondida · Oyu Tolgoi · Kibali · Thacker Pass USGS MRDS Sonnet
Critical Minerals Scan
$0.25
/api/prospect/critical-minerals-scan
Country endowment for all critical minerals (Li, Co, Ni, REE, graphite, Cu, PGE, U), strategic significance, export restrictions, supply chain risk score.
DRC · Chile · Indonesia · Greenland · Australia World Bank Sonnet
Jurisdiction Entry Risk
$0.25
/api/prospect/jurisdiction-entry
Entry risk score (1–100), mining code, royalty structure, permitting timeline, political stability, security conditions, capital repatriation, historical precedent.
Canada ~12 · Chile ~22 · DRC ~80 World Bank WGI GDELT Sonnet
Social License Risk
$0.20
/api/prospect/social-license-risk
SL risk score, indigenous rights (FPIC/UNDRIP/ILO 169), community opposition, water conflict risk, ASM conflict, comparable project failures, mitigation strategies.
~70% of mine delays are SLO failures GDELT real-time Sonnet
Satellite Availability
$0.10
/api/prospect/satellite-availability
Available Sentinel-2, Sentinel-1 SAR, ASTER, and Landsat scenes with dates/cloud cover, alteration mapping potential, band ratio recommendations, practical free-tool workflow.
Copernicus OData NASA Earthdata Haiku
Geochemical Anomaly
$0.15
/api/prospect/geochemical-anomaly
Element statistics (mean, p90, max, anomaly threshold), pathfinder interpretation, deposit type vectors, follow-up recommendations, comparable geochemical districts.
Au · Cu · As · Pb · Zn · Li · REE USGS geochemical DB Haiku
Commodity Supply Intel
$0.20
/api/prospect/commodity-supply-intel
Global production summary, Herfindahl concentration index, Chinese processing chokepoints, energy transition demand, supply/demand balance, strategic stockpile activity.
Li · Co · Ni · Cu · Au · REE + 20 more World Bank prices Sonnet
Oil & Gas Basin
$0.25
/api/prospect/oil-gas-basin
Petroleum system (source-reservoir-seal-trap), play types, undiscovered resource estimates, productive analogues, active operators, fiscal regime summary, exploration score.
Permian · Rovuma · Santos · East Africa Rift World Bank governance Sonnet
Exploration Brief
$0.35
/api/prospect/exploration-brief
Board-ready target decision document. All data sources in one call: geology, geochemistry, satellite, jurisdiction, social license, commodity. Phased work program, risk matrix, go/no-go criteria, investment highlights.
Premium — saves days of research ALL sources Sonnet
Free public APIs — no proprietary data lock-in

Data sources

🌍
USGS MRDS
300,000+ global mineral deposit records. Gold, copper, iron, lithium, REE, and more. No API key required.
🧪
USGS National Geochemical DB
Geochemical sample data covering North America. Element concentrations for anomaly detection.
🛰
Copernicus OData
Sentinel-2 (10m optical) and Sentinel-1 SAR (5m) scenes for alteration mapping and structural geology.
🚀
NASA Earthdata CMR
ASTER (15m) and Landsat 8/9 (30m) for hydrothermal alteration mapping. Free after registration.
🏛
World Bank Governance
6 Worldwide Governance Indicators for 200+ countries. Political stability, rule of law, control of corruption.
💰
World Bank Pink Sheet
Commodity price indices for 60+ commodities. Historical time series for metals and energy.
📰
GDELT 2.0
Real-time global news monitoring in 65+ languages across 250+ countries. Mining opposition, indigenous rights, community sentiment.
🔍
Tavily Web Intelligence
Real-time synthesis of USGS MCS, BGS, IEA, UN Comtrade, and open geological literature. Fills gaps in structured data sources.
Recommended agent patterns

Agentic workflows

Exploration Targeting
  1. /mineral-potential — confirm geological prospectivity and USGS deposit density
  2. /satellite-availability — identify Sentinel-2 scenes for alteration mapping
  3. /geochemical-anomaly — screen geochemical pathfinder signatures
  4. /jurisdiction-entry — screen regulatory, fiscal, and security risk
  5. /social-license-risk — assess community and indigenous rights exposure
  6. /exploration-brief — synthesize everything into board decision document
Investment Screening
  1. /critical-minerals-scan — assess country endowment for target commodities
  2. /commodity-supply-intel — validate commodity demand thesis and supply concentration
  3. /jurisdiction-entry — screen fiscal terms, royalties, and repatriation
  4. /deposit-intel — evaluate the specific asset or comparable transactions
Integration example

Try it with x402

// Query mineral potential for the Atacama lithium triangle
// x402 payment handled automatically by the client library

import { createX402Client } from 'x402-client';

const client = createX402Client({
  wallet: yourWallet,   // Coinbase CDP or any Base wallet
  network: 'base',
});

const result = await client.get(
  'https://prospectpulse-pi.vercel.app/api/prospect/mineral-potential',
  { region: 'Atacama lithium triangle', commodity: 'lithium', lang: 'es' }
);

// result.prospectivity_score → 94
// result.geological_setting → "Closed-basin halite/ulexite salar system..."
// result.deposit_systems → ["Lithium brine (salar)", "Pegmatite (hard rock)"]
// result.analogous_districts → ["Silver Peak NV", "Olaroz Argentina", "Greenbushes WA"]
// result.mrds_deposits → { total: 47, producers: 12, prospects: 28 }

// Cost: $0.25 USDC — no monthly subscription, no data contract
Global audience — all endpoints

Language support

enEnglish
Default
esSpanish
Latin American mining belt
frFrench
West Africa — gold, bauxite, uranium
ptPortuguese
Brazil, Mozambique, Angola
ruRussian
Kazakhstan, Uzbekistan, Kyrgyzstan
zhMandarin
Global commodity market context
idIndonesian
SE Asia — nickel, copper, gold
arArabic
MENA — oil, gas, phosphate
jaJapanese
Import-dependent critical minerals
koKorean
Battery materials supply chain
Machine-readable — works in any AI agent

Agent discovery

OpenAPI 3.0 specification
/openapi.json
Agent discovery (/.well-known/agent.json)
/.well-known/agent.json
LLM reference file
/llms.txt
PulseNetwork — 66+ specialized intelligence verticals

Related verticals

GeopoliticalPulse
Country risk, conflict monitoring, sanctions — feeds jurisdiction-entry and social license risk workflows
ESGPulse
CSRD, EU Taxonomy, supply chain due diligence — required for mining companies seeking European capital
WaterPulse
Aquifer stress, drought risk, water rights — critical input for mine water management and SLO planning
TradePulse
Mineral export tariffs, trade agreement analysis — Indonesia nickel ban, DRC cobalt levies, rare earth restrictions
MacroPulse
USD strength, real rates, and risk-off signals — key macro drivers of precious metals and commodity cycles
RiskPulse
Operational risk and insurance intelligence for remote exploration sites and remote camp logistics