← Registry

Content Tools

boringstuff.club

Creates and manages animations from line-art images, providing service info, polling, download URLs, and unlock code redemption.

1 endpoint6 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://scribble.boringstuff.club/mcp

No auth detected

MCP server metadata

Name
the-scribble-thing
Version
1.0.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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_info

Get current limits, terms, retention, pricing, and integration URLs.

Inferred read-only
create_scribe_animation

Create an asynchronous animation from a base64-encoded line-art image.

Potential side effects
get_scribe_animation

Poll one private animation until it completes or fails.

Inferred read-only
get_scribe_animation_download

Create a short-lived download URL for a completed preview or clean video.

Potential side effects
redeem_scribe_unlock_code

Consume a user-supplied single-use code to unlock one clean video.

Inferred read-only
delete_scribe_animation

Immediately delete one animation session and all of its stored files.

Potential side effects

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.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.

Indexed

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