ai.corduroy-labs/updates MCP Server
This MCP server, ai.corduroy-labs/updates, provides Corduroy Labs studio updates over MCP. It exposes list_updates and get_update operations, backed by the site’s JSON Feed, enabling clients to retrieve update items and query specific updates.
🛠️ Key Features
- Tool support for
list_updates - Tool support for
get_update - Data source: the site’s JSON Feed
🚀 Use Cases
- Fetching a list of studio updates from Corduroy Labs
- Retrieving details for a specific update via
get_update
⚡ Developer Benefits
- Standardized MCP access to update data via
list_updatesandget_update - Uses the site’s existing JSON Feed as the backing data source
⚠️ Limitations
- Only update listing and single-update retrieval are described; no additional tools are specified