Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/orcid-mcp-server

io.github.cyanheads/orcid-mcp-server

Researcher profiles, works, affiliations, funding, and peer reviews from the ORCID registry.

Uptime
100.0%
2 direct probes · 30d
Response
891ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

orcid_get_profile

Fetch a researcher's public profile from ORCID: name, biography, keywords, researcher URLs, and external identifiers such as Scopus Author ID, ResearcherID, and Loop profile. This is the entry point f…

orcid_search_researchers

Search the ORCID registry using structured field parameters or raw Solr syntax. All provided structured params are ANDed together. The `query` field appends raw Solr syntax to the generated clause. Re…

orcid_get_works

Retrieve works associated with an ORCID iD — publications, datasets, software, preprints, and more. Returns work summaries with put-codes, titles, types, publication dates, journal names, and all exte…

orcid_get_work_detail

Fetch full detail records for 1–100 works by their put-codes in a single request. Put-codes are returned by orcid_get_works in the putCode field of each work entry. Returns the abstract (short-descrip…

orcid_get_affiliations

Fetch affiliation records for an ORCID researcher. The `types` parameter controls which affiliation sections to return: employment, education, invited-positions, distinctions, memberships, qualificati…

orcid_get_funding

Fetch funding records for an ORCID researcher: grants, contracts, awards, and salary awards. Returns funder names, funder organization identifiers, grant numbers, and funding periods. Funding data is …

orcid_get_peer_reviews

Fetch peer review activity for an ORCID researcher: convening organizations (journals and publishers), reviewer role (reviewer, editor, chair, etc.), review type, completion dates, and ISSN-keyed grou…

orcid_get_research_resources

List research resources associated with an ORCID researcher — compute allocations, equipment access, lab facilities, data resources, and clinical study registrations. This is a newer ORCID section; mo…

orcid_resolve_researcher

Disambiguate an author name to a verified ORCID iD. Returns ranked candidates (5 by default, up to 20 via the rows parameter) with transparent disambiguation signals: name match type (exact/partial/ot…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/orcid-mcp-server": {
      "url": "https://orcid.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}