Odel
Orcid

Orcid

@pipeworx-ioDeveloper ToolsTypeScriptMITUpdated 2w ago

ORCID public researcher records (works, employment, education)

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

mcp-orcid

ORCID MCP — public records.

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
recordFull public record by ORCID iD (e.g. "0000-0001-5109-3700").
worksWorks (publication) summaries with put-codes.
workSingle work record by put-code.
employmentEmployment summary.
educationEducation summary.
searchExpanded search (Solr-style query) across the ORCID Registry.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "orcid": {
      "url": "https://gateway.pipeworx.io/orcid/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Orcid data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT