← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://edupulse.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. 4 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Edu Co Op Guide Homeschool co-op finder / find local homeschool groups / support groups near me. Locates co-ops, support groups, and educational communities in any area via live web search, with evaluation criteria, cost expectations, and how-to-start guidance. | /m/bz-edupulse-theaslangroupllc-com/api/edu/co-op-guide | 0.1 USDC |
Edu Curriculum Match Homeschool curriculum finder / what curriculum should I use / curriculum comparison. Returns personalized curriculum recommendations by grade, subject, learning style, religious preference, and budget with side-by-side comparisons, including a free or low-cost option. | /m/bz-edupulse-theaslangroupllc-com/api/edu/curriculum-match | 0.1 USDC |
Edu Homeschool Laws Homeschool laws / is homeschooling legal / homeschool requirements by state. Returns legal requirements, notification rules, curriculum mandates, testing requirements, and a compliance checklist by US state (all 50) and many countries, backed by live web research. | /m/bz-edupulse-theaslangroupllc-com/api/edu/homeschool-laws | 0.1 USDC |
Loan Plan Check SAVE is ending — compare your actual numbers on every plan still open to you. RAP vs IBR vs the new Tiered Standard: exact monthly payment math (RAP AGI brackets + $50/dependent credit, IBR 2026 poverty-line discretionary income, tiered amortization), forgiveness horizons, PSLF eligibility, and which of the three fits your 90-day switch window. Deterministic, citation-pinned, no LLM. | /m/bz-edupulse-theaslangroupllc-com/api/loan/plan-check | 0.5 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-edupulse-theaslangroupllc-com/api/edu/co-op-guide')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-edupulse-theaslangroupllc-com/api/edu/co-op-guide # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …