get_paper
Pack: arxiv · Endpoint: https://gateway.pipeworx.io/arxiv/mcp
Fetch a single arXiv paper by its ID (e.g., “2310.06825”, “2310.06825v2”, or legacy “cs.CL/0301001”). Returns full metadata: title, authors, abstract, categories, DOI (if linked), PDF URL.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
arxiv_id | string | yes | arXiv identifier (with or without version suffix) |
Example call
curl -X POST https://gateway.pipeworx.io/arxiv/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_paper","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"arxiv": {
"url": "https://gateway.pipeworx.io/arxiv/mcp"
}
}
}
See Getting Started for client-specific install steps.