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

NameTypeRequiredDescription
querystringyesTitle search text, e.g. “climate change”.
limitnumbernoMax 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.

Regenerated from source · build June 9, 2026