mochi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MOCHI_API_KEY | Yes | Your Mochi API key from https://app.mochi.cards/settings/account |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mochi_list_cardsA | List all Mochi flashcards with pagination support |
| mochi_get_cardB | Get a specific Mochi flashcard by ID |
| mochi_create_cardB | Create a new Mochi flashcard with front/back content |
| mochi_update_cardC | Update an existing Mochi flashcard |
| mochi_delete_cardA | Delete a Mochi flashcard by ID |
| mochi_list_decksB | List all Mochi decks |
| mochi_create_deckC | Create a new Mochi deck |
| mochi_search_cardsC | Search for Mochi flashcards by name or content |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct action on a specific resource (cards vs decks), with no overlap. The names and descriptions clearly differentiate between CRUD operations, listing, and searching.
All tool names follow a consistent verb_noun pattern using snake_case and a 'mochi_' prefix, e.g., mochi_list_cards, mochi_create_deck. No deviations or mixed conventions.
8 tools is well-suited for a flashcard application, covering essential operations on cards and decks without being too few or excessive.
Cards have full CRUD plus search and list, but decks lack update, delete, and get operations. This is a minor gap that agents can work around, but the deck surface is incomplete.