# Shakespeare's Monologues (npm · shakespeare-monologues-mcp)

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

- Trust score: 81/100 (high trust)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-23

## Components

- remote · `mcp.shakespeare-monologues.org`: 78/100, [markdown](https://verifymcp.io/servers/slshults-shakespeare-monologues/mcp.md), [page](https://verifymcp.io/servers/slshults-shakespeare-monologues/mcp)
- npm · `shakespeare-monologues-mcp`: 81/100 (this document), [markdown](https://verifymcp.io/servers/slshults-shakespeare-monologues/shakespeare-monologues-mcp.md), [page](https://verifymcp.io/servers/slshults-shakespeare-monologues/shakespeare-monologues-mcp)

## Channel facts

- Registry: `npm`
- Package: `shakespeare-monologues-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-23.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 39 of 127 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 23 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1613 tokens (~179/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 77/100
  - Stability observed for 23 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Shakespeare's Monologues MCP server?

Shakespeare's Monologues runs locally as an npm package, launched with npx -y shakespeare-monologues-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add slshults-shakespeare-monologues -- npx -y shakespeare-monologues-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "slshults-shakespeare-monologues": {
      "command": "npx",
      "args": [
        "-y",
        "shakespeare-monologues-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "slshults-shakespeare-monologues": {
      "command": "npx",
      "args": [
        "-y",
        "shakespeare-monologues-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add slshults-shakespeare-monologues -- npx -y shakespeare-monologues-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "slshults-shakespeare-monologues": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "shakespeare-monologues-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add slshults-shakespeare-monologues --command npx --arg -y --arg shakespeare-monologues-mcp
```

### Hermes

```yaml
mcp_servers:
  slshults-shakespeare-monologues:
    command: "npx"
    args: ["-y", "shakespeare-monologues-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "slshults-shakespeare-monologues": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "shakespeare-monologues-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add slshults-shakespeare-monologues -t stdio -c npx -a -y shakespeare-monologues-mcp
```

### Other

```json
{
  "mcpServers": {
    "slshults-shakespeare-monologues": {
      "command": "npx",
      "args": [
        "-y",
        "shakespeare-monologues-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-23 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-21 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-19 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 77, +2)

- [security improvement] CVE-2026-82417 no longer affects this package
- [security improvement] CVE-2026-82562 no longer affects this package
- [security improvement] Known CVEs: fail → pass

### 2026-09-14 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (9)

### `search_monologues` (~261 tokens)

Search Shakespeare monologues by free text (matches character, play, or first line) plus optional filters. Returns matches, each with a permalink `url`.

Input parameters:

- `act` (integer): Filter to a specific act number.
- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `gender` (string): Role gender: Men, Women, or Both. Natural words like 'male'/'female' are accepted. 'Men'/'Women' also include gender-neutral ('Both') roles.
- `limit` (integer): Max results to return (default 25).
- `play` (string): Exact or partial play title.
- `query` (string): Free text — matched against character name, play title, and first line.
- `style` (string): Verse or prose.

### `get_monologue` (~171 tokens)

Fetch one monologue's catalogue entry by its numeric id. Follow the returned `url` for the full text.

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `id` (integer): The monologue's numeric id (from search_monologues).
- `monologue_id` (integer): Deprecated alias for `id`.

### `random_monologue` (~194 tokens)

Return one random monologue, with optional gender/play filters. Useful for a suggestion when the user is undecided.

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `gender` (string): Role gender: Men, Women, or Both. Natural words like 'male'/'female' are accepted. 'Men'/'Women' also include gender-neutral ('Both') roles.
- `play` (string): Exact or partial play title.

### `list_plays` (~137 tokens)

List Shakespeare's plays with their classification (Comedy/History/Tragedy) and monologue counts.

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…

### `list_all_monologues_for_a_character` (~176 tokens)

List every monologue spoken by a given character (e.g. 'Hamlet', 'Rosalind'). Matches the character name exactly first, then as a substring.

Input parameters:

- `character` (string, required): Character name.
- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `limit` (integer): Max results (default 50).

### `get_monologue_of_the_day` (~140 tokens)

The current 'Monologue of the Day' — the piece most recently posted to the site's social feeds.

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…

### `get_paraphrased_monologue` (~201 tokens)

Fetch a monologue's full text alongside its modern-English, line-by-line paraphrase. The paraphrase is AI-generated (Claude) and may be null if it hasn't been generated yet — the `url` always has the monologue itself.

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `id` (integer): The monologue's numeric id (from search_monologues).
- `monologue_id` (integer): Deprecated alias for `id`.

### `get_scene_summary` (~175 tokens)

Fetch an AI-generated summary of the scene a monologue appears in (context for the speech). May be null if not generated yet.

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `id` (integer): The monologue's numeric id (from search_monologues).
- `monologue_id` (integer): Deprecated alias for `id`.

### `get_play_summary` (~158 tokens)

Fetch an AI-generated summary of a play (e.g. 'Hamlet', 'The Tempest'). May be null if not generated yet.

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `play` (string, required): Play title (exact or partial).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/slshults-shakespeare-monologues/shakespeare-monologues-mcp#diagnostics

## Score history

- 2026-09-23: 81
- 2026-09-22: 80
- 2026-09-21: 80
- 2026-09-20: 79
- 2026-09-19: 79
- 2026-09-18: 78
- 2026-09-17: 78
- 2026-09-16: 77
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 74
- 2026-09-12: 74
- 2026-09-11: 74
- 2026-09-10: 73
- 2026-09-09: 73
- 2026-09-08: 72
- 2026-09-07: 72
- 2026-09-06: 68
- 2026-09-05: 68
- 2026-09-04: 68
- 2026-09-03: 68
- 2026-09-02: 70
- 2026-09-01: 70
- 2026-08-31: 55

## Common questions

### What is the Shakespeare's Monologues MCP server?

Shakespeare's Monologues is an MCP server listed in the public MCP registry as io.github.slshults/shakespeare-monologues. Search Shakespeare monologues, plays, paraphrases and summaries from shakespeare-monologues.org. This page covers its npm package (shakespeare-monologues-mcp).

### Is the Shakespeare's Monologues MCP server safe to use?

Shakespeare's Monologues scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 23 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Shakespeare's Monologues MCP server expose?

Shakespeare's Monologues exposes 9 tools: search_monologues, get_monologue, random_monologue, list_plays, list_all_monologues_for_a_character, and 4 more. Their descriptions and schemas cost roughly 1,613 tokens of context every time the server is loaded.

### Is the Shakespeare's Monologues MCP server still maintained?

Shakespeare's Monologues is still listed as active in the MCP registry. We last reached this channel on 23 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Shakespeare's Monologues MCP server under?

Shakespeare's Monologues declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/shakespeare-monologues-mcp
- Socket report: https://socket.dev/npm/package/shakespeare-monologues-mcp
- Repository: https://github.com/slshults/shakespeare-monologues-mcp
- Website: https://www.shakespeare-monologues.org/
- Changelog RSS feed: https://verifymcp.io/servers/slshults-shakespeare-monologues/shakespeare-monologues-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/slshults-shakespeare-monologues/shakespeare-monologues-mcp.json
- HTML version of this page: https://verifymcp.io/servers/slshults-shakespeare-monologues/shakespeare-monologues-mcp
