DOOMSCROLLR MCP Server
Enables creation and management of Eventbrite-style event pages with ticket sales.
Enables creation and management of Gumroad-style digital product stores.
Enables creation and management of Linktree-style owned-audience pages.
Provides access to n8n workflow templates for automation with DOOMSCROLLR.
Enables creation and management of Payhip-style digital product stores.
Provides tools to search, connect, and manage Pinterest integration for content discovery and posting.
Provides tools to connect and manage RSS feeds for content syndication.
Enables creation and management of Shopify-style e-commerce stores.
Enables creation and management of Substack-style newsletter websites.
Provides access to Zapier workflow templates for automation with DOOMSCROLLR.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DOOMSCROLLR MCP ServerBuild me a Linktree, but owned."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-serverUse 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.”
Related MCP server: Inkwell MCP Server
Remote MCP (recommended)
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:
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:
Coding agents: https://doomscrollr.com/docs/coding-agents.md
Integrations: https://doomscrollr.com/docs/integrations.md
Cookbook: https://doomscrollr.com/docs/cookbook.md
LLM summary: https://doomscrollr.com/llms.txt
Full LLM context: https://doomscrollr.com/llms-full.txt
Tool safety labels
All tools are namespaced doomscrollr_*.
Risk | Tools / categories | Notes |
Read-only |
| Safe for inspection and analytics. |
Write / draft-safe |
| Prefer |
Destructive |
| Ask for explicit confirmation before calling. |
Payment/domain-sensitive |
| Requires explicit user approval. |
Selected tools
Category | Tools |
Build-me flows |
|
Account/settings |
|
Posts/pages |
|
Commerce |
|
Storefront imports |
|
Audience |
|
Domains |
|
Pinterest/RSS |
|
Analytics/integrations |
|
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.
REST API: https://doomscrollr.com/api/v1
OpenAPI: https://doomscrollr.com/openapi.json
CLI/API SDK: https://www.npmjs.com/package/doomscrollr
n8n node: https://www.npmjs.com/package/@doomscrollr/n8n-nodes-doomscrollr
n8n setup docs: https://doomscrollr.com/docs/n8n.md
Environment variables
Variable | Required | Description |
| yes for stdio | Your API key from the dashboard |
| no | Override the API base, defaults to |
| no | Port for the remote HTTP server |
| no | Host bind for the remote HTTP server, default |
| no | Comma-separated CORS origins for the remote HTTP server, default |
| yes in production | Secret used to sign OAuth client IDs and tokens. Required when |
| no | Public authorization-server issuer, default |
| no | If set, |
| no | If set, credential exchange sends |
| no | Extra comma-separated hosts treated as first-party MCP callbacks |
| no | If |
Development
npm install
npm run build
DOOMSCROLLR_API_KEY=*** node dist/index.js
PORT=3000 npm run start:httpTest with the MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.jsSecurity 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.
MCP OAuth keeps Dynamic Client Registration available for ChatGPT/Claude/Cursor. Client IDs are signed and bound to registered redirect URIs, PKCE S256 is required, and the consent screen shows the callback host. Rotating the account API key revokes outstanding MCP OAuth tokens.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
The website platform for AI agents. One API to build, host, and operate real websites.
Build and publish websites through AI conversation.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
Build, edit, and publish real websites and online stores by chatting with your AI assistant.
Related MCP Servers
- AlicenseAqualityAmaintenanceSimple and free publishing of content on the web for AI Agents25,887 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to publish and manage content on Inkwell sites via 12 tools, including inbox publishing, content management, and site configuration.1-
- AlicenseAqualityCmaintenanceEnables AI agents to build, edit, and publish live websites with hosting, database, auth, and domains via the Model Context Protocol.136 npm1MIT
- AlicenseNot gradedqualityDmaintenanceAI agent website builder, starting with link-in-bio sites. Create and publish via MCP server or REST API.2MIT