← Marketplace

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.

Base

Offers

OfferEndpointPrice
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-intel0.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-awards0.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-brief0.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-bank0.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-tenders0.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-opportunities0.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-contracts0.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-contracts0.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-opportunities0.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-Receipt

Or 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", …