Labsco
MCP SERVER · OFFICIAL PROJECT

Cluing Research Notes

by Cluing

Files bookmarks, summaries and ideas into topics, writes Markdown documents, and notifies the workspace.

Note-Taking & Personal Knowledge BasesOfficial source
Summary
Three snippet types is a small piece of design that keeps a research library usable.

A bookmark, your summary of the page, and a thought with no source are genuinely different things, and tools that flatten them into one note type produce a pile nobody revisits. Keeping them apart at the API means an agent filing research preserves that distinction automatically. One caution worth stating plainly: send_notification reaches colleagues over Slack and email, so an agent with this connection can message people, not just take notes.

What it is

Cluing's endpoint, which listed nine tools to an unauthenticated probe — the server identifies itself as cluing-api 1.0.0. Its unit is a snippet inside a topic, in three kinds: bookmark, summary and idea.

What you get
  • list_topics and get_topic — topics with their non-archived snippets and role information
  • create_bookmark, create_summary, create_idea — a page you saved, your write-up of it, or a free-form note with no source URL
  • create_topic — a new topic, optionally inside an existing cluster
  • create_smart_document — a full Markdown document, readable and searchable in Cluing
  • list_workspace_users and send_notification — notify colleagues over the in-app inbox, email or Slack
Requirements

A workspace and the connector added in your client. We could list the tools without credentials but did not call any, since every write would land in a real workspace — so where authentication actually bites is unconfirmed.

Setup effort

Paste a URL with a key — add the endpoint to your client