search_institutions
ActiveTool of openalex
declared in 0.1.0
Find academic institutions by name or location (e.g., country code 'US', 'GB'). Returns institution name, country, type, publication count, and research areas.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "MIT"
},
{
"limit": 10,
"query": "Stanford University"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (1-25, default 10)"
},
"query": {
"type": "string",
"description": "Institution name to search for (e.g., \"MIT\")"
}
}
}Parent server
openalex
https://github.com/pipeworx-io/mcp-openalex
1/7 registries