search_authors
ActiveTool of openalex
declared in 0.1.0
Find researchers by name or institution affiliation. Returns author name, ORCID, institution, publication count, and total citations.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Yoshua Bengio"
},
{
"limit": 15,
"query": "Fei-Fei Li"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (1-25, default 10)"
},
"query": {
"type": "string",
"description": "Author name to search for (e.g., \"Yoshua Bengio\")"
}
}
}Parent server
openalex
https://github.com/pipeworx-io/mcp-openalex
1/7 registries