postforme-mcp-pro marketplace

postforme-mcp-pro marketplace is a plugin for Claude Code from helbertparanhos/postforme-mcp-pro. Its token cost is not measured, scanned A, original, MIT.

An MCP plugin for publishing, scheduling, editing, deleting, and analyzing social-media posts through the Post for Me API. It supports nine platforms and includes a read-only mode that blocks publishing changes.

In plain words
What is it for?
Use it to create and schedule posts, edit or delete them, review post analytics, or run an analytics-only session by setting the read-only option.
Why use it?
It lets an agent manage social posts through typed tools while offering a setting for analysis-only work. The read-only mode can prevent accidental publishing or edits.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Good fit Use it to create and schedule posts, edit or delete them, review post analytics, or run an analytics-only session by setting the read-only option.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add helbertparanhos/postforme-mcp-pro/plugin install postforme-mcp-pro marketplace
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/helbertparanhos/postforme-mcp-pro

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for postforme-mcp-pro marketplace

README.md
[![agentmods](https://agentmods.dev/badge/plugins/helbertparanhos/postforme-mcp-pro/marketplace.svg)](https://agentmods.dev/plugins/helbertparanhos/postforme-mcp-pro/marketplace)
Your own site
<a href="https://agentmods.dev/plugins/helbertparanhos/postforme-mcp-pro/marketplace"><img src="https://agentmods.dev/badge/plugins/helbertparanhos/postforme-mcp-pro/marketplace.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

postforme-mcp-pro marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 31 lines

What it actually says

{
  "name": "postforme-mcp-pro",
  "displayName": "Post for Me MCP Pro",
  "description": "27 typed tools to publish, schedule, edit, delete and analyze social posts across 9 platforms via the Post for Me API, plus postforme_raw and a readonly safety mode.",
  "version": "1.0.0",
  "author": "helbertparanhos",
  "license": "MIT",
  "category": "Social Media",
  "tags": ["mcp", "postforme", "social-media", "scheduling", "analytics", "instagram", "tiktok", "automation"],
  "repository": "https://github.com/helbertparanhos/postforme-mcp-pro",
  "npm": "postforme-mcp-pro",
  "tools": 27,
  "transport": "stdio",
  "auth": "env",
  "envVars": [
    {
      "name": "POSTFORME_API_KEY",
      "description": "Post for Me API key (Dashboard → Settings → API Keys).",
      "required": true,
      "sensitive": true
    },
    {
      "name": "POSTFORME_READONLY",
      "description": "Set to 'true' to block all write tools (analytics-only sessions).",
      "required": false,
      "sensitive": false
    }
  ],
  "quickstart": { "command": "npx", "args": ["-y", "postforme-mcp-pro"] }
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 31 lines scan A 8baaee1c9891

Subscribe to this mod's changes

postforme-mcp-pro marketplace is a plugin published in the GitHub repository helbertparanhos/postforme-mcp-pro (1 stars, last pushed 5d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.