Content Ops PL
Polish content MCP tools via x402: LinkedIn draft, anti-slop edit, week plan.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
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-httpWhat it can do
Tool inventory
Tools (4)
🟡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
Evidence