← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://clinicalintelpulse.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. 12 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Clinical Approval Outlook FDA/EMA drug approval probability + PDUFA calendar for a disease area — which Phase 3 drugs are most likely to win approval in 12-24 months, with mechanism, trial results, approval-probability scores and historical phase-3 success rates. Worldwide. For biotech-investing and payer agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/approval-outlook | 0.25 USDC |
Clinical Deal Signal Biotech M&A + licensing deal signal for clinical-stage drugs — Phase 2/3 assets most likely to be acquired or licensed, with acquisition targets, deal comps, transaction multiples and estimated deal values. Worldwide. For biotech-investing and BD agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/deal-signal | 0.35 USDC |
Clinical Disease Landscape Competitive drug pipeline landscape for any disease — full Phase 2/3 trial map, mechanism-of-action coverage, approved drugs, PDUFA calendar, M&A activity, opportunity gaps and investment thesis. Worldwide. For biotech and pharma intelligence agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/disease-landscape | 0.35 USDC |
Clinical Drug Check What is this medication? Plain-language explainer for any prescription or OTC drug from its FDA-approved label — what it treats, how to take it, boxed warnings, who should not take it, common and serious side effects, pregnancy notes. For patient, caregiver, pharmacy, and health-assistant agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/drug-check | 0.1 USDC |
Clinical Global Trials Global clinical trial landscape for any disease — geographic distribution by country across WHO ICTRP registries (US, EU, China, India, Japan, Brazil, Africa and more), regulatory pathways, access gaps and unmet need by region. For CRO, global-pharma and advocacy agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/global-trials | 0.15 USDC |
Clinical Interaction Check Can these medications be taken together? Cross-references the FDA-approved drug-interaction and contraindication sections for 2+ drugs and flags possible interactions in plain language, with severity and what-to-do. For patient, caregiver, pharmacy, and health-assistant agents managing a medication list. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/interaction-check | 0.15 USDC |
Clinical Mechanism Map Drug mechanism-of-action + molecular target landscape for any disease — targets in active trials, approved agents by MOA, crowded vs novel mechanisms and first-in-class openings, with key publications. Worldwide. For drug-discovery and VC agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/mechanism-map | 0.2 USDC |
Clinical Patient Finder Recruiting clinical trial finder for a disease or diagnosis — actively recruiting trials with plain-language summaries, eligibility (who can/cannot join), country filter, contacts and how to apply, across 400,000+ ClinicalTrials.gov studies worldwide. For patient-advocacy and provider agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/patient-finder | 0.1 USDC |
Clinical Recall Check Is my medication recalled? Checks the FDA enforcement databases (drug AND food — infant formula and supplements are filed under food) for active and past recalls, explains the recall class (I/II/III) in plain language, and lays out what to do. For patient, caregiver, pharmacy, and health-assistant agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/recall-check | 0.1 USDC |
Clinical Sponsor Intel Pharma/biotech company pipeline intelligence — full drug pipeline by phase, therapeutic-area coverage, FDA approval history, partnerships, competitive positioning and investment catalysts for any sponsor. Worldwide. For investor and M&A agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/sponsor-intel | 0.2 USDC |
Clinical Trial Brief Clinical trial deep dive by NCT ID — full trial design, primary/secondary endpoints, enrollment status and countries, sponsor, recruitment criteria, outcomes and publications for any ClinicalTrials.gov study. For research and biotech agents. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/trial-brief | 0.1 USDC |
Clinical Trial Check ClinicalTrials.gov lookup, deterministic. Answers "what is the status of NCT02142738", "recruiting phase-3 melanoma trials", "Pfizer trial pipeline". Single trial by NCT id (status, phase, sponsor, enrollment, dates, countries) or search by condition/sponsor with phase and status filters. Typed records straight off the official v2 API — no LLM, no key, public domain. | /m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/trial-check | 0.02 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-clinicalintelpulse-theaslangroupllc-com/api/clinical/approval-outlook')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-clinicalintelpulse-theaslangroupllc-com/api/clinical/approval-outlook # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …