Skip to main content
Glama
drAbreu

OpenAlex Author Disambiguation MCP Server

by drAbreu

get_orcid_publications

Retrieve publication data from ORCID profiles to support academic research and author disambiguation, providing titles, journals, DOIs, and PMIDs.

Instructions

Get publications/works from an ORCID profile.

Args: orcid_id: ORCID identifier (e.g., "0000-0000-0000-0000" or full URL) max_works: Maximum number of works to retrieve (default: 20, max: 100)

Returns: dict: Publications data with: - orcid_id: Cleaned ORCID identifier - total_works: Number of works found - works: List of publications with titles, journals, DOIs, PMIDs

Example usage: # Get works for specific ORCID get_orcid_publications("0000-0000-0000-0000")

# Get limited number of works get_orcid_publications("0000-0000-0000-0000", max_works=10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orcid_idYes
max_worksNo

Latest Blog Posts

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/drAbreu/alex-mcp'

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