← Marketplace

Theaslangroupllc

Theaslangroupllc is an x402-native service at https://esgpulse.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. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
Esg Commodity
Certified commodity check — is this seafood, palm oil, tea, timber, or cotton product sustainably certified? Cross-references Seafood Watch, MSC, RSPO, Ethical Tea Partnership, FSC, and Better Cotton certification status with sustainability rating context and red flags.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/commodity0.1 USDC
Esg Company
Company ESG intelligence for ESG-investing and due-diligence agents. Returns CDP score, SEC climate disclosures, Scope 1/2/3 emissions, SBTi targets, and ESG controversies from public data.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/company0.15 USDC
Esg Cruelty Free
Cruelty-free check — is this beauty/cosmetics brand cruelty-free? Cross-references Leaping Bunny (independently verified) and PETA Beauty Without Bunnies (self-attested) certifier directories, plus parent-company and China-market-sales caveats that change the real answer.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/cruelty-free0.05 USDC
Esg Csrd
CSRD compliance roadmap for sustainability-reporting and compliance agents. Returns which ESRS standards apply, what must be disclosed, phase deadlines, and a double-materiality assessment guide.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/csrd0.25 USDC
Esg Disclosure
ESG disclosure builder for sustainability-reporting and compliance agents. Returns what to disclose and how to structure it: ESRS data-point checklist, GRI index template, and climate-related financial disclosures guide.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/disclosure0.2 USDC
Esg Emissions
Carbon and emissions intelligence for sustainability and ESG agents. Covers Scope 1/2/3 methodology, CBAM tariff implications, carbon-market prices, SBTi pathways, and a net-zero roadmap.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/emissions0.15 USDC
Esg Fashion
Fashion brand ethical sourcing check — labor practices, environmental impact, animal welfare, and supply-chain transparency for any apparel brand, grounded in Wikirate, the UK Modern Slavery Statement Registry, the Fashion Transparency Index, the Responsible Minerals Initiative, and litigation trackers. Free open-registry sources only, never a paid rating service.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/fashion0.15 USDC
Esg Framework
ESG framework navigator for reporting and compliance agents. Compares GRI, ISSB, CSRD, TCFD, and CDP, shows which applies to a given company, and how they interoperate.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/framework0.15 USDC
Esg Greenwashing
Greenwashing risk detector for compliance and marketing-compliance agents. Covers EU Green Claims Directive compliance, substantiation requirements, recent enforcement actions, and claim-by-claim risk analysis.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/greenwashing0.15 USDC
Esg Minerals
Conflict minerals check — is this smelter or company responsibly sourced? Responsible Minerals Initiative (RMI) conformant-smelter status for tin, tantalum, tungsten, gold, cobalt, lithium, and mica, plus Kimberley Process participant status for diamonds and country-risk context.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/minerals0.1 USDC
Esg Sector
SASB sector materiality for ESG-investing and sustainability agents. Returns industry-specific ESG topics, peer benchmarks, regulatory hotspots, and what investors and raters focus on for a given sector.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/sector0.15 USDC
Esg Taxonomy
EU Taxonomy alignment check for sustainable-finance and compliance agents. Returns whether an activity qualifies as sustainable: DNSH criteria, technical screening, green asset ratio, and Article 8/9 fund implications.
/m/bz-esgpulse-theaslangroupllc-com/api/esg/taxonomy0.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-esgpulse-theaslangroupllc-com/api/esg/commodity')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-esgpulse-theaslangroupllc-com/api/esg/commodity
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …