Skip to content

Test Scenarios Index

This folder contains ten end-to-end test scenarios for SEO Navigator MCP. Each scenario is written so a screen-recorder can follow it frame-by-frame to produce a short tutorial clip. The server under test is https://seo-navigator-mcp.autumn-recipe-cac7.workers.dev.

Run them in order on the first pass — later scenarios reuse state created earlier (the connector, the test site, the token).

#ScenarioOne-line summaryDuration
01Add OAuth ConnectorInstall the MCP as a Custom Connector in Claude Desktop and complete OAuth.~4 min
02List Tools and SitesVerify the 🔌 menu lists 31+ tools and list_sites returns expected rows.~3 min
03Write a Blog DraftAsk Claude for a 300-word draft and confirm it lands as a WP draft post.~5 min
04Schedule and UnscheduleSchedule a draft for tomorrow then revert it back to draft.~4 min
05Diagnose a SiteRun diagnose_site on a WP site and read the five-check report.~3 min
06Create Page From CodeVibe-code a pricing page in chat and deploy it as a Gutenberg HTML block.~5 min
07GitHub Content Team FlowWriter pushes a markdown draft with frontmatter via save_md_to_github.~5 min
08GitHub Design Team FlowDesigner picks up ready-for-design markdown and deploys it as a WP draft.~5 min
09Create and Verify Astro RouteVibe-code HTML, push as Astro route, wait for CF Pages build, visit live URL.~5 min
10Fallback: Bearer Token via mcp-remoteInstall the server using mcp-remote + a legacy bearer token.~5 min
  • Each scenario has a Setup state block that describes the exact starting frame.
  • Steps are numbered and each carries an Action, Expected, and Animation note (*Recorder: ...*).
  • Keep each clip under five minutes; trim long Claude responses to the first useful chunk.
  • Capture both happy path and the edge cases listed at the bottom of each scenario file.