Craft pricing Lead scoring Market sizing Agent trust Pay-per-call USDC

Commerce intel APIs
cheap enough to embed in every checkout flow.

Five x402 endpoints for handmade craft pricing, material cost estimation, lead scoring, market sizing, and agent trust scoring. LLM-backed with commerce-specialized prompts. $0.01–$0.05 per call. Settled on Base mainnet.

Loading on-chain stats… Verify on Basescan ↗

Five endpoints. Commerce stack in one place.

Each returns structured commerce intel grounded in market data, materials economics, and qualification heuristics. Built for indie sellers, agents, and BI scripts.

POST /api/craft-pricing $0.01
Handmade Craft Pricing
Comparable market prices, premium positioning, retail vs DTC channel math. Tailored to fiber, ceramics, jewelry, leather, woodwork.
query: "handmade rope basket, 12 inch, natural fiber"
POST /api/material-costs $0.01
Raw Material Cost Estimator
Wholesale ranges, BOM math, supplier categories, quantity break thresholds. Useful for craft, food, light manufacturing.
query: "50 lb ceramic clay, glaze for 20 pots, wholesale"
POST /api/lead-score $0.05
Lead Quality Score
Fit score across firmographic, behavioral, and timing signals. Returns 1-100 with reasoning + recommended next step.
query: "SaaS startup 5 employees $500K ARR scraping API"
POST /api/tea-market $0.05
Specialty Tea Market Intel
US tea market sizing, segment growth rates, key players, retail vs DTC split. Specialty/craft-tea focus.
query: "yaupon holly tea US market 2026"
POST /api/agent-trust $0.05
x402 Agent Trust Score
Evaluate an x402 endpoint provider's trust signals: uptime, payment success rate, payment count, SLA history. For agent-to-agent commerce.
query: "x402 provider 30d uptime, 5 wallets, no SLA breach"

One curl. Pay a penny. Get an answer.

Standard x402: 402 challenge → sign EIP-3009 USDC transfer → resubmit. ~2–5 sec end-to-end.

# 1. Initial request — server returns 402 with payment instructions
curl -X POST https://x402.adametherzlab.com/api/lead-score \
  -H "Content-Type: application/json" \
  -d '{"query": "SaaS 5 employees $500K ARR scraping API customer 6mo cycle"}'

# 2. Sign EIP-3009 with @x402/client, resubmit:
curl -X POST https://x402.adametherzlab.com/api/lead-score \
  -H "Content-Type: application/json" \
  -H "payment-signature: <base64 EIP-3009 signed payload>" \
  -d '{"query": "SaaS 5 employees $500K ARR scraping API customer 6mo cycle"}'

# Returns:
{
  "endpoint": "/api/lead-score",
  "name": "Lead Quality Score",
  "vertical": "Commerce",
  "query": "...",
  "result": "<score, reasoning, recommended outreach sequence>",
  "pricing": { "amount": "0.05", "currency": "USDC", "network": "base" }
}

Compatible with the MCP server, @x402/client npm, and the CDP SDK.

Pay-per-call. Pennies, not seat licenses.

Most endpoints are $0.01–$0.05. No subscription. No minimums. No "growth tier" upsells.

craft-pricing — $0.01 material-costs — $0.01 lead-score — $0.05 tea-market — $0.05 agent-trust — $0.05

100 lead scores = $5. 1,000 craft-pricing checks = $10. Embed in checkout flows, sales scripts, or commerce-bot crons.

FAQ

Is craft-pricing useful for an Etsy seller?

Yes. Feed it your item description, material list, and target margin. It returns a comparable price band, channel-specific math (Etsy fees vs direct), and positioning tips. Cheap enough to re-run on every new listing.

What's the agent-trust endpoint actually for?

Agent-to-agent commerce — one bot wants to call another bot's paid API and needs to assess reliability before sending USDC. Returns a 1-100 trust score with rationale grounded in uptime, payment success rate, SLA history. Built for the x402 ecosystem itself.

Can I use lead-score in a real sales workflow?

Yes — as a first-pass triage layer. Don't replace human judgment on enterprise deals, but for indie SaaS and DTC ecommerce, an autonomous scoring layer at $0.05/lead beats spreadsheet rubrics. Pair it with a CRM webhook.

Why pay-per-call?

Indie sellers and one-person ops can't justify $100/month for an underused tool. Pay-per-call means a $5/year hobbyist and a $50,000/year shop can use the same API at proportional cost. No upgrade friction.

How do I pay without a Coinbase account?

Any wallet on Base with USDC works. EIP-3009 transferWithAuthorization — sign off-chain, facilitator settles. No KYC, no signup.