transfer_library
Transfer ownership with libraryid, email, and optional responseformat.
How to use it
transfer_library is exposed by the Scix MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the transfer_library tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Scix MCP
npx scix-mcpOther tools in Scix MCP (21)
Add search results to a library with libraryid, query, optional rows (1-2000, default 25), and responseformat.
Create with name (required), optional description, public (default false), bibcodes, and responseformat.
Remove note for libraryid + bibcode; optional responseformat.
Permanently delete by libraryid; optional responseformat.
Update name, description, or public for libraryid; optional responseformat.
Export bibcodes (1-2000) in format — one of the 23 formats in the ExportInputSchema enum in src/types.ts (e.g. bibtex, aastex, endnote, ris, ieee, mnras). Use customformat with format: custom for a template. Returns plain text in the chosen format.
Fetch note content for libraryid + bibcode; optional responseformat.
Forward citations for a paper (bibcode, DOI, arXiv ID, or SciX ID); optional rows (1-100, default 20) and responseformat.
List libraries; optional type (all owner collaborator, default all) and responseformat.
Metadata + documents for libraryid; optional responseformat.
Metrics for bibcodes (1-2000) with optional responseformat; returns h-index, g-index, citation counts, usage stats.
Fetch a paper by bibcode, DOI, arXiv ID, or SciX ID (scix:...) with optional responseformat.
View owners/collaborators for libraryid; optional responseformat.
Backward references for a paper (bibcode, DOI, arXiv ID, or SciX ID); optional rows (1-100, default 20) and responseformat.
Diagnose the server setup. No required params (optional responseformat). Reports server name/version, API base URL, whether a token is configured, an authentication probe result (ok unauthorized ratelimited unreachable skipped), and the registered tool names. Never emits the token value. Runs withou
Run set ops on a library with libraryid, operation (union intersection difference copy empty), optional sourcelibraryids, name/description (for copy), and responseformat.
Add/update note with libraryid, bibcode, content, and optional responseformat.
Add/remove documents with libraryid, bibcodes (1-2000), action (add remove), and optional responseformat.
Solr-powered search across SciX. Params: query (required), rows (1-100, default 10), start (offset, default 0), sort (score desc citationcount desc date desc date asc readcount desc, default score desc), responseformat (markdown json, default markdown).
Search SciX help documentation. Params: query (required, natural language), limit (1-20, default 5). Returns a ranked list with title, section/subsection, source URL, relevance score, and a focused snippet.
Grant/change a user's access with libraryid, email, permission (owner admin write read), and optional responseformat.