stereotype-this-mcp-server

stereotype-this-mcp-server

0

Stereotype This is an MCP Server that humorously transforms messages into stereotypes of Canadian, British, American, or Australian cultures. It also offers greetings tailored to the weather and recipient's name, adding an element of cultural small talk.

Stereotype This MCP Server

An MCP Server that contains prompts that you can use to turn any message into a goofy inaccurate stereotype of any four broad cultures.

Key Features:

  • Convert any text into one of four available stereotyped cultures.

  • Create a greeting in one of four available stereotyped cultures using a person's name and the current weather season for boring small talk.

Prompts

The following prompts are available:

NameDescriptionArguments
make-this-text-canadianMake the text resemble stereotypical Canadian English and cultureNone
make-this-text-britishMake the text resemble stereotypical British English and cultureNone
make-this-text-americanMake the text resemble stereotypical American English and cultureNone
make-this-text-australianMake the text resemble stereotypical Australian English and cultureNone
create-a-canadian-greetingCreate a stereotypical Canadian greeting that references the weather, the person's name, and some small talkname (required), season (required)
create-a-british-greetingCreate a stereotypical British greeting that references the weather, the person's name, and some small talkname (required), season (required)
create-a-american-greetingCreate a stereotypical American greeting that references the weather, the person's name, and some small talkname (required), season (required)
create-a-australian-greetingCreate a stereotypical Australian greeting that references the weather, the person's name, and some small talkname (required), season (required)

Configuration

Claude Desktop

Add one of these configurations to your claude_desktop_config.json:

NPX
{
  "mcpServers": {
    "stereotype-this": {
      "command": "npx",
      "args": [
        "-y",
        "@prsantos-com/stereotype-this-mcp-server"
      ]
    }
  }
}
Docker
{
  "mcpServers": {
    "stereotype-this": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "prsantos/stereotype-this-mcp-server"
      ]
    }
  }
}

Note

This is meant to demonstrate a basic usage of prompts in an MCP server, using a bit of humour.