search_projects
ActiveTool of Osf
declared in 0.1.0
OSF (Open Science Framework, by the Center for Open Science): search public research projects ("nodes") by title. Returns id, title, description, category, creation date, and tags. Keyless public data; the API can be slow.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 15, max 50)."
},
"query": {
"type": "string",
"description": "Title search text, e.g. \"climate change\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Osf
https://github.com/pipeworx-io/mcp-osf
1/7 registries