arXiv MCP
arxiv-mcp.mtree.workers.dev
· arxiv-mcp.mtree.workers.dev
Two pay-per-call x402 endpoints for arXiv: papers/search ($0.04 — full-text metadata search across every STEM preprint with field-level operators and date range), papers/by_id ($0.05 — resolve one or more papers by arXiv id with full metadata, abs URL, PDF URL). No signup, no API key — pay USDC on Base.
arxiv-mcp.mtree.workers.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 26/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-20 23:56:48 current | e24001d5118f… |
view → |
Endpoints
| Agent card | https://arxiv-mcp.mtree.workers.dev/.well-known/agent-card.json |
| Provider | https://arxiv-mcp.mtree.workers.dev |
| Docs | https://arxiv-mcp.mtree.workers.dev/agent-discovery |
Skills · 2 declared · mapped to canonical taxonomy
Full-text metadata search across every arXiv preprint. Filter by free-text query, title, author(s), category, and submitted-date range. Returns titles, authors,…
Resolve one or more arXiv papers by id. Accepts modern (2401.12345, 2401.12345v2) and old-style (cs.CL/9912001) ids; arXiv: prefix and full abs/pdf URLs are nor…
Health · last 3 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/arxiv-mcp.mtree.workers.dev) [](https://agenstry.com/agents/arxiv-mcp.mtree.workers.dev) [](https://agenstry.com/agents/arxiv-mcp.mtree.workers.dev) [](https://agenstry.com/agents/arxiv-mcp.mtree.workers.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "arXiv MCP",
"description": "Two pay-per-call x402 endpoints for arXiv: papers/search ($0.04 \u2014 full-text metadata search across every STEM preprint with field-level operators and date range), papers/by_id ($0.05 \u2014 resolve one or more papers by arXiv id with full metadata, abs URL, PDF URL). No signup, no API key \u2014 pay USDC on Base.",
"url": "https://arxiv-mcp.mtree.workers.dev",
"version": "0.1.0",
"documentationUrl": "https://arxiv-mcp.mtree.workers.dev/agent-discovery",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"x402"
],
"credentials": "Pay-per-call via x402 USDC on Base \u2014 no signup, no API key. Each call returns 402 with an EXACT-scheme requirement; agents pay 0x1664530DC2A1CA350B1dbaD1Fc1F1a70c90fe4de in Base USDC and retry with X-PAYMENT."
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "papers-search",
"name": "arXiv Paper Search",
"description": "Full-text metadata search across every arXiv preprint. Filter by free-text query, title, author(s), category, and submitted-date range. Returns titles, authors, abstracts, primary category, DOI, journal-ref, abs URL, and PDF URL. Sort by relevance, lastUpdatedDate, or submittedDate. $0.04/call.",
"tags": [
"arxiv",
"research",
"papers",
"preprints",
"knowledge-base",
"literature-search",
"rag",
"stem",
"ml",
"ai",
"physics",
"math",
"cs"
],
"examples": [
"Find recent cs.CL papers on retrieval augmented generation",
"Search for transformer-architecture papers in the last 365 days",
"Look up all papers by Yoshua Bengio in cs.LG",
"Search physics.optics for quantum entanglement experiments since 2024"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "papers-by-id",
"name": "arXiv Paper Resolver",
"description": "Resolve one or more arXiv papers by id. Accepts modern (2401.12345, 2401.12345v2) and old-style (cs.CL/9912001) ids; arXiv: prefix and full abs/pdf URLs are normalised. Returns full metadata: title, authors, abstract, categories, DOI, journal-ref, comment, abs URL, PDF URL. $0.05/call.",
"tags": [
"arxiv",
"papers",
"preprints",
"metadata",
"id-resolution",
"doi",
"research",
"rag"
],
"examples": [
"Resolve paper 2401.12345",
"Look up old-style id cs.CL/9912001",
"Fetch metadata for 5 arXiv ids in one call"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}