Mcp Mediachips — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Mediachips (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for MediaChips database. Provides CRUD tools to manage media, tags, playlists, marks, and settings via the Model Context Protocol.
npm installAdd to your MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"mediachips": {
"command": "node",
"args": ["/path/to/mcp-mediachips/index.js"],
"env": {
"MEDIACHIPS_DB_PATH": "/path/to/mediachips/db.sqlite"
}
}
}
}If MEDIACHIPS_DB_PATH is not set, it defaults to db.sqlite in the project directory.
| Tool | Description |
|---|---|
list_media | List media with pagination, sorting, and filters |
get_media | Get media by ID with tags, video metadata, marks |
create_media | Create a new media item |
update_media | Update media (name, rating, favorite, bookmark) |
delete_media | Delete a media item |
list_tags | List tags with pagination and filters |
get_tag | Get tag by ID with media, child/parent tags, values |
create_tag | Create a new tag |
update_tag | Update a tag |
delete_tag | Delete a tag |
add_tag_to_media | Associate a tag with media |
remove_tag_from_media | Remove a tag from media |
list_playlists | List all playlists |
get_playlist | Get playlist with its media items |
create_playlist | Create a new playlist |
update_playlist | Update a playlist |
delete_playlist | Delete a playlist |
add_media_to_playlist | Add media to a playlist |
remove_media_from_playlist | Remove media from a playlist |
list_marks | List marks for a media item |
create_mark | Create a timestamp mark on media |
update_mark | Update a mark |
delete_mark | Delete a mark |
list_meta | List meta categories |
list_media_types | List media types with counts |
get_settings | Get application settings |
update_setting | Update a setting |
set_value_for_media | Set custom meta value on media |
set_value_for_tag | Set custom meta value on tag |
get_stats | Get database statistics |
search | Search across media and tags |
execute_query | Execute raw SELECT queries |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.