← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://prospectpulse.theaslangroupllc.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 11 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Prospect Commodity Supply Intel Global supply and demand analysis for any mining commodity (Li, Co, Ni, Cu, REE, Au, Ag, Pt, U, graphite) for commodity and mining-investment agents, with energy-transition context on where structural deficits are forming. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/commodity-supply-intel | 0.2 USDC |
Prospect Critical Minerals Scan Country and region endowment in energy-transition and strategic minerals (Li, Co, Ni, REE, Cu, graphite, PGE, uranium) for mining and resource-investment agents, with supply-chain geopolitics on each. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/critical-minerals-scan | 0.25 USDC |
Prospect Deposit Intel 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. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/deposit-intel | 0.2 USDC |
Prospect Exploration Brief Board-ready exploration decision document for mining and investment agents. Synthesizes geology, geochemistry, satellite, jurisdiction, social license, and commodity intelligence into one premium target report with a proceed-or-pass call. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/exploration-brief | 0.35 USDC |
Prospect Exploration Snapshot Deterministic facts-only snapshot for exploration targets: USGS MRDS deposit counts, geochemical anomaly stats, satellite scene availability, World Bank jurisdiction governance score, and GDELT social-license signal — raw numbers, no AI synthesis. Lite-tier preview of /api/prospect/exploration-brief. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/exploration-snapshot | 0.25 USDC |
Prospect Geochemical Anomaly USGS National Geochemical Database query plus AI interpretation for exploration and geology agents. Returns element anomalies, pathfinder suites, and deposit-type signatures for any region. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/geochemical-anomaly | 0.15 USDC |
Prospect Jurisdiction Entry Entry-risk assessment for exploration in 80+ countries, for mining and investment agents. Covers mining code, royalties, permitting timeline, political risk, and operational context to judge whether a jurisdiction is investable. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/jurisdiction-entry | 0.25 USDC |
Prospect Mineral Potential 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. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/mineral-potential | 0.25 USDC |
Prospect Oil Gas Basin Sedimentary basin analysis for petroleum and upstream-investment agents. Returns petroleum system, play types, undiscovered resource estimates, and exploration risk for oil and gas basins worldwide. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/oil-gas-basin | 0.25 USDC |
Prospect Satellite Availability Which free Sentinel-1/2, ASTER, and Landsat scenes cover a target area, plus a geological remote-sensing guide, for exploration and geology agents. Returns scene availability and which sensor maps which alteration mineral. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/satellite-availability | 0.1 USDC |
Prospect Social License Risk 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. | /m/bz-prospectpulse-theaslangroupllc-com/api/prospect/social-license-risk | 0.2 USDC |
Machine-readable: openapi.json with x-payment-info offers.
Try it live
Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.
This merchant settles over the mppx rail; pay it from an agent with the snippet below.
Pay with an agent
Any MPP or x402-compatible client works. With mppx, payment is automatic:
import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'
const mppx = Mppx.create({
methods: [evm({
account: privateKeyToAccount(process.env.KEY),
currencies: [evm.assets.base.USDC],
})],
})
const res = await mppx.fetch('https://api.meshgateway.co/m/bz-prospectpulse-theaslangroupllc-com/api/prospect/commodity-supply-intel')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-prospectpulse-theaslangroupllc-com/api/prospect/commodity-supply-intel # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …