DOOMSCROLLR✓
com.doomscrollr/mcp · v1.0.23
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.doomscrollr/mcp",
"description": "AI agents build owned-audience sites: posts, products, subscribers, RSS, Pinterest, and tickets.",
"title": "DOOMSCROLLR",
"repository": {
"url": "https://github.com/DOOMSCROLLR/mcp",
"source": "github"
},
"version": "1.0.23",
"websiteUrl": "https://mcp.doomscrollr.com",
"packages": [
{
"registryType": "npm",
"identifier": "@doomscrollr/mcp-server",
"version": "1.0.23",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your DOOMSCROLLR API key. Get one free at https://doomscrollr.com/dashboard (Settings → API keys).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DOOMSCROLLR_API_KEY"
},
{
"description": "Optional API base URL override. Defaults to https://doomscrollr.com/api/v1.",
"format": "string",
"name": "DOOMSCROLLR_API_BASE"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.doomscrollr.com/mcp",
"headers": [
{
"description": "Bearer DOOMSCROLLR_API_KEY (get one at https://doomscrollr.com/dashboard)",
"isRequired": true,
"format": "string",
"value": "Bearer {DOOMSCROLLR_API_KEY}",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"DOOMSCROLLR_API_KEY": {
"description": "Your DOOMSCROLLR API key from https://doomscrollr.com/dashboard (Settings → API keys).",
"isRequired": true,
"format": "string",
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}