Back to Browse

Lazyrelay MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

This is a legitimate social media automation platform (LazyRelay) with a well-architected backend, proper authentication, and reasonable security practices. The codebase demonstrates real security discipline: Supabase RLS on all tables, JWT validation on protected endpoints, one-time OAuth state tokens, and careful transaction handling (claim-before-act). However, moderate concerns exist around frontend code quality: overly broad exception handling, missing input validation in CSV parsing, sensitive data (API keys, webhook secrets) displayed in the UI without adequate protection mechanisms, and a large frontend surface area that increases attack scope. Permissions align with the platform's purpose (file I/O, network for social APIs, env vars for credentials), but the extensive features and integrations create legitimate operational complexity. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

clipboard

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Your LazyRelay API key. Get one from your LazyRelay dashboard: Settings -> More -> API Keys -> Create key.Required

Environment variable: LAZYRELAY_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-gosswerner1-max-lazyrelay-mcp-server": {
      "env": {
        "LAZYRELAY_API_KEY": "your-lazyrelay-api-key-here"
      },
      "args": [
        "-y",
        "lazyrelay-backend"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!