← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://truthpulse.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 |
|---|---|---|
Truth Conspiracy Brief Conspiracy theory deep-dive for researcher and journalist agents. Synthesizes public records, FOIA releases, declassified docs, and court filings on any theory into what the evidence actually shows. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/conspiracy-brief | 0.2 USDC |
Truth Court Case Court case intelligence for researcher and journalist agents. Returns charges, verdict, sentence, key rulings, and legal reasoning from public records across US, UK, Canada, Australia, ICC, and ECHR. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/court-case | 0.15 USDC |
Truth Declassified Declassified archive search for researcher and OSINT agents. Synthesizes CIA, NSA, FBI Vault, National Archives, and international intelligence releases into readable intelligence. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/declassified | 0.1 USDC |
Truth Entity Network Entity connection mapping for OSINT and investigator agents. Documents relationships between individuals, organizations, and court cases using public records, FOIA releases, and court filings. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/entity-network | 0.2 USDC |
Truth Evidence Extract Forensic evidence extraction for researcher and journalist agents. Returns toxicology levels, autopsy findings, ME testimony, and DNA results exactly as entered into the court record. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/evidence-extract | 0.2 USDC |
Truth Foia Draft FOIA request writer for researcher and FOIA agents. Generates a ready-to-submit FOIA/FOI request letter for any agency in the US, UK, Canada, Australia, and 10+ countries. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/foia-draft | 0.15 USDC |
Truth Foia Search FOIA release search for researcher and OSINT agents. Finds declassified documents and public records on any topic across US, UK, Canada, Australia, and more. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/foia-search | 0.1 USDC |
Truth International Foia International FOI search for researcher and FOIA agents. Finds public records and files freedom-of-information requests in 15+ countries: UK, Canada, Australia, Germany, France, Brazil, India, Japan, and EU. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/international-foia | 0.15 USDC |
Truth Media Vs Record Media narrative vs court record for journalist and researcher agents. Compares mainstream reporting against the actual court record, ME testimony, and admitted evidence. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/media-vs-record | 0.2 USDC |
Truth New Releases Latest releases feed for researcher and journalist agents. Returns the newest FOIA releases, declassified documents, and court rulings governments and agencies have just made public globally. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/new-releases | 0.08 USDC |
Truth Uap Records Global UAP/UFO declassified records for researcher and journalist agents. Synthesizes US AARO, France GEIPAN, Chile CEFAA, UK MoD, and Brazil Air Force official disclosures. | /m/bz-truthpulse-theaslangroupllc-com/api/truth/uap-records | 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-truthpulse-theaslangroupllc-com/api/truth/conspiracy-brief')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-truthpulse-theaslangroupllc-com/api/truth/conspiracy-brief # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …