Mochi Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mochi Mcp (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 the Mochi Cards API. Enables AI assistants to manage flashcards, decks, and templates through the Model Context Protocol.
list_cards - List cards with optional filtering by deckget_card - Retrieve a single card by IDcreate_card - Create a new flashcardupdate_card - Update an existing carddelete_card - Permanently delete a cardadd_attachment - Upload file attachments to cardsdelete_attachment - Remove attachments from cardslist_decks - List all decksget_deck - Retrieve a single deck by IDcreate_deck - Create a new deckupdate_deck - Update deck propertiesdelete_deck - Permanently delete a decklist_templates - List all templatesget_template - Retrieve a template by IDcreate_template - Create a new card templateget_due_cards - Get cards due for review (spaced repetition)bun installThis server requires a Mochi API key. To get your API key:
Set the MOCHI_API_KEY environment variable when running the server.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mochi": {
"command": "bun",
"args": ["run", "/path/to/mochi-mcp/src/index.ts"],
"env": {
"MOCHI_API_KEY": "your-api-key-here"
}
}
}
}Replace /path/to/mochi-mcp with the actual path to this repository.
# Run with hot reload
bun run dev
# Run once
bun run startMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.