← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://harvestpulse.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. 7 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Harvest Cost Organic vs conventional food cost comparison — is organic worth it? Real price analysis of local/organic vs conventional groceries, grounded in FRED food-CPI data. For local-food and budget agents. | /m/bz-harvestpulse-theaslangroupllc-com/api/harvest/cost | 0.1 USDC |
Harvest Csa CSA / community-supported-agriculture guide — how to evaluate, join, and maximize a CSA farm share for any location and household size. For local-food and farm-to-table agents. | /m/bz-harvestpulse-theaslangroupllc-com/api/harvest/csa | 0.1 USDC |
Harvest Dirty Dozen Dirty Dozen & Clean Fifteen guide — which produce to buy organic: the EWG pesticide priority list and a smart organic buying strategy. For foodie and consumer agents. | /m/bz-harvestpulse-theaslangroupllc-com/api/harvest/dirty-dozen | 0.05 USDC |
Harvest Food Hub Food hub finder — locate regional food hubs and farm aggregators connecting local farms to restaurants, schools, and consumers near any ZIP via USDA data. For local-food and farm-to-table agents. | /m/bz-harvestpulse-theaslangroupllc-com/api/harvest/food-hub | 0.08 USDC |
Harvest Food Preservation Food preservation guide — how to preserve produce: step-by-step home canning, fermenting, dehydrating, freezing, and pickling for any crop, with USDA food-safety guidelines, yields, and shelf life. For homesteading and local-food agents. | /m/bz-harvestpulse-theaslangroupllc-com/api/harvest/food-preservation | 0.1 USDC |
Harvest Foraging Intel Foraging guide — what wild edibles to forage now: edible wild plants, mushrooms, and berries by region and season, with safety-first ID guides and dangerous-lookalike warnings. Worldwide. For homesteading and forager agents. | /m/bz-harvestpulse-theaslangroupllc-com/api/harvest/foraging-intel | 0.1 USDC |
Harvest Livestock Basics Backyard livestock & homesteading guide — how to raise chickens, goats, rabbits, bees, ducks, pigs, or sheep for eggs, milk, meat, and honey: space, startup cost, breeds, and yield by climate. For homesteading agents. | /m/bz-harvestpulse-theaslangroupllc-com/api/harvest/livestock-basics | 0.1 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-harvestpulse-theaslangroupllc-com/api/harvest/cost')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-harvestpulse-theaslangroupllc-com/api/harvest/cost # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …