search_projects
Pack: osf · Endpoint: https://gateway.pipeworx.io/osf/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Title search text, e.g. “climate change”. |
limit | number | no | Max results (default 15, max 50). |
Example call
curl -X POST https://gateway.pipeworx.io/osf/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_projects","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"osf": {
"url": "https://gateway.pipeworx.io/osf/mcp"
}
}
}
See Getting Started for client-specific install steps.