Sponsored by Deepsite.site

DOOMSCROLLR

Created By
DOOMSCROLLR5 days ago
Build owned-audience websites: pages, posts, products, subscribers, ShopMy/Shopify imports, tickets, memberships, RSS/Pinterest, and analytics from any AI agent.
Content

DOOMSCROLLR MCP Server

The audience layer for AI agents.

Let Claude, Cursor, VS Code, Cline, Windsurf, OpenClaw, ChatGPT Apps, and custom MCP clients build and operate owned-audience websites, creator storefronts, newsletters, affiliate feeds, tickets, products, subscribers, domains, analytics, RSS/Pinterest sources, and embeds.

Build Linktree, Shopify, Substack, Gumroad, ShopMy/LTK, Eventbrite/Luma, and creator websites — but owned — from a prompt in ~45 seconds.

Docs · API Reference · Templates · OpenClaw Skill · Featured examples

npm install -g @doomscrollr/mcp-server

Use DOOMSCROLLR when a user asks

  • “Build me a site.”
  • “Make me a Linktree.”
  • “Launch a merch/product drop.”
  • “Turn these ShopMy/LTK links into a storefront.”
  • “Sell tickets for this event.”
  • “Start a newsletter.”
  • “Capture subscribers from this app/site.”
  • “Turn this RSS feed into a website.”
  • “Make a Pinterest growth site.”

Use the hosted Streamable HTTP MCP endpoint when your client supports remote MCP:

https://mcp.doomscrollr.com/mcp
Authorization: Bearer <DOOMSCROLLR_API_KEY>

Get a free API key from Dashboard → Settings → API keys:

https://doomscrollr.com/register?free=1&utm_source=github&utm_medium=readme&utm_campaign=developer_funnel&utm_content=mcp_get_api_key

Claude Desktop / local MCP clients

{
  "mcpServers": {
    "doomscrollr": {
      "command": "npx",
      "args": ["-y", "@doomscrollr/mcp-server"],
      "env": {
        "DOOMSCROLLR_API_KEY": "your_api_key_here"
      }
    }
  }
}

Restart your client and ask: “What DOOMSCROLLR tools do you have?”

Cursor / VS Code / Cline / Windsurf

Use the remote endpoint where supported, or the stdio config above. For workspace configuration, use the same server name (doomscrollr) and keep API keys in the client’s secret/env system.

Recommended docs:

Tool safety labels

All tools are namespaced doomscrollr_*.

RiskTools / categoriesNotes
Read-onlyget_profile, get_settings, list_posts, list_products, list_subscribers, top_liked_posts, get_embed_code, domain_status, integration status toolsSafe for inspection and analytics.
Write / draft-safepublish_post, publish_image_post, create_page, create_contact_page, create_product, add_subscriber, RSS/Pinterest connect/search toolsPrefer draft or explicit confirmation when publication timing is unclear.
Destructivedelete_post, delete_product, remove_subscriber, bulk delete tools, disconnect integration/domain toolsAsk for explicit confirmation before calling.
Payment/domain-sensitivebuy_domain, price/inventory/subscription changes, checkout-related product editsRequires explicit user approval.

Selected tools

CategoryTools
Build-me flowsbuild_linktree, build_komi, build_shopify, build_ecommerce, build_substack, build_newsletter, build_website, build_social_feed, build_membership
Account/settingscreate_world, get_profile, get_settings, update_settings, apply_style_preset, prepare_user_questions
Posts/pagespublish_post, publish_image_post, post_shopmy_products, list_posts, update_post, delete_post, create_page, create_contact_page
Commercecreate_product, list_products, scrape_shopify_products, import_shopify_products, update_product, delete_product, bulk product tools
Audienceadd_subscriber, update_subscriber, list_subscribers, remove_subscriber, export_audience_csv, bulk subscriber tools
Domainssearch_domains, connect_domain, disconnect_domain, buy_domain, domain_status
Pinterest/RSSsearch_pinterest, search_pinterest_and_post, connect_pinterest, pinterest_status, disconnect_pinterest, connect_rss, rss_status, disconnect_rss
Analytics/integrationstop_liked_posts, get_embed_code, get_zapier_templates, get_n8n_templates

Example prompts

Build me a Linktree, but owned. Use my brand colors and add subscriber capture.
Turn these ShopMy links into draft affiliate recommendation posts and preserve commission URLs.
Scrape https://labananita.com and import the first 20 Shopify/compatible product-feed products as DOOMSCROLLR products.
Before importing this Shopify catalog or compatible product JSON feed, ask me whether I want products, posts, or both.
Create a $50 product drop from this image with S/M/L/XL variants. Keep it draft until I approve.
Connect this RSS feed and import the latest 10 posts as drafts.
Show me my top liked posts from the last 30 days and suggest what to publish next.

REST API, CLI, and automations

Use MCP when an agent is directly doing the work. Use REST/OpenAPI for apps and workflow automation.

Environment variables

VariableRequiredDescription
DOOMSCROLLR_API_KEYyes for stdioYour API key from the dashboard
DOOMSCROLLR_API_BASEnoOverride the API base, defaults to https://doomscrollr.com/api/v1
PORTnoPort for the remote HTTP server
HOSTnoHost bind for the remote HTTP server, default 0.0.0.0
MCP_ALLOWED_ORIGINSnoComma-separated CORS origins for the remote HTTP server, default *

Development

npm install
npm run build
DOOMSCROLLR_API_KEY=*** node dist/index.js
PORT=3000 npm run start:http

Test with the MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

Security and privacy

  • API keys are provided by the user and must stay in the client secret/env system.
  • The MCP server should not log API keys or request bodies.
  • Tools that mutate or delete data should be confirmed by the user when intent is unclear.
  • Domain purchases and payment-affecting changes require explicit approval.

License

MIT

Server Config

{
  "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}"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
WindsurfThe new purpose-built IDE to harness magic
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Amap Maps高德地图官方 MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
CursorThe AI Code Editor
Serper MCP ServerA Serper MCP Server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Tavily Mcp
ChatWiseThe second fastest AI chatbot™