← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://grantpulse.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. 5 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Grant Funder 990 Private foundation giving intelligence from live IRS Form 990-PF public data — grants paid trend, minimum-distribution compliance, geographic/program focus. Public-domain arbitrage against paid foundation databases. | /m/bz-grantpulse-theaslangroupllc-com/api/grant/funder-990 | 0.25 USDC |
Grant Loi Complete, ready-to-send Letter of Inquiry: funder and project in, a one-page LOI out — researched against the funder's actual stated priorities and mirroring their language, with every organisation-specific fact left as a [BRACKETED] placeholder (never invented), alignment points listed, and an honest funder-fit read. The document that gets you invited to submit a full proposal. Works for foundati | /m/bz-grantpulse-theaslangroupllc-com/api/grant/loi | 2 USDC |
Grant Loi Readiness Deterministic $0.25 readiness check for /api/grant/loi ($2.00): scores completeness of your funder/project/org/amount/duration inputs against the six-part LOI structure the full product commits to, flags exactly which sections will need [BRACKETED] placeholders, and guesses funder-type register from the name alone. No live funder research, no letter text, no LLM call — pure input grading before yo | /m/bz-grantpulse-theaslangroupllc-com/api/grant/loi-readiness | 0.25 USDC |
Grant Org Intel Nonprofit financial intelligence from live IRS Form 990 public data — revenue/expense/asset trend, officer compensation, red flags. Public-domain arbitrage against paid nonprofit databases. | /m/bz-grantpulse-theaslangroupllc-com/api/grant/org-intel | 0.2 USDC |
Grant Uk UK grants matched to your organisation, grounded in the official gov.uk Find a Grant service fetched LIVE: verbatim rows with award ranges, who-can-apply, open/close dates and the official page per grant — plus the wider UK landscape (National Lottery, UKRI/Innovate UK, Arts Councils, trusts) and England/Scotland/Wales/NI specifics. For charity, CIC, business, and grant-writer agents. | /m/bz-grantpulse-theaslangroupllc-com/api/grant/uk | 0.25 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-grantpulse-theaslangroupllc-com/api/grant/funder-990')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-grantpulse-theaslangroupllc-com/api/grant/funder-990 # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …