io.github.aaadjrbr/nobrainner
io.github.aaadjrbr/nobrainnerNoBrainner Spaced Repetition Flashcards, Study Stats & Multi-Language AI Deck Generation
Tools · 33
Returns the authenticated student overview: profile basics, current Free/Pro plan, available voice options, progress, decks, recent grades, and weak-deck signals. Free includes standard Neural2 audio;…
Explains NoBrainner features, Chrome extension, Video Practice, ranking, and documentation links.
Returns detailed NoBrainner student learning statistics: accuracy rate, grade distribution, active/total deck counts, streaks, total reviews, estimated study hours, and 30-day accuracy history.
Returns weekly NoBrainner global leaderboard rankings, streak leaders, and the authenticated user position.
Returns the authenticated student’s Friends league, weekly XP ranks, and current position.
Returns daily NoBrainner study activity for the last N days.
Returns profile basics and accessibility settings from Edit Profile.
Updates the student display name, flag, or built-in avatar. Custom photo uploads remain in Edit Profile.
Returns UI scale, reduced-animation, and review audio-speed visibility settings.
Updates account-wide UI scale, reduced animations, or review audio-speed visibility after the student requests it.
Returns read-only streak, freeze, recovery, and recent daily activity history without changing study progress.
Returns the authenticated student plan, daily/monthly usage, remaining allowances, deck limits, and audio allowances. Always call this before creating or saving a deck. Free includes standard Neural2 …
Returns the authenticated student deck list with status, card counts, source, settings, and sync metadata.
Returns one deck and a paginated page of cards.
Returns cards with the strongest recent Again/Hard signal.
Call get_student_overview and get_usage_limits first. The schema accepts up to 200 cards so Pro can create large drafts. Free: up to 50 cards per draft, 3 drafts/day and 30/month. Pro: up to 200 cards…
Previews a pending deck draft before it is saved.
Call get_usage_limits first. Saves a confirmed draft as a ready deck and consumes one cloud deck job plus requested TTS/audio quotas. Pro drafts can use premium-female or premium-male Chirp3-HD; Free …
Returns study settings for a deck.
Updates settings after explicit user confirmation.
Browses the public NoBrainner community deck catalog.
Imports a public community deck into the student account.
Returns the student dashboard style plus every folder and deck aesthetic setting and the supported values for safe personalization.
Creates a deck organization folder.
Renames or updates an existing folder.
Deletes a folder and moves its decks to the root.
Moves a deck into a folder or back to the root.
Customizes a deck title, emoji, color, border, font, font weight, or order. Use get_deck_folders first for the supported values.
Sets the authenticated student dashboard to Playful or Subtle. Only call when the student requests this change.
Returns the current flashcard theme and supported color options from Edit Profile.
Changes the authenticated student flashcard theme or color. Only call when the student requests this change; imported Anki templates are not restyled.
Returns owned decks, catalog visibility, classification, publication state, and share links.
Changes an owned deck catalog classification or public/private visibility. Publishing or unpublishing requires explicit confirmation and never changes imported shared decks.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.aaadjrbr/nobrainner": {
"url": "https://app.nobrainner.xyz/api/mcp",
"transport": "sse"
}
}
}