Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Caelario

NPM · CAELARIO-MCP · SCANNED SEP 20

MCP server for Instagram, TikTok, YouTube, X and Facebook data extraction and automation.

Available components

+3 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 3 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability63
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1093 tokens (~52/item across 21 items; 21 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage73
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 20% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 21 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Caelario MCP server?

Caelario runs locally as an npm package, launched with npx -y caelario-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · caelario-mcp

# add to Claude Code
claude mcp add chunkydonut21-caelario -- npx -y caelario-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chunkydonut21-caelario": {
      "command": "npx",
      "args": [
        "-y",
        "caelario-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chunkydonut21-caelario": {
      "command": "npx",
      "args": [
        "-y",
        "caelario-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chunkydonut21-caelario -- npx -y caelario-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chunkydonut21-caelario": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "caelario-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chunkydonut21-caelario --command npx --arg -y --arg caelario-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chunkydonut21-caelario:
    command: "npx"
    args: ["-y", "caelario-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chunkydonut21-caelario": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "caelario-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chunkydonut21-caelario -t stdio -c npx -a -y caelario-mcp
// mcp.json
{
  "mcpServers": {
    "chunkydonut21-caelario": {
      "command": "npx",
      "args": [
        "-y",
        "caelario-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 18 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 0
    • Schema quality: good → fair functional
  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/caelario-mcp@0.1.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 3 packages
Packages resolved 3
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 21 exposed · ~1,032 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cancel_batch ~27

Cancel queued batch children and request cancellation of running children.

NameTypeReqDescription
batch_idstringyes

No output schema declared.

No examples provided.

cancel_extraction ~29

Cancel a queued job or request cancellation of a running job.

NameTypeReqDescription
job_idstringyes

No output schema declared.

No examples provided.

create_batch ~81

Run one operation for up to 100 targets as an expandable durable batch.

NameTypeReqDescription
idempotency_keystring
include_postsinteger
limitinteger
operationstringyesOperation returned by discover_platforms
platformstringyesPlatform returned by discover_platforms
targetsarrayyes

No output schema declared.

No examples provided.

create_extraction ~88

Create one durable extraction job for work that may continue in the background.

NameTypeReqDescription
cursorstring
idempotency_keystring
include_postsinteger
limitinteger
operationstringyesOperation returned by discover_platforms
platformstringyesPlatform returned by discover_platforms
targetstringyes

No output schema declared.

No examples provided.

create_schedule ~100

Create a timezone-aware once, daily, weekly, or monthly extraction schedule.

NameTypeReqDescription
frequencystringyes
include_postsinteger
limitinteger
namestringyes
operationstringyesOperation returned by discover_platforms
platformstringyesPlatform returned by discover_platforms
starts_atstringyes
targetsarrayyes
timezonestringyes

No output schema declared.

No examples provided.

discover_platforms ~23

List every Caelario platform, operation, limit, and price.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

estimate_credits ~71

Estimate the maximum reservation for one or many targets before starting work.

NameTypeReqDescription
include_postsinteger
limitinteger
operationstringyesOperation returned by discover_platforms
platformstringyesPlatform returned by discover_platforms
target_countinteger

No output schema declared.

No examples provided.

extract_now ~119

Run one bounded target synchronously and return a model-safe result page.

NameTypeReqDescription
cursorstring
idempotency_keystring
include_postsinteger
limitinteger
operationstringyesOperation returned by discover_platforms
platformstringyesPlatform returned by discover_platforms
result_limitinteger
result_offsetinteger
targetstringyes
text_limitinteger
text_offsetinteger

No output schema declared.

No examples provided.

get_account ~15

Return workspace identity and extraction limits.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_batch ~26

Get aggregate status and child jobs for one batch.

NameTypeReqDescription
batch_idstringyes

No output schema declared.

No examples provided.

get_credit_usage ~22

Return available, reserved, promotional, purchased, and spent credits.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_extraction ~29

Get one job's progress, billing, and error metadata.

NameTypeReqDescription
job_idstringyes

No output schema declared.

No examples provided.

get_extraction_result ~61

Page through a completed job's structured result without flooding model context.

NameTypeReqDescription
job_idstringyes
limitinteger
offsetinteger
text_limitinteger
text_offsetinteger

No output schema declared.

No examples provided.

get_operation_guide ~45

Explain and validate one operation before spending credits.

NameTypeReqDescription
operationstringyesOperation returned by discover_platforms
platformstringyesPlatform returned by discover_platforms

No output schema declared.

No examples provided.

get_schedule ~25

Get one schedule and its recent run history.

NameTypeReqDescription
schedule_idstringyes

No output schema declared.

No examples provided.

list_batches ~32

List recent batches and optionally their child jobs.

NameTypeReqDescription
include_jobsboolean
limitinteger

No output schema declared.

No examples provided.

list_extractions ~27

List recent durable extraction jobs without embedding their large results.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

list_schedules ~23

List active and paused extraction schedules.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

manage_schedule ~36

Pause, resume, run now, or delete an extraction schedule.

NameTypeReqDescription
actionstringyes
schedule_idstringyes

No output schema declared.

No examples provided.

update_schedule ~103

Replace a schedule definition while preserving its run history.

NameTypeReqDescription
frequencystringyes
include_postsinteger
limitinteger
namestringyes
operationstringyesOperation returned by discover_platforms
platformstringyesPlatform returned by discover_platforms
schedule_idstringyes
starts_atstringyes
targetsarrayyes
timezonestringyes

No output schema declared.

No examples provided.

wait_for_extraction ~50

Wait briefly for a durable job to become terminal without returning its large result.

NameTypeReqDescription
job_idstringyes
poll_interval_secondsnumber
timeout_secondsnumber

No output schema declared.

No examples provided.

Common questions

What is the Caelario MCP server?

Caelario is an MCP server listed in the public MCP registry as io.github.chunkydonut21/caelario. MCP server for Instagram, TikTok, YouTube, X and Facebook data extraction and automation. This page covers its npm package (caelario-mcp).

Is the Caelario MCP server safe to use?

Caelario scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. 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 Caelario MCP server expose?

Caelario exposes 21 tools: discover_platforms, get_operation_guide, get_account, get_credit_usage, estimate_credits, and 16 more. Their descriptions and schemas cost roughly 1,032 tokens of context every time the server is loaded.

Is the Caelario MCP server still maintained?

Caelario is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Caelario MCP server under?

Caelario declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.