---
title: Scholar Sidekick vs MyBib — Identifier-First vs URL-First
description: Honest comparison of Scholar Sidekick (free identifier-first citation API + 9 tools + MCP) vs MyBib (free in-browser bibliography builder). Complementary.
doc_version: "1.0"
last_updated: "2026-05-09"
---

# Scholar Sidekick vs MyBib

> From a clinical researcher who needs source-of-truth metadata, not best-effort URL scraping.
> Last updated: 2026-05-09
> HTML version: https://scholar-sidekick.com/compare/scholar-sidekick-vs-mybib

MyBib (mybib.com) is a genuinely free citation generator. No paid tier, no premium-style paywall, no account required, every CSL style available, in-browser bibliography that persists across sessions, browser extension for one-click cite. For an undergraduate writing an essay who needs to format a few URLs into APA or MLA, it is one of the cleanest free tools on the public web.

Scholar Sidekick (scholar-sidekick.com) is also free at the anonymous tier - but it solves a different shape of citation problem. We start from the identifier (DOI, PMID, PMCID, ISBN, ISSN, arXiv, ADS bibcode, WHO IRIS URL) and resolve metadata live from authoritative registries (Crossref, PubMed, DataCite, OpenAlex). MyBib starts from the URL or manual entry and either reads the embedded metadata or scrapes the page. When the page has clean metadata, both tools produce byte-identical output - they both render via citeproc-js. When the page does not, the tools diverge.

Said differently: MyBib is an in-browser bibliography builder optimised for URL paste and student-essay workflow; Scholar Sidekick is a stateless API and nine purpose-built tools optimised for identifier-first resolution and source-of-truth provenance. Different optimisations, different audiences, complementary tools.

These tools are not competitors. Most readers who land here will keep using MyBib for the in-browser bibliography workflow on URL inputs and reach for Scholar Sidekick for the moments identifier coverage, retraction checks, the public API, or deterministic version-pinning matter.

## When to use which

| Need | Reach for | Why |
| --- | --- | --- |
| Building a free in-browser bibliography for an undergraduate essay | MyBib | Free, no account, persistent in browser local storage, in-browser editor, full CSL style picker, browser extension for one-click cite. |
| Citing a blog post, news article, or website that has no DOI | MyBib | URL paste with auto-cite from page metadata is MyBib's home turf. Scholar Sidekick is identifier-first. |
| Quickly converting one DOI / PMID / arXiv ID to a formatted citation | Scholar Sidekick | Identifier-first resolution from authoritative registries; broader identifier coverage; nine purpose-built tools for the moment-of-need use case. |
| Resolving a PMCID, ADS bibcode, ISSN, or WHO IRIS URL | Scholar Sidekick | Broader identifier coverage. MyBib accepts URL, ISBN, DOI, manual entry only. |
| Checking whether a paper has been retracted before citing it | Scholar Sidekick | Live Retraction Watch integration via /tools/retraction-checker. MyBib has no retraction check. |
| Checking whether a paper is open access (with a free PDF link) | Scholar Sidekick | Live Unpaywall integration via /tools/open-access-checker. MyBib has no open-access classification. |
| Calling citation formatting from a script, CI job, or AI agent | Scholar Sidekick | Free REST API + first-party MCP server. MyBib has no public API for citation formatting. |
| Generating reproducible, version-pinned citation output for an audit or systematic review | Scholar Sidekick | x-scholar-transform-version header pins the formatter chain to a specific snapshot. MyBib does not surface a stability header. |
| Comparing how the same paper looks in five citation styles before committing | Scholar Sidekick | /tools/citation-style-comparator renders Vancouver, APA, AMA, IEEE, CSE side by side. |
| Saving a bibliography across sessions in the same browser | MyBib | Browser local-storage persistence is built in. Scholar Sidekick is stateless by design. |
| Detecting every identifier inside a block of pasted text | Scholar Sidekick | /tools/identifier-detector parses prose, reference lists, manuscript excerpts. MyBib is one-citation-at-a-time. |
| Resolving a hand-typed reference where the identifier is unknown | Scholar Sidekick | Run the title through /tools/identifier-detector and validate via /tools/identifier-validator. MyBib accepts manual entry but does not validate or resolve. |

## Feature comparison

| Feature | MyBib | Scholar Sidekick |
| --- | --- | --- |
| Primary model | Stateful in-browser bibliography builder (URL-first, citeproc-js) | Stateless API + nine purpose-built free tools + MCP server (identifier-first, citeproc-js) |
| Cost | Free, no paid tier, no premium-style paywall, no advertising on the citation generator | Free anonymous tier; paid via RapidAPI for higher request limits (free covers most evaluation) |
| Account required for free tier | No | No (anonymous tier) |
| Source of metadata | URL scraping + page metadata + Crossref for DOI; manual fallback | Live registries: Crossref, PubMed, DataCite, OpenAlex, OpenLibrary; ADS for astrophysics |
| Accepted identifier types | URL, DOI, ISBN, manual entry | DOI, PMID, PMCID, ISBN, ISSN, arXiv, ADS bibcode, WHO IRIS URL, scholarly URLs |
| Citation styles | 9,000+ CSL styles via citeproc-js | 10,000+ CSL styles + 5 hand-tuned builtins (Vancouver, AMA, APA, IEEE, CSE) |
| CSL engine | citeproc-js | citeproc-js (same engine; identical output for identical input) |
| In-browser bibliography | Yes (persistent in browser local storage; in-browser editor) | No (stateless; format via API or tool pages) |
| Browser extension | MyBib Cite Helper (auto-cite from publisher pages) | First-party right-click cite extension for Chrome, Firefox, Edge |
| Cite-While-You-Write (Word / Pages) | No native Word plugin (browser-first product) | No - use Zotero or EndNote for in-document citation insertion |
| Free task tools | One unified citation generator + browser extension | Nine purpose-built tools: DOI Lookup, DOI to BibTeX, DOI to RIS, PMID Converter, OA Checker, Retraction Checker, Identifier Detector, Identifier Validator, Style Comparator |
| Live retraction badges | No | Yes, via dedicated /tools/retraction-checker (Retraction Watch). Not exposed via the main API/MCP resolver. |
| Live open-access status | No | Yes, via dedicated /tools/open-access-checker (Unpaywall). Not exposed via the main API/MCP resolver. |
| Style comparator | No | Yes (/tools/citation-style-comparator) |
| REST API | No public API | Yes (free anonymous tier, paid plans via RapidAPI) |
| MCP server | No | Yes (first-party; Claude, Cursor, Windsurf, etc.) |
| NDJSON streaming for batch | No | Yes (/api/format/stream) |
| Determinism / output stability | Style pack version dependent; no public stability header | x-scholar-transform-version header pins formatter chain to a specific snapshot |
| Provenance manifest | Documented in MyBib FAQ and About pages | Public /.well-known/sources.json with resolver chain and fallback order |
| Self-verification kit | Manual | /verification page with copy-paste curl commands |
| Export formats | BibTeX, RIS, Word, plain text | BibTeX, RIS, CSL-JSON, EndNote XML, RefWorks, NBIB (PubMed), RDF, CSV, plain text |
| Audience | Students, undergraduate and graduate writers | Researchers, clinicians, developers, AI agents, systematic-review automation pipelines |
| Maturity | Founded ~2018; established student citation generator | Released 2025; micro-SaaS |

## Where MyBib wins

MyBib is the right tool for the largest free-citation-generator audience: students writing essays who want a clean, browser-based bibliography with no signup, no paid tier, and no per-style paywall. Within that scope it is one of the cleanest free tools on the public web. If your work involves any of the following, MyBib is the right tool and Scholar Sidekick is not trying to compete:

- **Truly free across the whole feature set, no premium tier.** Many free citation generators reserve premium styles, plagiarism checks, or unlimited bibliographies behind a paywall. MyBib does not - every CSL style and the entire generator are free. Scholar Sidekick's anonymous tier is also free, but it is positioned as a stateless API with paid plans on RapidAPI for higher request volumes; MyBib has no paid tier at all.
- **Persistent in-browser bibliography.** Build a bibliography across multiple sessions in the same browser, edit citations in place, reorder, export when ready. The whole student essay loop is covered without an account. Scholar Sidekick is stateless by design and has nothing in this category.
- **Cleaner UX for one-off URL citations.** Paste a URL, MyBib reads the page metadata and produces a citation. For blog posts, news articles, government pages, and websites that have no DOI, this is the workflow MyBib was built for. Scholar Sidekick is identifier-first and does not auto-cite arbitrary web pages.
- **Browser extension (MyBib Cite Helper) for one-click cite from publisher pages.** Click on a journal article in your browser, the extension grabs the metadata and adds it to your bibliography. Useful for the read-and-cite student workflow.
- **Full citation generator UI for manual entry.** When you need to cite a source that has no DOI and no clean URL (a personal communication, an unpublished manuscript, a film, a podcast episode), MyBib's manual-entry forms cover dozens of source types with style-aware field prompts. Scholar Sidekick is identifier-first; manual entry is not the primary input.
- **Established student-essay workflow.** MyBib is referenced by university writing centres and library guides for free APA / MLA / Chicago / Harvard generation. If a student lands on MyBib via a university link, they are in good hands.
- **Same CSL engine as Scholar Sidekick (citeproc-js), so style output is identical for identical metadata.** This is genuine: when MyBib's URL scrape produces clean metadata for a paper that has a DOI, the resulting citation is byte-identical to what Scholar Sidekick would produce for the same DOI. The tools differ in metadata source, not style rendering.
- **No login wall.** Open the page, build the bibliography, copy or download. Scholar Sidekick's anonymous tier is also accessible without login, but Scholar Sidekick does not have an in-browser bibliography to log into.

## Where Scholar Sidekick wins for the source-of-truth user

MyBib's metadata comes from URL scraping plus Crossref for DOI inputs. That works well for blog posts and news articles (which have embedded metadata) and for clean DOIs (where Crossref does the heavy lifting). It works less well for paywalled papers, malformed URLs, identifier-only inputs (PMID, PMCID, arXiv, ADS, WHO IRIS), and cases where the published metadata has been corrected after the URL was first scraped. For research, clinical, audit, and any setting where the source identity matters, Scholar Sidekick's identifier-first registry-resolution model wins concretely:

- **Authoritative registry metadata, not URL scraping.** Crossref, PubMed, DataCite, and OpenAlex are the authoritative sources for journal article metadata. Scholar Sidekick resolves directly from them. MyBib reads the URL you pasted; if the page has stale metadata or the page disappears, the citation goes with it.
- **Live retraction status.** [/tools/retraction-checker](https://scholar-sidekick.com/tools/retraction-checker) cross-references Retraction Watch so you can flag a retracted paper before you cite it. MyBib does not surface retractions. (Note: this currently lives in the dedicated tool page, not the main API or MCP resolver.)
- **Live open-access status with PDF link.** [/tools/open-access-checker](https://scholar-sidekick.com/tools/open-access-checker) uses Unpaywall to tell you whether a freely available version exists, with a direct link, and classifies it as Gold, Green, Hybrid, or Bronze. MyBib does not surface open-access status.
- **Broader identifier coverage out of the box.** MyBib accepts URL, DOI, ISBN, and manual entry. Scholar Sidekick adds PMID, PMCID, ISSN, arXiv, ADS bibcode, and WHO IRIS URLs - useful for biomedicine, astrophysics, and global health policy work. See [/tools/identifier-detector](https://scholar-sidekick.com/tools/identifier-detector) and [/tools/identifier-validator](https://scholar-sidekick.com/tools/identifier-validator).
- **Nine purpose-built free tools, not one general builder.** When you just need to convert one DOI to BibTeX, [/tools/doi-to-bibtex](https://scholar-sidekick.com/tools/doi-to-bibtex) is one paste and one copy. Same for [/tools/pubmed-id-converter](https://scholar-sidekick.com/tools/pubmed-id-converter), [/tools/doi-to-ris](https://scholar-sidekick.com/tools/doi-to-ris), and the rest at [/tools](https://scholar-sidekick.com/tools).
- **Citation Style Comparator.** [/tools/citation-style-comparator](https://scholar-sidekick.com/tools/citation-style-comparator) renders the same paper in Vancouver, AMA, IEEE, APA, and CSE side by side - useful when a journal accepts several formats and you want to see the difference before committing. MyBib lets you switch styles inside a bibliography but does not surface a side-by-side comparator at the point of decision.
- **Identifier validation and detection.** [/tools/identifier-validator](https://scholar-sidekick.com/tools/identifier-validator) checks whether a DOI, PMID, ISBN, or arXiv ID is well-formed and whether it resolves to a real publication. [/tools/identifier-detector](https://scholar-sidekick.com/tools/identifier-detector) extracts every scholarly identifier from a paragraph, reference list, or manuscript excerpt. MyBib does not have either.
- **Source provenance you can audit.** Every Scholar Sidekick response declares which registry it came from, the resolver chain, and the fallback order. The [data source manifest](https://scholar-sidekick.com/.well-known/sources.json) is public. MyBib does not expose a corresponding manifest.

## Where Scholar Sidekick wins for scripts and agents

MyBib has no public API for citation formatting. For any workflow that involves scripts, CI jobs, systematic-review automation, or AI agents handling references, the gap between MyBib and Scholar Sidekick is total - this is not a feature comparison, it is a category that MyBib does not occupy.

- **Stateless REST API.** Send identifiers in, get formatted citations or export files out. Free anonymous tier covers evaluation; paid plans on RapidAPI scale to half a million requests per month. See [/docs](https://scholar-sidekick.com/docs).
- **First-party MCP server.** Claude, Cursor, Windsurf, and other MCP-aware agents can resolve, format, and export citations directly via natural language. Implemented as a maintained open-source npm package. See [/mcp](https://scholar-sidekick.com/mcp).
- **NDJSON streaming for batch.** /api/format/stream emits one JSON object per identifier so you can process thousands of references without buffering the whole response. Useful for systematic-review pipelines.
- **Public provenance manifest.** A machine-readable [/.well-known/sources.json](https://scholar-sidekick.com/.well-known/sources.json) declares the resolver chain, fallback order per identifier type, allowlisted hosts, and network safety guarantees. MyBib does not publish a comparable manifest.
- **Deterministic output for reproducible publication.** The x-scholar-transform-version response header pins the resolver chain, normalisation, formatter, and CSL engine to a specific snapshot. Identical inputs at a fixed transform version produce byte-identical output - which matters for systematic reviews, audits, and reproducibility statements. MyBib output depends on the page metadata at the time of scrape plus the CSL style version, with no equivalent stability header.
- **Self-verification kit.** [/verification](https://scholar-sidekick.com/verification) provides copy-paste curl commands and expected outputs that let an external evaluator independently confirm determinism and edge-case behaviour against the live API.
- **Edge-case identifier coverage at the API layer.** ADS bibcodes for astrophysics, WHO IRIS URLs for global health policy, PMID and PMCID for biomedical literature - all surfaced via the same resolver chain through the API and MCP. (Live retraction and open-access status are surfaced via the dedicated tool pages, not the main API/MCP resolver.)
- **Broader export formats.** Beyond BibTeX and RIS, Scholar Sidekick supports CSL-JSON, EndNote XML, RefWorks, NBIB (PubMed), RDF, CSV, and plain text. Useful when piping to tools that expect a specific reference-manager format.

## Use both together

These tools solve different problems and work well in combination. Both render via citeproc-js (the open-source CSL processor that Zotero developed) so styles render the same way. A few concrete patterns:

- **MyBib for blog-post and news-article cites, Scholar Sidekick for journal-article cites.** When you cite a blog post, MyBib's URL auto-cite is the right tool. When you cite a published paper, run the DOI through Scholar Sidekick to get the registry-authoritative metadata.
- **MyBib for the student essay workflow, Scholar Sidekick for the moments retraction or OA status matters.** Most of an essay is bibliography-and-format work and MyBib handles it well. When you cite a clinical study, run the DOI through [/tools/retraction-checker](https://scholar-sidekick.com/tools/retraction-checker) before submission. Catches retractions MyBib will not flag.
- **MyBib for the in-browser bibliography, Scholar Sidekick API for batch resolution.** When you have a list of 50 identifiers from a course reading list and need them resolved into a clean BibTeX file, the Scholar Sidekick batch endpoint or [/tools/doi-to-bibtex](https://scholar-sidekick.com/tools/doi-to-bibtex) handles it in one step. Then import the .bib into MyBib for the in-browser editing workflow.
- **For agent workflows: Scholar Sidekick MCP for citation generation; MyBib does not expose an MCP surface.** Different layers of the stack.
- **For migration: export from MyBib as BibTeX, then validate via Scholar Sidekick.** If you ever need to move a MyBib bibliography to Zotero, EndNote, or a paper-writing system, export as BibTeX and run the identifiers through [/tools/identifier-validator](https://scholar-sidekick.com/tools/identifier-validator) to confirm everything still resolves. A clean exit path.
- **Both render via citeproc-js, so output for the same metadata is byte-identical.** This is the cleanest sanity check between the tools: paste the same DOI into both, confirm the citation matches. The differences will only show up where the metadata source diverges, not in the style rendering.

## Frequently asked questions

### Is Scholar Sidekick a free alternative to MyBib?

Both tools are free for the basic citation-generation use case, but they are different shapes. MyBib is a free in-browser bibliography builder optimised for URL paste and student-essay workflows. Scholar Sidekick is a free stateless API plus nine purpose-built free tools, optimised for identifier-first resolution, retraction-awareness, and agent integration. If you want a free in-browser bibliography you can save and edit, MyBib is the better fit. If you want a free identifier-first citation API plus a public provenance manifest, Scholar Sidekick is the better fit.

### Should I switch from MyBib to Scholar Sidekick?

Probably not, if you actively use MyBib's in-browser bibliography for a student essay workflow. MyBib's URL-paste auto-cite, persistent bibliography, and clean style picker cover that loop well, and Scholar Sidekick is not trying to replace it. Reach for Scholar Sidekick when you need broader identifier coverage (PMCID, ADS, ISSN, WHO IRIS), retraction or open-access checks, an API or MCP server, or deterministic transform versioning - the moments MyBib was not designed for.

### Does MyBib have an API like Scholar Sidekick?

No. MyBib is browser-first: the citation generator runs in the page, the bibliography is stored in browser local storage, and there is no public REST API for citation formatting. For any workflow that involves a script, a CI job, or an AI agent generating citations, Scholar Sidekick's [/api/format](https://scholar-sidekick.com/docs) endpoint or the first-party [MCP server](https://scholar-sidekick.com/mcp) is the right tool.

### Does Scholar Sidekick have an in-browser bibliography like MyBib?

No. Scholar Sidekick is stateless by design - we do not store your citations on our server or in your browser. If you want a persistent bibliography in the browser, MyBib (or [Zotero](https://www.zotero.org/) for a deeper reference manager) is the right fit. If you want stateless, scriptable, one-shot citation generation that produces the same output every time at a pinned transform version, Scholar Sidekick is the right fit.

### Why does Scholar Sidekick resolve from registries when MyBib scrapes URLs?

Different optimisations. URL scraping is the right approach when the source is a blog post, news article, or website that has no formal identifier - which is the majority of MyBib's user-pasted inputs. Identifier-first resolution from Crossref, PubMed, DataCite, and OpenAlex is the right approach when the source is a journal article, book, or government report - which is the majority of Scholar Sidekick's resolver workload. Both approaches are correct for the scope each tool was designed for. They diverge on edge cases: paywalled papers, malformed URLs, identifier-only inputs, and post-publication metadata corrections (where the registry record reflects the correction but a previously-scraped URL does not).

### Can I use both together?

Yes. The cleanest pattern is MyBib for in-browser bibliography assembly on URL inputs, Scholar Sidekick for identifier-first resolution and retraction / open-access checks. Both render via citeproc-js so style output for the same metadata is byte-identical. Export from MyBib as BibTeX, validate the identifiers via [/tools/identifier-validator](https://scholar-sidekick.com/tools/identifier-validator), and you have a clean handoff between the two.

### Does MyBib check for retractions or open-access status?

No. MyBib does not cross-reference Retraction Watch (retractions, corrections, expressions of concern) and does not classify open-access status (Gold, Green, Hybrid, Bronze). Scholar Sidekick provides both via dedicated tool pages: [/tools/retraction-checker](https://scholar-sidekick.com/tools/retraction-checker) and [/tools/open-access-checker](https://scholar-sidekick.com/tools/open-access-checker). These currently live as standalone tools rather than being wired into the main /api/format resolver.

### How do I cite Scholar Sidekick (or MyBib) in a paper?

Cite MyBib by URL (https://www.mybib.com) and the date you generated the citation. Cite Scholar Sidekick by URL (https://scholar-sidekick.com) and including the x-scholar-transform-version value from the response, which pins the formatter chain to a specific snapshot for reproducibility. The [/verification](https://scholar-sidekick.com/verification) page shows how to capture the value programmatically.

## Related

### Other Scholar Sidekick comparisons

- [Comparison index](https://scholar-sidekick.com/compare)
- [Scholar Sidekick vs Zotero (the free reference manager)](https://scholar-sidekick.com/compare/scholar-sidekick-vs-zotero)
- [Scholar Sidekick vs ZoteroBib (the in-browser bibliography builder)](https://scholar-sidekick.com/compare/scholar-sidekick-vs-zoterobib)
- [Scholar Sidekick vs Scribbr (source-accuracy vs style-accuracy)](https://scholar-sidekick.com/compare/scholar-sidekick-vs-scribbr)
- [Scholar Sidekick vs EndNote (Clarivate's enterprise reference manager)](https://scholar-sidekick.com/compare/scholar-sidekick-vs-endnote)
- [Citation MCP Servers Compared (the developer / agent angle)](https://scholar-sidekick.com/compare/citation-mcp-servers)
- [Scholar Sidekick vs Cite This For Me (Chegg's URL-paste citation generator)](https://scholar-sidekick.com/compare/scholar-sidekick-vs-citethisforme)

### About Scholar Sidekick

- [Free tools](https://scholar-sidekick.com/tools)
- [REST API docs](https://scholar-sidekick.com/docs)
- [MCP server](https://scholar-sidekick.com/mcp)
- [Browser extension](https://scholar-sidekick.com/extension)
- [Self-verification kit](https://scholar-sidekick.com/verification)
- [Data source manifest (sources.json)](https://scholar-sidekick.com/.well-known/sources.json)
- [Engineering principles](https://scholar-sidekick.com/engineering-principles)
- [Glossary](https://scholar-sidekick.com/glossary)

### Learn more about MyBib

- [MyBib (mybib.com)](https://www.mybib.com/)
- [MyBib Cite Helper (browser extension)](https://www.mybib.com/tools/cite-helper)

## Sitemap

See the full [sitemap](https://scholar-sidekick.com/sitemap.md) for all pages.
