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.

io.github.chrischall/artsonia-mcp

NPM · ARTSONIA-MCP · SCANNED SEP 20

Parent/fan access to Artsonia student-art portfolios, comments, and fans (AI-built).

Available components

0 this week 94 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 Security99
  • 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
  • 1 of 20 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/artsonia-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1985 tokens (~132/item across 15 items; 15 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 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 io.github.chrischall/artsonia-mcp server?

io.github.chrischall/artsonia-mcp runs locally as an npm package, launched with npx -y artsonia-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 · artsonia-mcp

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

  • 20 Sept 26 +15
    • Malware scan: unverified → pass security
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 1.0.0 → 1.1.0 functional
  • 19 Sept 26 −14
    • Malware scan: pass → unverified security
    • Dependency health: 0.87 → 0.96 functional
    • Package version: 0.12.3 → 1.0.0 functional
  • 18 Sept 26 +1

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

  • 16 Sept 26 +12
    • Malware scan: unverified → pass security
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
    • Package version: 0.12.2 → 0.12.3 functional
  • 14 Sept 26 −15
    • Stability: 0.93 → unverified security
    • Malware scan: pass → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 0.12.1 → 0.12.2 functional
  • 13 Sept 26 +1

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

  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
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/artsonia-mcp@1.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/artsonia-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/artsonia-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2893921180
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:041bfa251f31e45d9e5f45054971b54d1e86b33e3f95479f85911e0edb82e216274729164630c6835fa0abf3db6275d3cb88f0a2b7e3b73da940a7df5

Background: How many MCP packages publish verified provenance →

Dependencies 20 packages
Packages resolved 20
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~1,985 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
artsonia_download_artwork ~804

Download full-resolution images of a student's artwork to a local folder, named from the artwork title/project/grade and time-stamped to the image's source date. Optionally filter by class/project (substring), grade, and/or keep only the most-recent N (the portfolio is reliably newest-first). Re-runs are idempotent (skip_existing). Without confirm:true this is a DRY RUN that lists the resolved filenames with estimated bytes and writes nothing. write_metadata:true also saves each artwork's comments + teacher feedback as a .json sidecar next to its image. embed_metadata:true embeds title/project/grade/date into each JPEG's EXIF/IPTC. path_template (e.g. "{grade}/{project}" or "{school_year}") organizes downloads into subfolders for multi-year archives. Note: descriptive filenames need each artwork's detail page (slower) — use filename_template "{artwork_id}" for the fast id-only path.

NameTypeReqDescription
artist_idstringyesStudent artist_id (from artsonia_list_students).
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
deststringyesLocal destination folder (a leading ~ is expanded). Created if missing.
embed_metadatabooleanEmbed each image's title/project/grade and source date (its Last-Modified, same as date_source) into the JPEG's EXIF (ImageDescription, DateTimeOriginal) and IPTC (title, keywords, date) so the metad…
filename_templatestringFilename pattern. Tokens: {title} {project} {grade} {date} {school_year} {artwork_id}. The artwork_id is auto-appended for uniqueness if absent. Use "{artwork_id}" for the fast id-only path (no detai…
gradestringOnly artworks created in this grade, e.g. "6" or "Grade 6".
include_privatebooleanInclude artworks marked private in the portfolio. Set false to exclude them (excluded count is reported as private_excluded_count).
limitintegerKeep only the N most recent matching artworks (portfolio is newest-first).
path_templatestringOptional subfolder pattern under dest, composed with filename_template — e.g. "{grade}/{project}" or "{school_year}" for multi-year archives. Same tokens as filename_template; segments are slugified…
projectstringOnly artworks whose school-project/class name contains this (case-insensitive).
resolutionstringImage resolution. "full" is the original (~0.7 MB each).
set_mtime_from_sourcebooleanSet each file's modified time from the image's Last-Modified header (its Artsonia upload date) instead of the download moment.
skip_existingbooleanSkip artworks whose target file already exists (idempotent re-runs). Set false to overwrite.
write_indexbooleanAfter downloading, write an index.json manifest into the destination folder listing the downloaded items (artwork_id, title, file, grade, project, date). Off by default.
write_metadatabooleanAfter downloading, write a per-artwork <image-name>.json sidecar next to each image with the artwork's comments and teacher feedback (plus title/project/grade). Fetches each artwork's detail page + t…

No output schema declared.

No examples provided.

artsonia_get_activity ~42

Return the notification/activity feed on the parent dashboard (e.g. new teacher feedback, fan-club prompts), with a count and the list of notices.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

artsonia_get_artwork ~62

Get one artwork: title, artist screen-name, view count, project (assignment name), and the comments on it. Pass an artwork_id from a portfolio.

NameTypeReqDescription
artwork_idstringyesArtwork id (from artsonia_get_portfolio).

No output schema declared.

No examples provided.

artsonia_get_awards ~72

List a student's Artsonia awards/achievement badges — current-year badges (name, earned/not, criteria, progress) plus badges earned in prior years. Pass the artist_id from artsonia_list_students.

NameTypeReqDescription
artist_idstringyesStudent artist_id (from artsonia_list_students).

No output schema declared.

No examples provided.

artsonia_get_fans ~48

List the fans (name + relationship) in a student's fan club. Pass the artist_id from artsonia_list_students.

NameTypeReqDescription
artist_idstringyesStudent artist_id.

No output schema declared.

No examples provided.

artsonia_get_feedback ~73

List the teacher feedback left on a student's artwork — each item's message, who posted it and when, the artwork it's about, and whether it's been marked as read. Pass the artist_id from artsonia_list_students.

NameTypeReqDescription
artist_idstringyesStudent artist_id (from artsonia_list_students).

No output schema declared.

No examples provided.

artsonia_get_portfolio ~145

List a student's artworks (artwork_id, is_private flag, thumbnail). Pass the artist_id from artsonia_list_students. Set include_details:true to also fetch each artwork's full detail (title, project, grade, views, …) in one call — this fetches a detail page per artwork (slower), so leave it off when the lean tiles are enough.

NameTypeReqDescription
artist_idstringyesStudent artist_id (from artsonia_list_students).
include_detailsbooleanFetch each artwork's full detail (title/project/grade/views/…) concurrently and merge it into the rows. Off by default (lean tiles, one request).

No output schema declared.

No examples provided.

artsonia_get_profile ~52

Show your Artsonia parent/fan account profile: name, email, mobile, and current notification opt-in states (news / artist activity / promos). Read-only complement to artsonia_set_notifications.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

artsonia_healthcheck ~56

Confirm credentials are configured, log in, fetch the dashboard, and report {authenticated, transport, student_count} with a plain-English hint distinguishing "no creds" vs "bad creds" vs "site error". Read-only.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

artsonia_invite_fan ~177

Invite someone (by name + email) to follow a student's Artsonia portfolio. Sends them an invite email. Without confirm:true this is a DRY RUN. Use only real addresses you're authorized to invite (test with @example.com).

NameTypeReqDescription
artist_idstringyesStudent artist_id (from artsonia_list_students).
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
emailstringyesFan's email address (they receive an invite).
first_namestringyesFan's first name.
is_parentbooleanWhether this fan is also a parent/guardian.
last_namestringyesFan's last name.
relationship_idstringyesRelationship code (RelationshipID select value from the Add Fans form).

No output schema declared.

No examples provided.

artsonia_list_comments ~49

List the comments on a given artwork (author + text). Pass an artwork_id from a portfolio.

NameTypeReqDescription
artwork_idstringyesArtwork id (from artsonia_get_portfolio).

No output schema declared.

No examples provided.

artsonia_list_students ~59

List the student(s) on your Artsonia parent/fan account with their artist_id, name, school, grade, and artwork/fan counts. The artist_id is the selector used by the portfolio, comments, and fan tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

artsonia_mark_feedback_read ~95

Mark the student's teacher feedback as read (this is a mark-ALL action — Artsonia has no per-item control). Without confirm:true this is a DRY RUN that returns a preview and makes no network call.

NameTypeReqDescription
artist_idstringyesStudent artist_id (from artsonia_list_students).
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.

No output schema declared.

No examples provided.

artsonia_post_comment ~107

Post a comment on a student's artwork. Without confirm:true this is a DRY RUN that returns a preview and makes no network call.

NameTypeReqDescription
artist_idstringyesStudent artist_id (from artsonia_list_students).
artwork_idstringyesArtwork id (from artsonia_get_portfolio).
commentstringyesThe comment text to post.
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.

No output schema declared.

No examples provided.

artsonia_set_notifications ~144

Turn the account's email opt-ins on/off (news, artist activity, promos). Reads your profile, changes only the opt-in(s) you specify, and re-saves — leaving your name/email/password untouched. Without confirm:true this is a DRY RUN showing the resulting state.

NameTypeReqDescription
artist_activitybooleanOptInArtistActivity — emails about your student(s) activity.
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
newsbooleanOptInNews — general Artsonia news emails.
promosbooleanOptInPromos — promotional/keepsake emails.

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/artsonia-mcp server?

io.github.chrischall/artsonia-mcp is listed in the public MCP registry as io.github.chrischall/artsonia-mcp. Parent/fan access to Artsonia student-art portfolios, comments, and fans (AI-built). This page covers its npm package (artsonia-mcp).

Is the io.github.chrischall/artsonia-mcp server safe to use?

io.github.chrischall/artsonia-mcp scores 94 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. Its build provenance is signed and verified. 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 io.github.chrischall/artsonia-mcp server expose?

io.github.chrischall/artsonia-mcp exposes 15 tools: artsonia_healthcheck, artsonia_list_students, artsonia_get_activity, artsonia_get_portfolio, artsonia_get_artwork, and 10 more. Their descriptions and schemas cost roughly 1,985 tokens of context every time the server is loaded.

Is the io.github.chrischall/artsonia-mcp server still maintained?

io.github.chrischall/artsonia-mcp 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 io.github.chrischall/artsonia-mcp server under?

io.github.chrischall/artsonia-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.