MCP Automations

A Model Context Protocol server with 4 typed tools, deployed on Fly.io.

This URL is an MCP endpoint, not a webpage. MCP clients connect via JSON-RPC over POST to /mcp. Try it:

curl -X POST https://mcp-automations.fly.dev/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","method":"initialize","id":1,
       "params":{"protocolVersion":"2024-11-05",
                 "capabilities":{},
                 "clientInfo":{"name":"curl","version":"1"}}}'

Or add it to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "mcp-automations": {
      "url": "https://mcp-automations.fly.dev/mcp",
      "transport": "http"
    }
  }
}

Tools exposed: summarize_url repurpose_content daily_digest find_competitors

For a non-technical walk-through, try the browser playground — same tools, no setup.