← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://legalpulse.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. 12 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Legal Business Business formation guidance and LLC vs S-Corp vs sole proprietorship comparison: state filing fees, annual costs, tax treatment, and the step-by-step formation process, plus dissolving, restructuring, and compliance. For small-business, startup, and legal agents. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/business | 0.1 USDC |
Legal Consumer Consumer rights guidance and debt-collection harassment check: FDCPA debt collection, FCRA credit-report disputes, defective products, false advertising, warranty, and identity theft, with FTC and CFPB complaint steps and the statutory damages a consumer can claim. For consumer-rights and legal agents. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/consumer | 0.1 USDC |
Legal Contract Contract review and clause analysis: explains each clause, flags red flags, identifies what to negotiate, and surfaces missing protections in NDA, lease, employment, freelance, SaaS, partnership, and purchase agreements worldwide. For legal and contract-review agents. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/contract | 0.1 USDC |
Legal Estate Estate planning guidance and will vs trust comparison: state probate thresholds, probate-avoidance tools, estate-tax limits, power of attorney, beneficiary updates, and digital-asset planning, with a step-by-step checklist and cost estimates by state. For estate and legal agents. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/estate | 0.1 USDC |
Legal Ip Trademark, copyright, patent, and trade-secret guidance: registration process, filing costs, protection duration, international Madrid Protocol filing, and enforcement options for infringement. Intellectual property intelligence for IP and legal agents. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/ip | 0.1 USDC |
Legal Letter Triage Letter-engine triage (agent-tier preview of /api/legal/letter $2.00): deterministic check of whether the letter engine supports your situation, which letter type it will draft (demand | cease-desist | notice-to-quit | breach-of-contract), and what the full letter includes. No letter is drafted here — this is routing, not drafting. For legal and consumer-rights agents with small per-call budgets. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/letter-triage | 0.25 USDC |
Legal Rights Know-your-rights scripts with exact what-to-say wording for traffic stops, arrests, search and seizure, Miranda, immigration encounters, workplace surveillance, and tenant inspections, covering Fourth Amendment and civil rights. For consumer-rights and legal agents. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/rights | 0.08 USDC |
Legal Sign Check Pre-signature contract clearance: send the contract text, get a sign / negotiate / walk-away verdict with red flags quoted verbatim from the document, missing protections, key terms, and ranked negotiation asks — reviewed from YOUR side (freelancer, tenant, employee, customer, vendor). Any jurisdiction, auto-detected. Call before you sign. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/sign-check | 0.5 USDC |
Legal Small Claims Small-claims court filing guide and how-to-sue walkthrough: dollar limits, filing fees, service rules, evidence checklist, timeline, and day-of-court tips by state for security deposits, car accidents, contractor disputes, and unpaid invoices. For legal, consumer-rights, and pro-se agents. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/small-claims | 0.08 USDC |
Legal Tenant Tenant rights guidance and security-deposit recovery: state-specific rights on eviction, repairs, habitability, lease-break, rent control, and discrimination, with landlord obligations, governing statutes, deadlines, and concrete next steps. For tenant and legal agents. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/tenant | 0.1 USDC |
Legal Trademark Check Trademark knock-out check with live official verification: name in, conflict risk verdict out. Candidate conflicting marks are looked up in the USPTO TSDR system in real time and returned as verbatim official records (LIVE/DEAD status, owner, classes, dates) — research leads that could not be officially verified are labeled as such. US federal register; names the right register for non-US markets. | /m/bz-legalpulse-theaslangroupllc-com/api/legal/trademark-check | 0.5 USDC |
Legal Trademark Precheck Trademark precheck (agent-tier preview of /api/legal/trademark-check $0.50): live USPTO TSDR verification of serial/registration numbers you already have — returns the official LIVE/DEAD status, owner, classes, and dates verbatim. Does not run candidate-discovery research or produce a conflict-risk verdict; those require the full product. For legal, brand-naming, and IP agents with small per-call | /m/bz-legalpulse-theaslangroupllc-com/api/legal/trademark-precheck | 0.25 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-legalpulse-theaslangroupllc-com/api/legal/business')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-legalpulse-theaslangroupllc-com/api/legal/business # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …