Back to Browse

Content Calendar Ai MCP Server

Developer ToolsUse Caution2.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Content Calendar Ai MCP Server by MEOK AI Labs

About

Content Calendar Ai MCP Server by MEOK AI Labs

Security Report

2.2
Use Caution2.2Critical Risk

This MCP server has several security concerns that warrant attention. The server makes unauthenticated HTTP calls to an external metering service (proofof.ai) with user API keys in request bodies, creating a credential exfiltration vector. Documentation claims tools are read-only but they actually modify internal state (schedule_content, update_content, delete_content, create_campaign). The auth middleware stores API keys in plaintext JSON files in the user's home directory. While the server's core functionality is sound and permissions match its stated purpose, these credential handling and misrepresentation issues present real risks that users should understand. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 14 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.

env_vars

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

HTTP Network Access

Connects to external APIs or services over the internet.

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.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-content-calendar-ai-mcp": {
      "args": [
        "-y",
        "content-calendar-ai-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!