Skip to content
Back to search
100
MCP live MCP 2025-11-25 sse

io.github.aaadjrbr/nobrainner

io.github.aaadjrbr/nobrainner

NoBrainner Spaced Repetition Flashcards, Study Stats & Multi-Language AI Deck Generation

Uptime
100.0%
3 direct probes · 30d
Response
2372ms
last probe
Tools
33
callable
Resources
0
readable
Prompts
0
available

Tools · 33

get_student_overview

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;…

get_app_capabilities

Explains NoBrainner features, Chrome extension, Video Practice, ranking, and documentation links.

get_user_stats

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.

get_leaderboards

Returns weekly NoBrainner global leaderboard rankings, streak leaders, and the authenticated user position.

get_friends_leaderboard

Returns the authenticated student’s Friends league, weekly XP ranks, and current position.

get_review_timeline

Returns daily NoBrainner study activity for the last N days.

get_profile_settings

Returns profile basics and accessibility settings from Edit Profile.

update_profile_basics

Updates the student display name, flag, or built-in avatar. Custom photo uploads remain in Edit Profile.

get_accessibility_settings

Returns UI scale, reduced-animation, and review audio-speed visibility settings.

update_accessibility_settings

Updates account-wide UI scale, reduced animations, or review audio-speed visibility after the student requests it.

get_streak_details

Returns read-only streak, freeze, recovery, and recent daily activity history without changing study progress.

get_usage_limits

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 …

get_deck_list

Returns the authenticated student deck list with status, card counts, source, settings, and sync metadata.

get_deck_detail

Returns one deck and a paginated page of cards.

get_weak_cards

Returns cards with the strongest recent Again/Hard signal.

create_deck_draft

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…

preview_deck_draft

Previews a pending deck draft before it is saved.

save_deck_draft

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 …

get_deck_settings

Returns study settings for a deck.

update_deck_settings

Updates settings after explicit user confirmation.

get_shared_catalog

Browses the public NoBrainner community deck catalog.

import_shared_deck

Imports a public community deck into the student account.

get_deck_folders

Returns the student dashboard style plus every folder and deck aesthetic setting and the supported values for safe personalization.

create_folder

Creates a deck organization folder.

update_folder

Renames or updates an existing folder.

delete_folder

Deletes a folder and moves its decks to the root.

move_deck_to_folder

Moves a deck into a folder or back to the root.

customize_deck

Customizes a deck title, emoji, color, border, font, font weight, or order. Use get_deck_folders first for the supported values.

update_dashboard_appearance

Sets the authenticated student dashboard to Playful or Subtle. Only call when the student requests this change.

get_flashcard_appearance

Returns the current flashcard theme and supported color options from Edit Profile.

update_flashcard_appearance

Changes the authenticated student flashcard theme or color. Only call when the student requests this change; imported Anki templates are not restyled.

get_shared_deck_management

Returns owned decks, catalog visibility, classification, publication state, and share links.

update_shared_deck_management

Changes an owned deck catalog classification or public/private visibility. Publishing or unpublishing requires explicit confirmation and never changes imported shared decks.

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"
    }
  }
}