# updates MCP server

Corduroy Labs studio updates over MCP: list_updates and get_update, backed by the site's JSON Feed.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-corduroy-labs-updates
- Website: https://corduroy-labs.ai/mcp/

## Install
- Endpoint: https://corduroy-labs.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://corduroy-labs.ai/mcp

## Tools
- list_updates - 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.
     Endpoint: https://corduroy-labs.ai/mcp
- get_update - 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.
     Endpoint: https://corduroy-labs.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ai.corduroy-labs
- Version: 0.1.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
