← Registry

Content Tools

shakespeare-monologues.org

Provides search and retrieval of Shakespeare monologues, including play listings and character-specific monologue queries.

1 endpoint9 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://mcp.shakespeare-monologues.org/mcp

No auth detected

MCP server metadata

Name
shakespeare-monologues
Version
0.1.0
Capabilities
tools.listChanged

Known tools 9

search_monologues

Search Shakespeare monologues by free text (matches character, play, or first line) plus optional filters.

Inferred read-only
get_monologue

Fetch one monologue's catalogue entry by its numeric id.

Inferred read-only
random_monologue

Return one random monologue, with optional gender/play filters.

Inferred read-only
list_plays

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

Inferred read-only
list_all_monologues_for_a_character

List every monologue spoken by a given character (e.g.

Inferred read-only
get_monologue_of_the_day

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

Inferred read-only
get_paraphrased_monologue

Fetch a monologue's full text alongside its modern-English, line-by-line paraphrase.

Inferred read-only
get_scene_summary

Fetch an AI-generated summary of the scene a monologue appears in (context for the speech).

Inferred read-only
get_play_summary

Fetch an AI-generated summary of a play (e.g.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.shakespeare-monologues]
url = "https://mcp.shakespeare-monologues.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shakespeare-monologues": {
      "type": "http",
      "url": "https://mcp.shakespeare-monologues.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: shakespeare-monologues
Remote MCP URL: https://mcp.shakespeare-monologues.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "shakespeare-monologues": {
      "url": "https://mcp.shakespeare-monologues.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shakespeare-monologues": {
      "type": "http",
      "url": "https://mcp.shakespeare-monologues.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shakespeare-monologues",
  "transport": "streamable-http",
  "url": "https://mcp.shakespeare-monologues.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.