Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man arxiv-summarize

/arxiv-summarize(1)

agentutility / web-probe / arxiv-summarize
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
ai
STATUS
live
NAME
arxiv-summarize arxiv paper summarizer / research-paper tldr
SYNOPSIS
POST https://x402.org/v1/arxiv-summarize
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

arXiv paper summarizer / research-paper TLDR. Given an arXiv ID or URL, fetches the abstract via arXiv API and produces structured summary: TLDR, key findings, methods, limitations, so-what, keywords. Plus authors, categories, DOI, PDF URL.

INPUTrequest schema
propertytypedescriptionreq?
arxiv_id_or_urlstringarXiv paper identifier (e.g. 2301.12345) or full arXiv abs/pdf URL to summarize.required
include_abstractbooleanInclude the raw abstract in response. Default true.optional
OUTPUTresponse shape
fieldtypedescription
arxiv_idstringCanonical arXiv ID parsed from the input (e.g. 2301.12345).
arxiv_urlstringCanonical arXiv abstract page URL for the paper.
pdf_urlstringDirect URL to the paper's PDF on arxiv.org.
titlestringPaper title as registered on arXiv.
authorsarrayArray of author names listed on the arXiv submission.
primary_categorystringPrimary arXiv category code for the paper (e.g. cs.LG, hep-th).
categoriesarrayAll arXiv category codes the paper is cross-listed under.
publishedstringISO 8601 timestamp of the paper's initial arXiv submission.
updatedstringISO 8601 timestamp of the most recent arXiv revision.
doistringDOI associated with the paper, if registered on arXiv.
summaryobjectStructured TLDR object with key_findings, methods, limitations, so_what, and keywords fields.
abstractstringRaw abstract text fetched from the arXiv API.
abstract_charsnumberCharacter count of the raw abstract string.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/arxiv-summarize \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the arxiv-summarize tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
arxivresearchsummarizepapersscience
env
VENICE_API_KEY
methods
POST
cluster
webprobe
price
$0.04 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
rss-from-anythingRSS feed generator / HTML to RSS converter.$0.04
scrapeWeb scraper / HTML extractor.$0.04
scrape-websiteWeb scraper / HTML to text / website content extractor.$0.04
screenshotWebsite screenshot / URL to PNG/JPG.$0.04
webpage-diffWebpage change detection / website monitor / content diff.$0.04
website-screenshotURL to PNG / JPG / website screenshot tool.$0.04
arxiv-searcharXiv full-text search.$0.03
domain-suggestBrandable domain suggester / startup-name brainstormer / product-name proposer / domain candidate generator.$0.05
SEE ALSO
agentutility(7) · webprobe(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org