← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://govspendpulse.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. 9 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Govspend Agency Intel Federal agency spending profile, procurement intelligence, and capture strategy for any US federal agency. Returns top vendors, NAICS codes, procurement vehicles, IDIQ/GWAC contracts, entry strategy, and budget priorities from USASpending.gov data — for business-development and capture agents. | /m/bz-govspendpulse-theaslangroupllc-com/api/govspend/agency-intel | 0.15 USDC |
Govspend Competitor Awards Federal contractor / vendor competitive intelligence and market-share analysis — who is winning federal contracts in your market. Returns top vendors by total awards, market-concentration analysis, opportunity gaps, and set-aside landscape from USASpending.gov, for business-development and market-intelligence agents. | /m/bz-govspendpulse-theaslangroupllc-com/api/govspend/competitor-awards | 0.15 USDC |
Govspend Contract Brief Federal contract opportunity brief, bid/no-bid intelligence, and incumbent analysis for any specific solicitation. Covers historical award context, incumbent analysis, requirements intelligence, competitive landscape, a bid/no-bid signal, and concrete next steps — for capture and proposal agents. | /m/bz-govspendpulse-theaslangroupllc-com/api/govspend/contract-brief | 0.2 USDC |
Govspend Development Bank International development-bank procurement and multilateral tender intelligence. Covers World Bank, ADB, AfDB, and the UN system (UNGM): $200B+ in annual multilateral procurement across 100+ countries, with a vendor registration guide — for business-development and international-sourcing agents. | /m/bz-govspendpulse-theaslangroupllc-com/api/govspend/development-bank | 0.15 USDC |
Govspend Eu Tenders EU government tender / public procurement search across all 27 EU member states — live TED (Tenders Electronic Daily) data. Returns contract notices with value, contracting authority, CPV category, and deadline. Free EU data, for business-development and procurement agents. | /m/bz-govspendpulse-theaslangroupllc-com/api/govspend/eu-tenders | 0.08 USDC |
Govspend Global Opportunities Global government procurement / tender search beyond US/EU/UK. Covers Australia (AusTender), Canada (CanadaBuys), Asia-Pacific, Africa, Latin America, Middle East, and the UN system in one synthesis — for business-development and international-sourcing agents. | /m/bz-govspendpulse-theaslangroupllc-com/api/govspend/global-opportunities | 0.15 USDC |
Govspend Uk Contracts UK government contract / tender search and procurement intelligence from Contracts Finder and Find a Tender Service. Returns UK public-sector awards and opportunities with department, value, sector, and market snapshot, for business-development and procurement agents. | /m/bz-govspendpulse-theaslangroupllc-com/api/govspend/uk-contracts | 0.08 USDC |
Govspend Us Contracts Federal contract / award search and government spending lookup by keyword, NAICS, agency, or state — real-time USASpending.gov data. Returns top awards with recipient, amount, agency, period, and vendor market intelligence, for business-development and market-intelligence agents. | /m/bz-govspendpulse-theaslangroupllc-com/api/govspend/us-contracts | 0.08 USDC |
Govspend Us Opportunities Federal contract opportunity / solicitation / RFP search — active open opportunities from SAM.gov. Returns deadlines, set-aside types, NAICS codes, and bid guidance for vendors actively seeking federal business, for business-development and capture agents. | /m/bz-govspendpulse-theaslangroupllc-com/api/govspend/us-opportunities | 0.08 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-govspendpulse-theaslangroupllc-com/api/govspend/agency-intel')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-govspendpulse-theaslangroupllc-com/api/govspend/agency-intel # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …