MCP Automations
io.github.wzltmp/mcp-automationsSummarize URLs, repurpose content, daily news digests, find competitors. Cost telemetry built in.
Tools · 4
Fetch a URL, extract clean article text, and return an N-bullet summary.
Repurpose long-form text into ``twitter_thread``, ``linkedin_post``, or ``newsletter``.
Search the web for recent news on ``topic`` and return a digest with citations.
Identify ``n`` plausible competitors for a company at ``domain`` (e.g., 'stripe.com').
Resources · 1
A JSON catalog of every tool this server exposes, with example invocations.
automations://catalog
Prompts · 1
A composable prompt that chains daily_digest + repurpose_content into a morning email draft.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mcp_automations": {
"url": "https://mcp-automations.fly.dev/mcp",
"transport": "streamable-http"
}
}
}