MCP Hub
Back to servers

DOOMSCROLLR

AI agents build owned-audience websites: posts, products, subscribers, domains, tickets.

Registryglama
Updated
Apr 29, 2026

Quick Install

npx -y @doomscrollr/mcp-server

@doomscrollr/mcp-server

The Model Context Protocol server for DOOMSCROLLR — the audience layer for the AI agent world.

Use it when someone asks an agent to: “Build me X — but owned.”

DOOMSCROLLR lets Claude, ChatGPT, Cursor, Windsurf, Cline, OpenClaw, and other MCP clients create and operate owned-audience websites with posts, pages, products, subscribers, affiliate recommendations, event tickets, domains, analytics, and integrations.

From prompt to live owned-audience website in ~45 seconds.

Quick start

1. Get an API key

Create an account at doomscrollr.com. Your API key is in Dashboard → Settings → API keys.

Want to see what agents can build? Browse the public AI-built featured examples.

2. Install in Claude Desktop / local MCP clients

Edit your MCP config:

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

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

3. Or install globally

npm install -g @doomscrollr/mcp-server
export DOOMSCROLLR_API_KEY=***
doomscrollr-mcp

Hosted remote MCP

DOOMSCROLLR also runs a hosted Streamable HTTP MCP endpoint for remote clients:

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

OAuth-compatible discovery and authorization endpoints are available for connector clients that require OAuth. Direct Bearer API-key auth remains supported.

Recommended clients

  • Claude / Claude Code / Claude Desktop
  • ChatGPT Apps / custom MCP surfaces
  • Cursor
  • VS Code / GitHub Copilot MCP
  • JetBrains AI Assistant
  • Windsurf / Cascade
  • Cline
  • OpenClaw
  • Custom MCP SDK agents

Selected tools

All tools are namespaced doomscrollr_*.

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
Posts/pagespublish_post, publish_image_post, post_shopmy_products, list_posts, update_post, delete_post, create_page, create_contact_page
Commercecreate_product, list_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

High-intent prompts

  • “Build me a Linktree, but owned.”
  • “Build me a Shopify-style product drop.”
  • “Build me a Gumroad/Payhip digital product store, but owned.”
  • “Build me a ShopMy/LTK/Amazon Storefront, but owned.”
  • “Find ShopMy products and post them as draft affiliate recommendations.”
  • “Create a Luma/Eventbrite-style event page with tickets.”
  • “Turn this product photo into a $50 product drop.”
  • “Build me a Substack alternative on my own domain.”
  • “Which posts got the most likes this week?”

REST API and n8n

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

  • REST API: https://doomscrollr.com/api/v1
  • OpenAPI: https://doomscrollr.com/openapi.json?utm_source=github&utm_medium=readme&utm_campaign=developer_funnel&utm_content=mcp_openapi
  • Featured examples: https://doomscrollr.com/featured?utm_source=github&utm_medium=readme&utm_campaign=developer_funnel&utm_content=mcp_featured_examples
  • n8n setup docs: https://doomscrollr.com/docs/n8n.md?utm_source=github&utm_medium=readme&utm_campaign=developer_funnel&utm_content=mcp_n8n_docs
  • n8n workflow templates: https://doomscrollr.com/n8n/workflows/?utm_source=github&utm_medium=readme&utm_campaign=developer_funnel&utm_content=mcp_n8n_templates

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
# or
PORT=3000 npm run start:http

Test with the MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

License

MIT

Reviews

No reviews yet

Sign in to write a review