Skip to main content
Glama

Unpaywall MCP Server

unpaywall_get_fulltext_links

Retrieve open-access PDF links and metadata for academic papers using DOI to access scholarly literature without paywalls.

Instructions

Given a DOI, return best open-access links (best PDF URL and open URL) plus Unpaywall locations metadata.

Input Schema

NameRequiredDescriptionDefault
doiYesDOI string or DOI URL
emailNoEmail to identify your requests to Unpaywall (optional override)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "doi": { "description": "DOI string or DOI URL", "type": "string" }, "email": { "description": "Email to identify your requests to Unpaywall (optional override)", "type": "string" } }, "required": [ "doi" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ElliotPadfield/unpaywall-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server