Agent♥︎Age
Catalog

Shakespeare's Monologues

Official

by slshults · TypeScript

Search Shakespeare monologues, plays, paraphrases and summaries from shakespeare-monologues.org

io.github.slshults/shakespeare-monologues — MCP Server

This Model Context Protocol (MCP) server provides a thin, read-only interface for searching and fetching Shakespeare monologue metadata from shakespeare-monologues.org. It is a stateless wrapper over the site’s public JSON index at /api/monologues.json, with no database and no secrets.

🛠️ Key Features

  • Search and fetch monologue metadata from shakespeare-monologues.org
  • Reads from the public JSON index /api/monologues.json
  • Returns a monologue url pointing to the page with full text, scene context, and modern-English paraphrase
  • Includes an attribution note with results

🚀 Use Cases

  • Retrieve Shakespeare monologue listings and related metadata for AI-assisted reading
  • Provide scene-aware monologue context via the returned url

⚡ Developer Benefits

  • Stateless operation suitable for MCP-capable AI clients
  • No stored data or secrets required; relies on the site’s public JSON index

⚠️ Limitations

  • Read-only access; no creation, updates, or persistence
  • Depends on availability and format of /api/monologues.json