get_full_text
Pack: pubmed · Endpoint: https://gateway.pipeworx.io/pubmed/mcp
Fetch the FULL TEXT of a biomedical paper from PubMed Central (the open-access subset) by PubMed ID. PREFER OVER get_abstract when you need methods/results/discussion, not just the abstract — “read the full paper”, “what methods did
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
pmid | string | yes | PubMed ID (e.g. “34265844”) or a PMC id (“PMC8371605”). |
Example call
curl -X POST https://gateway.pipeworx.io/pubmed/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_full_text","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"pubmed": {
"url": "https://gateway.pipeworx.io/pubmed/mcp"
}
}
}
See Getting Started for client-specific install steps.