Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

ShowMeStepByStep

io.github.rt1966/showmestepbystep

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

Uptime
100.0%
2 direct probes · 30d
Response
1067ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
4
available

Tools · 6

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. Op…

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, re…

list_categories

List all tutorial categories with a published tutorial. Returns slug, name, short description, and count of published tutorials per category.

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.

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.

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…

Prompts · 4

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.

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.

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 …

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "showmestepbystep": {
      "url": "https://www.showmestepbystep.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}