Parent/fan access to Artsonia student-art portfolios, comments, and fans (AI-built).
Parent/fan access to Artsonia student-art portfolios, comments, and fans (AI-built).
This is a well-structured MCP server for downloading Artsonia student artwork with comprehensive input validation, proper error handling, and appropriate permission scoping. The code demonstrates good security practices including path traversal prevention, safe template substitution, and graceful degradation. Minor code quality observations exist but do not materially impact security posture. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
4 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ARTSONIA_USERNAME
Environment variable: ARTSONIA_PASSWORD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-chrischall-artsonia-mcp": {
"env": {
"ARTSONIA_PASSWORD": "your-artsonia-password-here",
"ARTSONIA_USERNAME": "your-artsonia-username-here"
},
"args": [
"-y",
"artsonia-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.