← smoothbrain.app

INDIVIDUAL MCP TOOL

create_editor_url

Create a Tang Tard Meme Factory editor URL with an image/template and optional captions preloaded.

smoothbrain.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent endpoint

smoothbrain.app

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.smoothbrain-app]
url = "https://smoothbrain.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "smoothbrain-app": {
      "type": "http",
      "url": "https://smoothbrain.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: smoothbrain-app
Remote MCP URL: https://smoothbrain.app/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": {
    "smoothbrain-app": {
      "url": "https://smoothbrain.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "smoothbrain-app": {
      "type": "http",
      "url": "https://smoothbrain.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "smoothbrain-app",
  "transport": "streamable-http",
  "url": "https://smoothbrain.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_templates — Search Imgflip meme templates available in Tang Tard Meme Factory.
  • get_template — Get template details and ready-to-open editor URLs by template ID.
  • render_meme_svg — Render a meme as SVG with embedded source image and text overlays.
  • render_meme_png — Render a meme as a PNG image for direct agent/chat attachment.
  • caption_meme — Generate AI caption pairs for an image using BYOK provider credentials; apiKey is used once and never stored.
  • auto_meme — Full BYOK AI pipeline: analyze image, generate captions, and return a preloaded editor URL.