Updates MCP server
Corduroy Labs studio updates over MCP: list_updates and get_update, backed by the site's JSON Feed.
Little public usage data yet
Reviews
Write oneNobody has reviewed Updates yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Updates tools (2, 1 write)
write = sends, deletes, buys or postsget_updatewrite actionFreeFetch one Corduroy Labs update in full by its slug. Args: slug: the update's slug (e.g. "the-studio-machine-readable"). Obtain slugs from list_updates(). Returns: A dict with slug, title, url, date_published, summary, content_html, and optionally tags, location, image.
list_updatesFreeList Corduroy Labs blog updates, newest first. Args: limit: optional maximum number of items to return. Returns: A list of update summaries with: slug, title, url, date_published, summary, and optionally tags, location, image.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1003ms20/20
- Tool poisoning2 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 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 updates https://corduroy-labs.ai/mcp
Updates: common questions
- Is Updates MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Updates safety report
- How do I install Updates?
- It runs remotely at corduroy-labs.ai. 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 Updates need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Updates maintained?
- The latest release is v0.1.1.
- Is Updates up?
- 0% of our last 9 checks got an answer. We check remote servers about four times a day.