mcp-TEBPTKG-blessing
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-TEBPTKG-blessinggive me a random blessing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.pyThe 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:
Read the bundled text file.
Ignore lines 1–9.
Build the pool from line 10 through EOF.
Remove blank lines.
Return one entry using Python's random selection.
This server cannot be deployed
Maintenance
Related MCP Connectors
Host your MCP tool over streamable HTTP in one command.
Uselessfacts MCP — wraps uselessfacts.jsph.pl API (free, no auth)
Related MCP Servers
- -licenseCqualityNot gradedmaintenanceA 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.15 npm-
- FlicenseNot gradedqualityDmaintenanceEnables generation of random UUIDs (version 4) through a simple MCP tool.-
- AlicenseNot gradedqualityCmaintenanceMCP 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
- AlicenseAqualityAmaintenanceZero-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.10MIT