Skip to main content
Glama
lanlan3292

mcp-TEBPTKG-blessing

by lanlan3292

mcp-TEBPTKG-blessing

MCP server for The Error Blessing Pack That Keeps Giving.

Tool

random_blessing

Randomly returns one blessing from the bundled The Error Blessing Pack That Keeps Giving.txt.

The random pool is line 10 through the end of the file. Lines 1–9 are intentionally ignored. Blank lines are not returned.

Related MCP server: uuid-mcp

Run

pip install -e .
python server.py

The server uses MCP stdio transport and can be launched by MCP clients that support local stdio servers.

MCP client configuration

{
  "mcpServers": {
    "tebptkg-blessing": {
      "command": "python",
      "args": ["/absolute/path/to/server.py"]
    }
  }
}

Architecture

The server is intentionally thin:

  1. Read the bundled text file.

  2. Ignore lines 1–9.

  3. Build the pool from line 10 through EOF.

  4. Remove blank lines.

  5. Return one entry using Python's random selection.

Related MCP Connectors

Related MCP Servers

  • -
    license
    C
    quality
    Not graded
    maintenance
    A simple boilerplate MCP server that provides a basic greeting tool for demonstration purposes. Serves as a starting template for developers to quickly create and deploy custom MCP servers.
    1
    5 npm
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables generation of random UUIDs (version 4) through a simple MCP tool.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP stdio server that exposes 95 headless it-tools utilities (crypto, encoding, converters, generators, text, math, and more) through three routing tools (categories, list, execute), with flat JSON schemas, worked examples, and deterministic seeded execution designed for small router models.
    GPL 3.0
  • A
    license
    A
    quality
    A
    maintenance
    Zero-dependency stdio bridge to Moltline Studio's fleet of 14 hosted MCP servers covering code review, time operations, data transforms, business ops, education, research, outreach and more. Free tier requires no registration; premium tools unlock with a license. Independently audited, MCPize Verified A.
    10
    MIT