← Marketplace

Theaslangroupllc

Theaslangroupllc is an x402-native service at https://citepulse.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. 8 endpoints listed.

Base

Offers

OfferEndpointPrice
Api Author
Author metrics for research agents and grant/hiring due-diligence — works count, total citations, h-index and i10-index (OpenAlex summary stats), a 10-year output/citation trend, affiliation timeline, and an honest disambiguation-confidence flag when the name search surfaces multiple plausible candidate profiles.
/m/bz-citepulse-theaslangroupllc-com/api/author0.02 USDC
Api Funder Impact
Funder research-impact brief — what a funder's grants have produced, grounded in OpenAlex's grants.funder-linked works (highest-impact papers, field distribution). Built for grant-strategy agents and program officers scoping a funder's track record before applying or partnering.
/m/bz-citepulse-theaslangroupllc-com/api/funder-impact0.2 USDC
Api Institution
Institution research-output benchmark for grant offices, research-strategy agents, and comparison shopping — works count, total citations, h-index/i10-index, a 10-year output/citation trend, and topic-strength breakdown (OpenAlex). Optionally benchmark two institutions side by side.
/m/bz-citepulse-theaslangroupllc-com/api/institution0.02 USDC
Api Journal
Venue/journal intelligence for authors and research agents deciding where to submit or whether to trust a citation's source — OpenAlex metrics (works, citations, DOAJ status, APC) plus Tavily-grounded, cited legitimacy signals. Never renders a bare predatory/legitimate verdict — evidence list + neutral framing only.
/m/bz-citepulse-theaslangroupllc-com/api/journal0.1 USDC
Api Literature Brief
State-of-research synthesis for a specific question — grounded in top OpenAlex + Semantic Scholar results with full citations (DOIs). Built for AI research agents that need a citation-backed starting point fast; explicitly not a substitute for a full systematic review.
/m/bz-citepulse-theaslangroupllc-com/api/literature-brief0.25 USDC
Api Paper
Single-paper lookup by DOI or title for research agents — citation count, influence, open-access status with a direct legal-OA link (Unpaywall), venue, and a TLDR. Deterministic passthrough over OpenAlex + Semantic Scholar + Unpaywall, no synthesis, cheap and fast.
/m/bz-citepulse-theaslangroupllc-com/api/paper0.02 USDC
Api Ref Check
Bibliography verification for AI research agents — POST up to 20 citations (DOIs or free-text references) and get a per-reference verdict: exists/not-found, retracted/withdrawn (Crossref + Retraction Watch + OpenAlex), and title/author/year mismatches against a real record. Built for agents auditing LLM-generated bibliographies before a citation ships.
/m/bz-citepulse-theaslangroupllc-com/api/ref-check0.02 USDC
Api Topic Scan
Rising-topics scan for a research field — retrieves top-cited/recent works from OpenAlex for a topic and synthesizes what's currently rising, what's foundational, and where coverage is thin. Built for research-strategy agents scanning a field before a literature review or grant proposal.
/m/bz-citepulse-theaslangroupllc-com/api/topic-scan0.2 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-citepulse-theaslangroupllc-com/api/author')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-citepulse-theaslangroupllc-com/api/author
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …