ListDrop MCP server
Save list-shaped answers as lists your user can keep, share, and check off. Keyless or OAuth.
Little public usage data yet
Reviews
Write oneNobody has reviewed ListDrop yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
ListDrop tools (4, 2 write)
write = sends, deletes, buys or postscreate_listwrite actionFreeSaves list-shaped content as a ListDrop list the user can keep, check off, and share: an itinerary, a reading or watch list, a packing list, gift ideas, an apartment or job-search shortlist, a step-by-step plan, a checklist. Applies when the user wants a list to outlive the conversation. Not meant for throwaway answers, secrets or sensitive data (a list is unowned until claimed), or content that isn't list-shaped. Without a connected account the list is created private and unowned, and the result contains a secret claim URL: opening it is the only way to view and keep the list, and unclaimed lists are deleted after 30 days. With a connected ListDrop account (OAuth, lists:write) the list is created directly in that account, private, and the result contains its URL instead. A URL inside an item becomes a titled, linked item. Optional fields: allowed_emails shares the private list view-only with specific people, who open the returned share URL and verify their address with a one-time email link (no account needed); expires_in_days makes the list archive itself on a date, for trips and events.
get_listFreeReturns a PUBLIC ListDrop list as markdown (title, items, notes, links), given its URL (https://www.listdrop.co/l/<id>/…) or bare id. Private lists are never readable.
my_listsFreeReturns the connected user's own lists (titles, visibility, item counts, URLs), private ones included. Requires a connected ListDrop account (OAuth, lists:read scope); without one the server answers 401.
send_feedbackwrite actionFreeSends a message to the ListDrop team when the user asks to report a problem, request a feature, or give feedback about ListDrop. A person reads every message. No account needed. The message should contain only what the user wants sent: no claim URLs, tokens, or personal data. The email field is for a user who asked for a reply and gave their address.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 330ms20/20
- Tool poisoning4 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http listdrop https://www.listdrop.co/mcp
ListDrop: common questions
- Is ListDrop MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the ListDrop safety report
- How do I install ListDrop?
- It runs remotely at www.listdrop.co. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does ListDrop need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is ListDrop maintained?
- The latest release is v1.0.0.
- Is ListDrop up?
- 100% of our last 5 checks got an answer. We check remote servers about four times a day.