← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://tablepulse.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.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Table Award Tracker Spiel des Jahres, Kennerspiel des Jahres, Kinderspiel des Jahres, and Golden Geek award tracker — nominees, winner status, and what the award means for buyers and publishers, grounded in current news (never BoardGameGeek data). | /m/bz-tablepulse-theaslangroupllc-com/api/table/award-tracker | 0.08 USDC |
Table Collection Value Board-game collection valuation — out-of-print premiums, reprint-risk warnings, and condition factors for a list of titles. Honest estimates-only, never appraisals, grounded in current secondary-market web sources (never BoardGameGeek data). | /m/bz-tablepulse-theaslangroupllc-com/api/table/collection-value | 0.15 USDC |
Table Compare Head-to-head board-game comparison — mechanics, complexity, replayability, and a use-case-specific verdict for 2-4 titles, grounded in current web reviews (never BoardGameGeek data). | /m/bz-tablepulse-theaslangroupllc-com/api/table/compare | 0.1 USDC |
Table Complexity Explainer Is this game right for MY group's experience level? Plain-language complexity breakdown, honest teach-time reality, and a rules-overhead verdict for a specific game, grounded in current web reviews (never BoardGameGeek data). | /m/bz-tablepulse-theaslangroupllc-com/api/table/complexity-explainer | 0.08 USDC |
Table Crowdfunding Radar Crowdfunding radar for a tabletop Kickstarter/Gamefound campaign — back-now-vs-wait-for-retail verdict, FOMO economics, late-pledge options, and typical retail-price outcome. Uses the real Gamefound public API when the project is hosted there. | /m/bz-tablepulse-theaslangroupllc-com/api/table/crowdfunding-radar | 0.12 USDC |
Table Deal Watch Board-game pricing guidance — MSRP vs street price, when/where deals happen, holiday cycles, and Kickstarter-vs-retail math. Uses the real BoardGamePrices.co.uk multi-retailer API (UK/DE/US/Nordics coverage), never BoardGameGeek data. | /m/bz-tablepulse-theaslangroupllc-com/api/table/deal-watch | 0.1 USDC |
Table Expansion Check Board-game expansion check for a base game — which expansions are worth it, standalone/compatibility status, and buy order, grounded in current web reviews (never BoardGameGeek data). | /m/bz-tablepulse-theaslangroupllc-com/api/table/expansion-check | 0.08 USDC |
Table Family Fit Age-appropriate board-game picks for a family — actual-age-vs-box-age reality check and a gateway-game progression ladder, grounded in current web reviews (never BoardGameGeek data). | /m/bz-tablepulse-theaslangroupllc-com/api/table/family-fit | 0.1 USDC |
Table Party Finder Party/social board-game finder by group size, vibe, and setting — including drinking-game and family-mixed-ages fit, grounded in current web sources (never BoardGameGeek data). | /m/bz-tablepulse-theaslangroupllc-com/api/table/party-finder | 0.1 USDC |
Table Recommend Board-game recommendations by group profile — player count, complexity tolerance, theme, playtime, budget, and ages, grounded in current web reviews/discussion (never BoardGameGeek data). Returns a ranked shortlist with fit reasoning, honorable mentions, and honest avoid-list. | /m/bz-tablepulse-theaslangroupllc-com/api/table/recommend | 0.15 USDC |
Table Solo Picks Best solo-mode board games by preference, with an honest solo-variant-quality read (designed-for-solo vs. weak bolt-on), grounded in current web reviews (never BoardGameGeek data). | /m/bz-tablepulse-theaslangroupllc-com/api/table/solo-picks | 0.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-tablepulse-theaslangroupllc-com/api/table/award-tracker')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-tablepulse-theaslangroupllc-com/api/table/award-tracker # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …