MCP.so
Sign In

DOOMSCROLLR

@DOOMSCROLLR

About DOOMSCROLLR

MCP server for DOOMSCROLLR — let AI agents build owned-audience websites, storefronts, newsletters, affiliate feeds, tickets, and subscriber capture in ~45 seconds.

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

DOOMSCROLLR

Submitted by

Adam Ayers

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "doomscrollr": {
      "url": "https://mcp.doomscrollr.com/mcp",
      "headers": {
        "Authorization": "Bearer ${DOOMSCROLLR_API_KEY}"
      }
    },
    "doomscrollr-local": {
      "command": "npx",
      "args": [
        "-y",
        "@doomscrollr/mcp-server"
      ],
      "env": {
        "DOOMSCROLLR_API_KEY": "${DOOMSCROLLR_API_KEY}"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is DOOMSCROLLR?

DOOMSCROLLR is an MCP server that acts as the audience layer for AI agents. It enables Claude, Cursor, VS Code, Cline, Windsurf, and other MCP clients to build and operate owned-audience websites, creator storefronts, newsletters, affiliate feeds, tickets, products, subscribers, domains, analytics, RSS/Pinterest sources, and embeds—all from a prompt in about 45 seconds.

How to use DOOMSCROLLR?

Install globally via npm install -g @doomscrollr/mcp-server. For local clients like Claude Desktop, configure the MCP server with the command npx -y @doomscrollr/mcp-server and set the DOOMSCROLLR_API_KEY environment variable. For remote MCP, point your client to https://mcp.doomscrollr.com/mcp with a Bearer token. Restart your client and ask: “What DOOMSCROLLR tools do you have?”

Key features of DOOMSCROLLR

  • Build and launch Linktree, Shopify, Substack, Gumroad, and other creator sites from a prompt.
  • Import products from Shopify, Gumroad, Payhip, Bandcamp, Big Cartel, or any product feed.
  • Manage audience subscribers, collect emails, and export CSV.
  • Search and buy domains, connect or disconnect domains.
  • Publish posts, pages, and image posts with draft‑safe and explicit‑confirmation workflows.
  • Integrate Pinterest, RSS feeds, Zapier, and n8n for automated content ingestion.
  • Analytics tools to view top‑liked posts and integration statuses.

Use cases of DOOMSCROLLR

  • Build an owned Linktree with brand colors and subscriber capture in one prompt.
  • Turn a set of ShopMy/LTK affiliate links into a draft storefront with commission URLs preserved.
  • Scrape a Shopify store and import either products, posts, or both as drafts.
  • Connect an RSS feed and import the latest 10 posts as drafts for review.
  • View top‑liked posts from the last 30 days to decide what to publish next.

FAQ from DOOMSCROLLR

What tools does DOOMSCROLLR provide?

DOOMSCROLLR offers dozens of namespaced tools covering build‑me flows (e.g., build_linktree, build_shopify), commerce (create_product, list_products), audience (add_subscriber, export_audience_csv), domains (search_domains, buy_domain), content (publish_post, delete_post), analytics, and integrations. All tools are labeled by risk: read‑only, write/draft‑safe, destructive, and payment/domain‑sensitive.

Is there a free API key?

Yes. You can get a free API key from the DOOMSCROLLR Dashboard → Settings → API keys after registering at doomscrollr.com/register.

What clients and environments does DOOMSCROLLR support?

DOOMSCROLLR works with Claude Desktop, Cursor, VS Code, Cline, Windsurf, OpenClaw, ChatGPT Apps, and any MCP‑compatible client. It supports both remote (Streamable HTTP) and local (stdio) configurations.

How do I configure DOOMSCROLLR locally?

For Claude Desktop or similar, add a mcpServers entry with the command npx -y @doomscrollr/mcp-server and the environment variable DOOMSCROLLR_API_KEY. For a remote HTTP server, set PORT and HOST environment variables as needed.

Are there destructive tools I should be careful with?

Yes. Tools like delete_post, delete_product, remove_subscriber, and domain disconnection tools are labeled destructive. Additionally, domain purchases and payment‑affecting changes (e.g., price/inventory edits, checkout‑related product edits) require explicit user approval before execution.

Comments

More Other MCP servers