← Marketplace

Theaslangroupllc

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

Base

Offers

OfferEndpointPrice
Api Commodity Outlook
Agricultural commodity market outlook for grower and ag-trader agents. Synthesizes USDA WASDE and FAO data, futures price context, supply/demand balance, and exporter/importer outlooks for any crop.
/m/bz-fieldpulse-theaslangroupllc-com/api/commodity-outlook0.1 USDC
Api Input Cost
Input cost intelligence for grower and farmer agents. Returns current fertilizer (N/P/K), seed, and crop-protection pricing with breakeven analysis, trend direction, and cost-reduction opportunities.
/m/bz-fieldpulse-theaslangroupllc-com/api/input-cost0.08 USDC
Api Irrigation
Irrigation recommendation for grower and agronomist agents. Returns a FAO-56 ET0 water budget, antecedent rainfall, next rain-event timing, and irrigation scheduling for any crop and location.
/m/bz-fieldpulse-theaslangroupllc-com/api/irrigation0.08 USDC
Api Pest Disease
Pest and disease risk assessment for grower and agronomist agents. Returns active threats, EPPO and FAO IPPC outbreak alerts, weather-conducive conditions, and IPM treatment guidance for any crop.
/m/bz-fieldpulse-theaslangroupllc-com/api/pest-disease0.1 USDC
Api Planting Window
Planting window optimizer for grower and farmer agents. Returns optimal planting dates from live air temperature, observed soil wetness, frost dates, crop calendar, and growing-degree-day requirements.
/m/bz-fieldpulse-theaslangroupllc-com/api/planting-window0.05 USDC
Api Season Brief
Seasonal intelligence brief for grower, ag-trader, and buyer agents. Returns global production outlook, weather situation, crop health, market summary, top risks, and action items in one read.
/m/bz-fieldpulse-theaslangroupllc-com/api/season-brief0.2 USDC
Api Soil Intel
Soil intelligence for grower and agronomist agents. Returns observed surface and root-zone soil wetness (fraction of saturation), computed FAO-56 evapotranspiration, and soil-health signals for any location.
/m/bz-fieldpulse-theaslangroupllc-com/api/soil-intel0.08 USDC
Api Weather Risk
Crop weather risk assessment for grower and farmer agents. Returns 7-day crop-specific risk analysis covering frost, heat stress, drought, waterlogging, and critical action windows.
/m/bz-fieldpulse-theaslangroupllc-com/api/weather-risk0.08 USDC
Api Yield Forecast
Crop yield forecast for grower and ag-trader agents. Synthesizes USDA WASDE and FAO supply/demand, production estimates, price implications, and a regional breakdown for any major crop.
/m/bz-fieldpulse-theaslangroupllc-com/api/yield-forecast0.15 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-fieldpulse-theaslangroupllc-com/api/commodity-outlook')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

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