get_project
Pack: osf · Endpoint: https://gateway.pipeworx.io/osf/mcp
OSF: fetch metadata for a single public research project (node) by its OSF id (e.g. “abc12”). Returns title, description, category, dates, tags, and public flag.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | OSF node id, e.g. “abc12”. |
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":"get_project","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.