Back to arXiv MCP
Card snapshot
arxiv-mcp.mtree.workers.dev
·
2026-05-20 23:56:48 UTC
·
e24001d5118ffa7807effb3594891044e6dc6787c4dec95ab1811cebf793459c
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
]
}
]
}