Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

MCP Automations

io.github.wzltmp/mcp-automations

Summarize URLs, repurpose content, daily news digests, find competitors. Cost telemetry built in.

Uptime
100.0%
2 direct probes · 30d
Response
1299ms
last probe
Tools
4
callable
Resources
1
readable
Prompts
1
available

Tools · 4

summarize_url

Fetch a URL, extract clean article text, and return an N-bullet summary.

repurpose_content

Repurpose long-form text into ``twitter_thread``, ``linkedin_post``, or ``newsletter``.

daily_digest

Search the web for recent news on ``topic`` and return a digest with citations.

find_competitors

Identify ``n`` plausible competitors for a company at ``domain`` (e.g., 'stripe.com').

Resources · 1

tool_catalog

A JSON catalog of every tool this server exposes, with example invocations.

automations://catalog

Prompts · 1

daily_brief

A composable prompt that chains daily_digest + repurpose_content into a morning email draft.

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"
    }
  }
}