← Marketplace

Theaslangroupllc

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

Base

Offers

OfferEndpointPrice
Prop Afford
Home affordability calculator (how much house can I afford): max and recommended purchase price, true monthly cost, and debt/income ratio against income and debt for any global location. For homebuyer and personal-finance agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/afford0.1 USDC
Prop First Buyer
First-time homebuyer assistance finder: DPA grants (US), Stamp Duty relief/LISA (UK), FHSA/RRSP HBP (CA), FHOG/FHSSS (AU), honest no-scheme note (DE), eligible loan types, max home price, closing-cost estimate, step-by-step process. For homebuyer and real-estate agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/first-buyer0.1 USDC
Prop Invest
Rental property investment analysis: cap rate, cash-on-cash return, gross rent multiplier, break-even occupancy, 5-year appreciation projection, investment grade, and jurisdiction-aware landlord tax flags (UK Section 24, CA no principal-residence exemption, DE 10yr speculation period). For real-estate-investor agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/invest0.15 USDC
Prop Landlord
Landlord toolkit, rent pricing, tenant screening, and lease-law lookup: market rent guidance, tenant-screening steps, lease-law summary, eviction timeline, landlord tax flags, and local landlord/rent-control regulations for any market worldwide. For landlord and property-management agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/landlord0.12 USDC
Prop Market
Housing market analysis and home price trends: buyer-vs-seller conditions, median price, year-over-year price change, days on market, and months of inventory for any global location. For homebuyer, seller, and real-estate agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/market0.1 USDC
Prop Mortgage
Mortgage calculator and current mortgage rates: payment breakdown, loan amount, total interest, affordability check, and lender options — jurisdiction-aware (US 30/15yr fixed, UK fixed-deal/remortgage, CA term/amortization, DE Zinsbindung, AU offset, IN floating). For homebuyer and mortgage agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/mortgage0.1 USDC
Prop Neighborhood
Neighborhood report, school ratings, crime and safety, and walkability score: walk score, school rating, crime index, median income, price appreciation, and area vibe with investment outlook for any global location. For homebuyer and relocation agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/neighborhood0.1 USDC
Prop Refi
Mortgage refinance/remortgage calculator: break-even timeline, monthly and lifetime savings, cash-out availability, new-rate estimate, jurisdiction-aware (US refi, UK remortgage/ERC, DE prepayment penalty, CA term renewal, AU cashback). For homeowner and mortgage agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/refi0.08 USDC
Prop Rental Market
Global rental-market intelligence: asking rent level/trend, vacancy tightness, seasonality, rent-control flag, short-term-rental read + regulation flag, budget/hostel rates, investor gross yield when purchase_price given. Chains with /api/prop/rentbuy and homepulse rent/findpulse rental.
/m/bz-proppulse-theaslangroupllc-com/api/prop/rental-market0.12 USDC
Prop Rentbuy
Rent-vs-buy calculator: break-even timeline, 5-year cost comparison, equity built, and net advantage of buying versus renting with live market context to decide whether to rent or buy in any area worldwide. For homebuyer and personal-finance agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/rentbuy0.1 USDC
Prop Valuate
Property valuation and home value estimate (AVM): estimated value with confidence range, price per square foot/meter, comparable sales, days-to-sell estimate, and negotiation intelligence for any address worldwide. For homebuyer, seller, and real-estate agents.
/m/bz-proppulse-theaslangroupllc-com/api/prop/valuate0.1 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-proppulse-theaslangroupllc-com/api/prop/afford')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

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