From 26dc07eaaa42fdd1cc19ce25edacf3706d47b611 Mon Sep 17 00:00:00 2001 From: Mark Lavercombe Date: Wed, 17 Jun 2026 10:32:32 +1000 Subject: [PATCH] Add Scholar Sidekick to the list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Scholar Sidekick is a live site that implements WebMCP — it registers six tools on navigator.modelContext so in-browser agents can resolve scholarly identifiers, format citations, and check retraction, open-access, and fabrication status without scraping. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9a402d..4a8945b 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ ## Websites +- [Scholar Sidekick](https://scholar-sidekick.com/) - Resolves scholarly identifiers (DOI, PMID, arXiv, ISBN…) and verifies citations, exposing six WebMCP tools (`resolveIdentifier`, `formatCitation`, `exportCitation`, `verifyCitation`, `checkRetraction`, `checkOpenAccess`) via `navigator.modelContext`, so in-browser agents can format citations and check retraction, open-access, and fabrication status directly. + ## License [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0)