# Content Calendar Agent by Nova (CIVAI) (remote · nova.civai.co)

I create markdown content calendars and export them as PDFs via PDF Generator MCP

- Trust score: 76/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `nova.civai.co`: 76/100 (this document), [markdown](https://verifymcp.io/servers/co-civai-nova-content-calendar-agent/mcp-agents-content-calendar-agent.md), [page](https://verifymcp.io/servers/co-civai-nova-content-calendar-agent/mcp-agents-content-calendar-agent)

## Channel facts

- Endpoint: `https://nova.civai.co/mcp/agents/content-calendar-agent`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 716 tokens (~71/item across 10 items; 9 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "bgpt_pdf_generator__delete_preview" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Content Calendar Agent by Nova (CIVAI) MCP server?

Content Calendar Agent by Nova (CIVAI) is a hosted endpoint at https://nova.civai.co/mcp/agents/content-calendar-agent, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http co-civai-nova-content-calendar-agent 'https://nova.civai.co/mcp/agents/content-calendar-agent'
```

### Cursor

```json
{
  "mcpServers": {
    "co-civai-nova-content-calendar-agent": {
      "url": "https://nova.civai.co/mcp/agents/content-calendar-agent"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "co-civai-nova-content-calendar-agent": {
      "type": "http",
      "url": "https://nova.civai.co/mcp/agents/content-calendar-agent"
    }
  }
}
```

### Codex

```toml
[mcp_servers.co-civai-nova-content-calendar-agent]
url = "https://nova.civai.co/mcp/agents/content-calendar-agent"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "co-civai-nova-content-calendar-agent": {
      "type": "remote",
      "url": "https://nova.civai.co/mcp/agents/content-calendar-agent",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add co-civai-nova-content-calendar-agent --url 'https://nova.civai.co/mcp/agents/content-calendar-agent' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  co-civai-nova-content-calendar-agent:
    url: "https://nova.civai.co/mcp/agents/content-calendar-agent"
```

### Netclaw

```json
{
  "McpServers": {
    "co-civai-nova-content-calendar-agent": {
      "Transport": "http",
      "Url": "https://nova.civai.co/mcp/agents/content-calendar-agent"
    }
  }
}
```

### Vellum

```bash
assistant mcp add co-civai-nova-content-calendar-agent -t streamable-http -u 'https://nova.civai.co/mcp/agents/content-calendar-agent'
```

### Other

```json
{
  "mcpServers": {
    "co-civai-nova-content-calendar-agent": {
      "type": "http",
      "url": "https://nova.civai.co/mcp/agents/content-calendar-agent"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 76, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 75, +2)

- [functional improvement] Schema quality: unverified → 100
- [functional] New resource “SKILLS.md”

### 2026-09-23 (score 73, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-22 (score 72, +39)

- [security improvement] Transport: unverified → pass
- [security improvement] Injection markers: unverified → pass
- [security] First check of Judged manipulation: pass
- [security] Authorization: Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Destructive annotations: 0
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good
- [functional] First check of Tool coverage: 100

### 2026-09-21 (score 33)

First indexed and scored.

## MCP tools (9)

### `bgpt_pdf_generator__list_previews` (~66 tokens)

List all stored PDF drafts in this session. Returns previews[{preview_id, title}], count, and most_recent_preview_id. Use when the user taps List PDFs or asks which drafts exist. Does not show document body — follow with get_preview after they pick.

### `bgpt_pdf_generator__get_preview` (~124 tokens)

Preview PDF button. Call with no args first: if one draft exists, returns document_markdown; if multiple, returns needs_selection + previews — emit_display layout P (interaction_mode none) numbered picker only. NEVER collect_user_input or emit_display input for preview_id. After user replies with a number/title, call again with preview_id.

Input parameters:

- `preview_id` (string): Optional. Omit on first Preview PDF tap so the tool can list drafts. Pass only after the user picks from the numbered list (or when chat already has a clear id).

### `bgpt_pdf_generator__preview_document` (~165 tokens)

Write or revise draft markdown into session storage (creates preview_id). Agent-only — not a suggestion button. Use when the user asks to create/write/edit document content. For showing an existing draft use get_preview (Preview PDF). Never put emit_display chrome into content.

Input parameters:

- `content` (string, required): Full substantive markdown for the PDF pages (use --- between pages; each page needs a heading). Must be the document the user requested — never UI phrases like 'Here is a preview of your PDF document…
- `title` (string): Document title (real topic title, not 'Preview')
- `update_preview_id` (string): When the user asks to adjust an existing preview, set this to that preview's preview_id. Omit to create a new preview.

### `bgpt_pdf_generator__generate_pdf` (~106 tokens)

Generate a PDF from a preview. Call with no args first: if multiple previews exist, returns needs_selection + previews (title + preview_id) — ask the user which one, then call again with preview_id. If only one preview exists, generates it immediately. Returns pdf_url when generated.

Input parameters:

- `preview_id` (string): Unique preview_id from a prior preview_document result. Omit to list choices (when multiple) or generate the only/last preview.

### `bgpt_pdf_generator__delete_preview` (~78 tokens)

Delete one stored PDF draft by preview_id from this chat session only. Hidden from suggestion buttons — agent-only. Returns deleted true/false. Does not remove already-generated public PDF files. Never accept path-like ids.

Input parameters:

- `preview_id` (string, required): Hex preview_id from list_previews / get_preview in THIS session only

### `slidegen__generate_single_graphic` (~36 tokens)

🖼️ Slidegen: generate single graphic

Input parameters:

- `detail` (string): Specific parameters for this action.

### `slidegen__generate_image` (~33 tokens)

🖼️ Slidegen: generate image

Input parameters:

- `detail` (string): Specific parameters for this action.

### `slidegen__generate_multiple_graphics` (~36 tokens)

🖼️ Slidegen: generate multiple graphics

Input parameters:

- `detail` (string): Specific parameters for this action.

### `slidegen__converse` (~37 tokens)

Reply conversationally when the request is ambiguous or needs clarification.

Input parameters:

- `reply_hint` (string): Optional hint for the conversational reply.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/co-civai-nova-content-calendar-agent/mcp-agents-content-calendar-agent#diagnostics

## Score history

- 2026-09-25: 76
- 2026-09-24: 75
- 2026-09-23: 73
- 2026-09-22: 72
- 2026-09-21: 33

## Common questions

### What is the Content Calendar Agent by Nova (CIVAI) MCP server?

Content Calendar Agent by Nova (CIVAI) is an MCP server listed in the public MCP registry as co.civai.nova/content-calendar-agent. I create markdown content calendars and export them as PDFs via PDF Generator MCP. This page covers its hosted endpoint (https://nova.civai.co/mcp/agents/content-calendar-agent).

### Is the Content Calendar Agent by Nova (CIVAI) MCP server safe to use?

Content Calendar Agent by Nova (CIVAI) scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Content Calendar Agent by Nova (CIVAI) MCP server expose?

Content Calendar Agent by Nova (CIVAI) exposes 9 tools: bgpt_pdf_generator__list_previews, bgpt_pdf_generator__get_preview, bgpt_pdf_generator__preview_document, bgpt_pdf_generator__generate_pdf, bgpt_pdf_generator__delete_preview, and 4 more. Their descriptions and schemas cost roughly 681 tokens of context every time the server is loaded.

### Does the Content Calendar Agent by Nova (CIVAI) MCP server require authentication?

Yes. Content Calendar Agent by Nova (CIVAI) asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the Content Calendar Agent by Nova (CIVAI) MCP server still maintained?

Content Calendar Agent by Nova (CIVAI) is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://nova.civai.co/mcp/agents/content-calendar-agent
- Website: https://nova.civai.co/agent/content-calendar-agent
- Changelog RSS feed: https://verifymcp.io/servers/co-civai-nova-content-calendar-agent/mcp-agents-content-calendar-agent.xml
- Changelog JSON feed: https://verifymcp.io/servers/co-civai-nova-content-calendar-agent/mcp-agents-content-calendar-agent.json
- HTML version of this page: https://verifymcp.io/servers/co-civai-nova-content-calendar-agent/mcp-agents-content-calendar-agent
