Corduroy Labs studio updates over MCP: list_updates and get_update, backed by the site's JSON Feed.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://corduroy-labs.ai/mcp2 tools · 306mslist_updatesList 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.List 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.
| Parameter | Type | Description |
|---|---|---|
| limit | — | — |
get_updateFetch 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.Fetch 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.
| Parameter | Type | Description |
|---|---|---|
| slug* | string | — |
2 of 2 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Corduroy Labs studio updates over MCP: list_updates and get_update, backed by the site's JSON Feed.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.