# ShowMeStepByStep MCP server

Search, browse, and cite a 377-tutorial step-by-step how-to corpus from your AI client.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-rt1966-showmestepbystep
- Repository: https://github.com/rt1966/ShowMeStepByStep
- Website: https://www.showmestepbystep.com/mcp

## Install
- Endpoint: https://www.showmestepbystep.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://www.showmestepbystep.com/api/mcp

## Tools
- search_tutorials - Search the ShowMeStepByStep tutorial corpus by free-text query. Searches across tutorial titles, descriptions, and step content. Returns slim summaries with TL;DRs and canonical URLs. Tenant-aware. Optional filters narrow by category, difficulty, or maximum duration. Endpoint: https://www.showmestepbystep.com/api/mcp
- get_tutorial - Fetch the full machine-readable rendition of a tutorial by slug: title, TL;DR, numbered steps (with text, imageUrl, tips, and YouTube videoTimestampSeconds for deep-linking), tools/materials, tags, related tutorial slugs, creator credit, recipe (with nutrition + cuisine when applicable), license, and canonicalUrl. Use this after search_tutorials to fetch step details. Endpoint: https://www.showmestepbystep.com/api/mcp
- list_categories - List all tutorial categories with a published tutorial. Returns slug, name, short description, and count of published tutorials per category. Endpoint: https://www.showmestepbystep.com/api/mcp
- list_tutorials_by_category - Browse tutorials within a specific category, ranked by view count then publish date. Use this when a user wants to explore a topic area rather than search. Endpoint: https://www.showmestepbystep.com/api/mcp
- list_recent_tutorials - List the most recently published tutorials, newest first. Use this to discover what's new on the site or to surface fresh content for aggregator / 'what's new this week' agent loops. Tenant-aware. Endpoint: https://www.showmestepbystep.com/api/mcp
- request_tutorial - Submit a request for a tutorial we don't yet have. Call this when search_tutorials returned no good match for what the user actually wants. The request enters our content-demand queue, which the daily content batch reviews and prioritizes. Optionally include an email for notification when the tutorial ships. Endpoint: https://www.showmestepbystep.com/api/mcp

## Resources
Not captured

## Prompts
- summarize_tutorial - Fetch a tutorial by slug and summarize it for a target audience. Useful for accessibility (kids, ESL learners) or quick overviews before reading the full guide. Arguments: slug, audience
- convert_recipe_units - Fetch a recipe by tutorial slug and convert all ingredient measurements between US imperial and metric. Useful when the source recipe is in the wrong system for the cook. Arguments: slug, to
- submit_tutorial_request - Submit a request for a tutorial we don't yet have. Use this when search_tutorials returned no good match for what the user actually wants. The request enters our content-demand queue, which the daily content batch reviews and prioritizes. Arguments: topic, originalQuery, context
- explain_step - Fetch a tutorial and explain a single step in more depth than the source provides — what to watch for, common mistakes, and the underlying technique. Useful when a step's prose is too terse. Arguments: slug, stepNumber, audience

## Metadata
- Owner: io.github.rt1966
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 21, 2026
- Source: https://registry.modelcontextprotocol.io
