search_works
ActiveTool of openalex
Search scholarly/academic research across ALL fields — medicine, biology, neuroscience, genetics, chemistry, physics, materials science, computer science, economics, and beyond. Find recent studies, papers, and findings on any topic, gene, disease, drug, material, method, or theory by title, author, or keyword — e.g. "latest research on Kv7 potassium channels in epilepsy", "recent studies on semaglutide", "what has been published on X". Returns title, authors, journal, publication year, citation count, and abstract.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "transformer neural networks"
},
{
"limit": 20,
"query": "CRISPR gene editing"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (1-25, default 10)"
},
"query": {
"type": "string",
"description": "Search query (e.g., \"transformer neural networks\")"
}
}
}Parent server
openalex
https://github.com/pipeworx-io/mcp-openalex
1/7 registries