Monarchic / Independent AI R&D

Now / Agent enhancements Next / Agent workflows

Products / Hosted MCPs / CopyDev MCP

MCP Available

CopyDev MCP

Copy editing and precise content review

CopyDev MCP edits product copy and checks it for vague, unsupported, or hard-to-act-on language through the hosted catalog.

Category

Content Quality

Best for

Product and marketing teams that need precise editing without losing the original voice.

Access and usage

Included with an active usage plan

Available through the hosted catalog. Calls count against the shared allowance on the account plan.

Compare usage plans

Why it exists

Edit product copy and identify vague claims, unclear calls to action, and unsupported language before publication.

Generic terminals, provider APIs, and custom prompts can cover parts of the work, but the caller must supply permission limits, output requirements, failure handling, and usage accounting.

Connection and contract

Connect from an MCP-aware client with an account-scoped Monarchic key. The hosted route checks access, runs the named product contract, and records the operation on the account receipt.

The product-specific schema defines the inputs and outputs used by clients and downstream automation.

Current limits

The review identifies language problems; it does not verify product claims or publish changes.

Requires an authenticated, entitled account. The call reads only the copy in the request.

What you get

  • Edit copy while preserving its intended voice
  • Flag vague claims and unclear calls to action
  • Return review findings separately from rewritten text

Core use case

Edit product copy and identify vague claims, unclear calls to action, and unsupported language before publication.

Outcomes

  • Tighten copy without flattening its tone
  • Find vague or hard-to-defend claims
  • Keep review findings separate from the proposed rewrite

Primary workflows

Submit copy Edit text Review vagueness Apply revisions

Concrete workflow / priced call

Find vague language before copy reaches production

The request, exact tool-call payload, returned output, and usage receipt are shown below.

Request

“Tell me which claims in this product sentence are too vague to defend.”

Execution

Tool call payload
{
  "tool": "copy_review_detect_vagueness",
  "arguments": {
    "text": "Unlock seamless growth with a powerful next-generation platform.",
    "product": "Example product",
    "audience": "founders"
  }
}

Runs a deterministic language review and returns the vague phrases, why they are weak, and which facts would make them specific.

Output

Representative contract excerpt
{
  "contract": "copydev.vagueness-report.v1",
  "verdict": "revise",
  "phrases": [
    "seamless growth",
    "powerful",
    "next-generation"
  ]
}

Usage rating

At runtime

Recorded on the operation receipt

The completed review receives a measured receipt. Allowance quantities remain unpublished until the fully allocated rate card is frozen.

Required access

Requires an authenticated, entitled account. The call reads only the copy in the request.

Current limits

The review identifies language problems; it does not verify product claims or publish changes.