# lazyrelay-mcp-server [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/gosswerner1-max/lazyrelay  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/lazyrelay-mcp-server

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "lazyrelay-mcp-server": {
    "url": "https://lazyrelay.com"
  }
}
```

## Documentation & README

# LazyRelay

LazyRelay is a social media scheduler built around one idea: publishing shouldn't just look successful, it should be provable. Where most schedulers mark a post "sent" the moment an API call succeeds, LazyRelay's Proof-of-Publish independently verifies the post actually went live before it's marked confirmed. If verification fails, the post is flagged instead of silently marked successful.

Schedule to Facebook, Instagram, TikTok, Pinterest, YouTube, LinkedIn, Threads, Mastodon, Bluesky, Telegram, Discord, and Tumblr — 12 platforms today. Manage multiple brands from one account, with per-brand caps instead of a separate workspace fee for each one.

**Live product:** [lazyrelay.com](https://lazyrelay.com)

## MCP server

[`mcp-server/`](https://github.com/gosswerner1-max/lazyrelay/blob/HEAD/mcp-server) is LazyRelay's official Model Context Protocol server, letting AI agents (Claude, Cursor, and others) schedule posts, check analytics, and read mentions directly. Published on npm as [`@lazyrelay/mcp-server`](https://www.npmjs.com/package/@lazyrelay/mcp-server) and listed in the official MCP Registry as `io.github.gosswerner1-max/lazyrelay-mcp-server`.

## About this repository

This is LazyRelay's product monorepo (`backend/`, `frontend/`, `mcp-server/`, and supporting tooling), made public to support MCP registry and directory listings. It's not open source and isn't accepting external contributions — all rights reserved.

