Content Ops PL

Polish content MCP tools via x402: LinkedIn draft, anti-slop edit, week plan.

Should I use this

Quality & Safety

A
Description quality
95%
Schema completeness
83%
Naming quality
85%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~397Tokens (tool definitions)
~788 BTypical response size
Minimal attention impact (0.31% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "content-ops-pl": {
      "url": "https://x402-content-ops-pl.mint-silverfish.workers.dev/mcp"
    }
  }
}

Remote endpoints

https://x402-content-ops-pl.mint-silverfish.workers.dev/mcpstreamable-http

What it can do

Tool inventory

Tools (4)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟡draft_linkedin_pl(brand_voice, brief, audience)

Generate a Polish LinkedIn post from brand_voice + brief. Deterministic template engine (MVP).

Input Schema

{
  "type": "object",
  "properties": {
    "brand_voice": {
      "type": "string",
      "description": "Brand voice / tone guidelines in Polish or English"
    },
    "brief": {
      "type": "string",
      "description": "Content brief / topic / angle"
    },
    "audience": {
      "description": "Optional target audience description",
      "type": "string"
    }
  },
  "required": [
    "brand_voice",
    "brief"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}
🟡anti_slop_edit(draft, voice_notes)

Tighten Polish copy: strip AI/corp fillers using SOP anti-slop rules. Returns cleaned text + flags.

Input Schema

{
  "type": "object",
  "properties": {
    "draft": {
      "type": "string",
      "description": "Draft text to clean"
    },
    "voice_notes": {
      "description": "Optional voice / tone notes for the edit",
      "type": "string"
    }
  },
  "required": [
    "draft"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}
⚪week_content_plan(niche, goal, channels)

Build a 7-day Polish content plan from niche + goal (+ optional channels).

Input Schema

{
  "type": "object",
  "properties": {
    "niche": {
      "type": "string",
      "description": "Content niche"
    },
    "goal": {
      "type": "string",
      "description": "Week goal (e.g. trust + 1 CTA)"
    },
    "channels": {
      "description": "Optional channel list, e.g. LinkedIn, IG, newsletter",
      "type": "string"
    }
  },
  "required": [
    "niche",
    "goal"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}
🟢list_catalog

Free catalog: tool names, USD prices, input schema summaries.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded4 tools