Dedupe Bookmarks MCP tool
findutils:dedupe_bookmarks Remove duplicate links from a Netscape bookmarks.html export (Chrome, Firefox, Edge, Safari) and return a clean bookmarks.html plus a CSV of the duplicates. Two bookmarks are duplicates when their addresses match after folding letter case in the host, default ports and a trailing slash, and, by default, after dropping utm_* / fbclid / gclid tracking parameters and the #fragment. The first copy is kept with its title, date and folder; the duplicates CSV lists every folder a copy sat in. Other query parameters are never touched, non-web addresses compare verbatim, and no link is fetched.
Arguments
application/json-
input
string required
Netscape bookmarks HTML.
-
strip_tracking
boolean optional
Treat utm_*, fbclid and gclid parameters as noise when comparing. Default true. Default
true. -
ignore_fragment
boolean optional
Treat addresses that differ only by #fragment as the same page. Default true. Default
true.
Example arguments
Verified{
"input": "<!DOCTYPE NETSCAPE-Bookmark-file-1>\n<DL><p>\n <DT><A HREF=\"https://example.com/?utm_source=x\">Example</A>\n <DT><A HREF=\"https://example.com/\">Example again</A>\n</DL><p>\n"
} More Text tools
- Case Convert Convert a string between camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE, Title Case, Sentence case, lower, UPPER.
- Citation Generator Generate a reference-list citation in APA 7, MLA 9, Chicago, or Harvard style for a book, website, journal, or article.
- Code Diff Checker Returns a line-by-line diff of two code snippets: each line marked added, removed or unchanged with its original and modified line numbers,
- Code Highlight Html Returns syntax-highlighted HTML for a code snippet: HTML-escaped text wrapped in <span style="color: ..."> elements using one of six colour
- Html Entity Finder Search the HTML entity catalog and return matching entities with their character, named entity, decimal code, hex code, and category.
- Html Strip Strip all HTML tags from a string, converting block tags to newlines and decoding common entities.