← Marketplace
Base
Kihustle
Kihustle is an x402-native service at https://agent.kihustle.tech, 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 |
|---|---|---|
Agent Compliance Bundle Jobs One-call DACH trust pack: Impressum (DE/AT/CH) + cookie/CMP signals + DSGVO/privacy page signals. Built for agents that need a single first buy before site-watch rebuy. Heuristics only — not legal advice. | /m/bz-agent-kihustle-tech/services/agent-compliance-bundle/jobs | 0.12 USDC |
Bfsg Content Pack Dach Jobs Paid machine-readable BFSG / accessibility content pack for Germany/DACH agents: checklist items and agent prompts. Keywords: bfsg content pack, barrierefreiheit checklist, accessibility prompts, wcag germany. Zero outbound. Not legal advice. | /m/bz-agent-kihustle-tech/services/bfsg-content-pack-dach/jobs | 0.08 USDC |
Dach Site Pack Jobs Activation pack for DACH/EU sites: URL preflight + Impressum signals + DSGVO/privacy signals + next_jobs (aeo-dach, site-watch). Ideal first buy for .de/.at/.ch origins. | /m/bz-agent-kihustle-tech/services/dach-site-pack/jobs | 0.15 USDC |
Impressum Check Jobs Heuristic Impressum/imprint check for DE/AT/CH (DDG/ECG/OR-adjacent signal groups). Accepts public URL (crawl) or HTML-in. Optional country=DE|AT|CH (.at/.ch TLD auto-infers). Keywords: impressum, imprint check germany/austria/switzerland, DDG, ECG, anbieterkennzeichnung. Machine signals only — not legal advice. | /m/bz-agent-kihustle-tech/services/impressum-check/jobs | 0.05 USDC |
Json Schema Repair Jobs Deterministic JSON repair for agent tool outputs, with optional JSON Schema validation. Built for tight agent loops at micropayment prices. | /m/bz-agent-kihustle-tech/services/json-schema-repair/jobs | 0.01 USDC |
Preisangaben Signals Jobs Heuristic Preisangaben / pricing-display signals (MwSt, Versand, Grundpreis hints). Accepts public URL or HTML-in. Keywords: preisangaben, pangv, price display germany, inkl mwst, versandkosten. Machine signals only — not PAngV certification. | /m/bz-agent-kihustle-tech/services/preisangaben-signals/jobs | 0.05 USDC |
Site Watch Jobs Compare 1–10 URLs against the last snapshot (alive, status, title, content hash). Designed for daily agent rebuy — change detection for ops/marketing loops. Core path to recurring revenue. | /m/bz-agent-kihustle-tech/services/site-watch/jobs | 0.08 USDC |
Url Preflight Batch Jobs Preflight 2–20 public URLs in one x402 payment: alive, redirects, title, status. Built for agent monitoring loops — rebuy daily. Highest volume path to meaningful revenue. | /m/bz-agent-kihustle-tech/services/url-preflight-batch/jobs | 0.1 USDC |
Url Preflight Jobs Fast deterministic check that a public URL is alive: HTTP status, redirects, content-type, size, and title. Built for agent workflows before paying for deeper crawls. | /m/bz-agent-kihustle-tech/services/url-preflight/jobs | 0.01 USDC |
Widerruf Signals Jobs Heuristic Widerruf / cancellation-policy page signals for DE/AT/CH storefronts. Accepts public URL (path crawl) or HTML-in. Keywords: widerruf, widerrufsbelehrung, cancellation policy germany, rueckgabe, consumer rights. Machine signals only — not legal advice. | /m/bz-agent-kihustle-tech/services/widerruf-signals/jobs | 0.05 USDC |
X402 Endpoint Probe Jobs Probe a peer x402 jobs URL and return a CC0 x402-probe-receipt-v1 (HTTP status, PAYMENT-REQUIRED body/header agreement, latency). Interop helper for agent operators. Does not settle. Keywords: x402, probe, 402, interop, b2b. | /m/bz-agent-kihustle-tech/services/x402-endpoint-probe/jobs | 0.02 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-agent-kihustle-tech/services/agent-compliance-bundle/jobs')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-agent-kihustle-tech/services/agent-compliance-bundle/jobs # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …