Mmcp.market

Lazyrelay MCP server

by gosswerner1-max·io.github.gosswerner1-max/lazyrelay-mcp-server·v0.2.1

Schedule social posts, check Proof-of-Publish status, pull analytics, and read mentions.

B80/100grade B
What users say
No reviews yet
Be the first
Safety scan
B80/100

full report

Adoption
Growing

0 stars67 downloads/wk

Reviews

Write one

Nobody has reviewed Lazyrelay yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Lazyrelay tools (9, 4 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • delete_scheduled_postwrite action

    Cancel a pending scheduled post before it goes out. Has no effect on a post that's already gone out.

  • get_analytics_summary

    Get post counts, verified-live rate, per-platform breakdown, and engagement totals (likes/comments/shares/views, where each platform exposes them) for a recent window.

  • get_mentions

    Get recent comments on this account's posts, on the platforms that support reading comments (Facebook, Instagram, Mastodon, Bluesky, YouTube).

  • list_connected_accounts

    List every social media account connected to this LazyRelay account, with platform, display name, and the id needed by schedule_post.

  • list_scheduled_posts

    List this account's upcoming and recent posts, with status (pending/posted/failed) and Proof-of-Publish verification.

  • list_workspaces

    List this account's brands/workspaces, with the id needed to file a post under a specific one.

  • publish_post_nowwrite action

    Publish to one connected account immediately, instead of scheduling for later. Call list_connected_accounts first to get a valid socialAccountId. The post is picked up by the scheduler within moments, not published synchronously — call list_scheduled_posts afterward to confirm it actually went live.

  • schedule_postwrite action

    Schedule a post to one connected social account. Call list_connected_accounts first to get a valid socialAccountId — post to multiple platforms by calling this once per account.

  • update_postwrite action

    Edit a post's content or media before it goes out — works on a draft or a still-pending scheduled post, not one that's already posting or done. Call list_scheduled_posts first to get a valid id. To change the scheduled time instead of the content, delete and recreate the post.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 2 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 80/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y @lazyrelay/mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add lazyrelay-mcp-server -- npx -y @lazyrelay/mcp-server
Add to Cursor

Lazyrelay: common questions

Is Lazyrelay MCP server safe?
Mostly: it is graded B (80/100). Read the Lazyrelay safety report
How do I install Lazyrelay?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Lazyrelay need an API key?
Yes. The registry entry asks for LAZYRELAY_API_KEY.
Is Lazyrelay maintained?
The last commit was 3 days ago (2026-09-18). The latest release is v0.2.1.
What can I use instead of Lazyrelay?
Servers from other publishers that do the same job: HasData Instagram MCP server and Substack MCP Server.

Alternatives to Lazyrelay

Same job from other publishers: the closest match first, then the best rated.

  • HasData Instagram
    Public Instagram profiles and post feeds by handle, with hashtags and mentions parsed.
    A
  • Substack MCP Server
    Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
    B

More from gosswerner1-max