search
ActiveTool of mcp-orcid
declared in 0.1.0
Expanded search (Solr-style query) across the ORCID Registry.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "family-name:Lovelace AND given-names:Ada"
},
{
"rows": 50,
"query": "email:researcher@example.org",
"start": 0
}
],
"required": [
"query"
],
"properties": {
"rows": {
"type": "number",
"description": "1-1000 (default 25)"
},
"query": {
"type": "string",
"description": "e.g. \"family-name:Lovelace AND given-names:Ada\""
},
"start": {
"type": "number",
"description": "0-based offset"
}
}
}Parent server
mcp-orcid
https://github.com/pipeworx-io/mcp-orcid
2/7 registries