data
ORCID MCP, CLI, and Lua Integration for AI Agents
ORCID integration docs for AI agents: MCP gateway setup, ORCID CLI commands, Lua API reference, credentials, and function schemas.ORCID for agents
No credentials required; available in web and CLI hosts when runtime dependencies are installed.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
orcid.orcid_search | Read read | 0 | Search the ORCID registry using Solr syntax. |
orcid.orcid_expanded_search | Read read | 0 | Search ORCID and return expanded identity/affiliation fields. |
orcid.orcid_csv_search | Read read | 0 | Search ORCID and return CSV output columns. |
orcid.orcid_record | Read read | 0 | Read a full public ORCID record summary. |
orcid.orcid_person | Read read | 0 | Read the public person section. |
orcid.orcid_personal_details | Read read | 0 | Read public personal details. |
orcid.orcid_address | Read read | 0 | Read public address/country data. |
orcid.orcid_keywords | Read read | 0 | Read public keywords. |
orcid.orcid_external_identifiers | Read read | 0 | Read public external identifiers. |
orcid.orcid_researcher_urls | Read read | 0 | Read public researcher URLs. |
orcid.orcid_other_names | Read read | 0 | Read public other names. |
orcid.orcid_activities | Read read | 0 | Read public activities summary. |
orcid.orcid_works | Read read | 0 | Read public works summary groups. |
orcid.orcid_work | Read read | 0 | Read one public work by put code. |
orcid.orcid_employments | Read read | 0 | Read public employment summaries. |
orcid.orcid_employment | Read read | 0 | Read one public employment by put code. |
orcid.orcid_educations | Read read | 0 | Read public education summaries. |
orcid.orcid_education | Read read | 0 | Read one public education by put code. |
orcid.orcid_qualifications | Read read | 0 | Read public qualification summaries. |
orcid.orcid_qualification | Read read | 0 | Read one public qualification by put code. |
orcid.orcid_invited_positions | Read read | 0 | Read public invited-position summaries. |
orcid.orcid_invited_position | Read read | 0 | Read one public invited position by put code. |
orcid.orcid_distinctions | Read read | 0 | Read public distinction summaries. |
orcid.orcid_distinction | Read read | 0 | Read one public distinction by put code. |
orcid.orcid_memberships | Read read | 0 | Read public membership summaries. |
orcid.orcid_membership | Read read | 0 | Read one public membership by put code. |
orcid.orcid_services | Read read | 0 | Read public service summaries. |
orcid.orcid_service | Read read | 0 | Read one public service by put code. |
orcid.orcid_fundings | Read read | 0 | Read public funding summaries. |
orcid.orcid_funding | Read read | 0 | Read one public funding by put code. |
orcid.orcid_peer_reviews | Read read | 0 | Read public peer-review summaries. |
orcid.orcid_peer_review | Read read | 0 | Read one public peer review by put code. |