LazyRelay
← Back to guides

Post to Social Media from Make

Give a Make scenario the ability to schedule, check, and verify social posts through LazyRelay's MCP server.

What this unlocks

The part most AI-agent schedulers skip

Most integrations stop at the API call — a scenario fires a "create post" request, gets a success response, and moves on. That isn't proof the post is live. Rate limits, silent moderation holds, and platform-side failures can all eat a "successful" request. LazyRelay's list_scheduled_posts tool returns real Proof-of-Publish status, so a scenario can branch on whether a post is actually confirmed live, not just accepted.

Setup

  1. In your LazyRelay dashboard, go to API Keys (top nav) and create a new key. Requires a paid plan — Starter and up. Copy it now, it's only shown once.
  2. If your Make scenario has access to an MCP client module or app, point it at LazyRelay's hosted MCP endpoint:

    https://lazyrelaylazyrelay-backend.onrender.com/mcp

    Make's MCP support is newer and its exact module name may vary by account — check Make's own documentation for "MCP" if you don't see this yet.
  3. Set your LazyRelay API key wherever that module asks for authentication.

Full tool reference (list_connected_accounts, schedule_post, list_scheduled_posts, delete_scheduled_post, get_analytics_summary, get_mentions) at lazyrelay.com/docs. Not ready for MCP yet? LazyRelay also has a direct Zapier integration that covers similar ground through Make's HTTP/webhook modules today.

Don't have an API key yet? Generate one from your dashboard's Settings tab — available on every paid plan (Starter, Pro, Business, Agency, and Agency Plus).

See plans and get started free