Content Tools
boringstuff.club
Creates and manages animations from line-art images, providing service info, polling, download URLs, and unlock code redemption.
ENDPOINT 1
https://scribble.boringstuff.club/mcp
MCP server metadata
- Name
- the-scribble-thing
- Version
- 1.0.0
Call get_scribble_service_info before the first creation. Obtain explicit terms and retention acceptance, create one animation, poll every 3-5 seconds, and return the private management URL with the completed preview.
Known tools 6
get_scribble_service_infoGet current limits, terms, retention, pricing, and integration URLs.
Inferred read-onlycreate_scribe_animationCreate an asynchronous animation from a base64-encoded line-art image.
Potential side effectsget_scribe_animation_downloadCreate a short-lived download URL for a completed preview or clean video.
Potential side effectsredeem_scribe_unlock_codeConsume a user-supplied single-use code to unlock one clean video.
Inferred read-onlydelete_scribe_animationImmediately delete one animation session and all of its stored files.
Potential side effectsCONNECT 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.the-scribble-thing]
url = "https://scribble.boringstuff.club/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"the-scribble-thing": {
"type": "http",
"url": "https://scribble.boringstuff.club/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: the-scribble-thing
Remote MCP URL: https://scribble.boringstuff.club/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": {
"the-scribble-thing": {
"url": "https://scribble.boringstuff.club/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"the-scribble-thing": {
"type": "http",
"url": "https://scribble.boringstuff.club/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "the-scribble-thing",
"transport": "streamable-http",
"url": "https://scribble.boringstuff.club/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.