🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tablafocus-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tablafocus-mcp

Universal Tabla MCP server: glossary, taal catalog, composition design/validation, certification prep, adaptive practice coaching, the Sadhana Path skill tree, daily missions, a bol phrase library, and the Year in Tabla calendar.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

TablaFocusMCP

CI Release License

TablaFocusMCP is a MCP server focused on tabla learning workflows. It unifies glossary lookup, composition design and validation, certification preparation, practice planning, taal explanation, the Sadhana Path skill tree, daily practice missions, a bol phrase library, and the Year in Tabla calendar into one consistent interface for AI assistants and serious learners. Alongside tools, it also exposes MCP resources (readable datasets) and prompts (guided workflows).

TablaFocusMCP icon

How To Use

Once tablafocus is installed in your MCP client, chat naturally about what you want to practice or build. The assistant can explain taals, generate compositions, create quizzes/mocks, and plan practice weeks.

Try prompts like these:

  • Explain teental for a beginner, including vibhag structure, sam, and khali.
  • Generate a valid 1-cycle tihai in teental (chatusra) and show the beat-by-beat mapping.
  • Create a weekly tabla practice plan for 45 minutes/day, 5 days/week, focused on clarity and layakari.
  • Build a 15-question ABGMVM Madhyama Pratham mock test with answer key and short rationales.
  • I have a tihai idea for teental. Help me refine it so it resolves cleanly to sam in 1 cycle.
  • Transpose this teental tihai into rupak while preserving the structural feel as closely as possible.
  • I have F7 and F8 performance-ready and I'm practicing I1 on the Sadhana Path — what should I work on next?
  • Show me beginner Delhi-gharana bol phrases I can use in a teental kaida, with tempo targets.
  • Give me today's tabla daily mission.
  • What happened in the tabla world in January, and share a "did you know?" fact about the bayan.

Workflow prompt templates are also available:

Prompt nameWhat it guidesInputs
cert_prep_planCertification workflow (catalog -> mock -> plan)board, certification_level, days_per_week, minutes_per_day
weekly_practice_resetWeekly reset workflow after missed sessions or fatiguegoals (semicolon-delimited), daily_minutes, days_per_week, optional missed_days, completed_minutes, fatigue
exam_week_planFocused 7-day exam prep workflowboard, certification_level, daily_minutes, optional weak_areas, fatigue
missed_week_recoveryRecovery workflow after a disrupted practice weekgoals (semicolon-delimited), daily_minutes, days_per_week, optional missed_days, completed_minutes, fatigue
composition_polishIterative composition draft -> validate -> refine flowtaal, form, jati, optional cycles, optional polish_rounds

Core Tools

All tools return a common envelope with meta and data.

ToolWhat it doesRequired inputsOptional inputsOutput highlights
glossary_lookupFinds glossary terms and definitionsNoneterm, category, limit (1-100)Matching entries, categories list, total matches
compose_builderBuilds mathematically valid compositionstaal, form, jati (tisra|chatusra|khanda|misra)cycles (1-12)Composition equation, parameters, timeline segments, alternatives
composition_transposerTransposes a valid composition into a new taal/jati contextsource (taal, form, jati, cycles, composition_input), target (taal, jati)target.cycles, preserve_mode=shape_ratioChosen transposed composition, scale factor, preservation report, alternatives, warnings
certification_catalogLists certification tracks and level breakdownsNoneboard, certification_levelBoard/level catalog with papers, categories, objectives, references
assessment_builderCreates quizzes and certification mocksmode (practice_quiz|cert_mock)count (1-100, default 10), seed, board, certification_level, taalQuestions, answer key with rationale, rubric, optional certification reference
practice_coachGenerates adaptive weekly practice plansgoals (array), availability (object)profile_id, availability.daily_minutes (1-600), availability.weekly_minutes (1-4000), availability.days_per_week (1-7), week_context.missed_days (0-7), week_context.completed_minutes (0-4000), week_context.fatigue (low|medium|high)Weekly target, daily targets, per-day sessions, adaptive adjustments
taal_catalogReturns full catalog or one taal detailNonetaal_idTaal structure, vibhag, sam/khali, clap-wave, counting guidance, theka
composition_validatorValidates composition equation and timeline checkstaal, form, jati, cycles (1-12), composition_inputcomposition_input.P, G, M, g, optional detailed segmentsis_valid, failure reasons, equation/timeline/segment checks
explain_taalCompatibility alias for taal explanationtaalNoneExplanation payload sourced from canonical taal_catalog data
phrase_libraryLooks up tabla bol phrases (kaida/rela/laggi building blocks)Nonequery, tala, gharana, usage_tag, difficulty (beginner|intermediate|advanced), limit (1-100)Matching phrases with notation, tempo star ladder, teaching notes; facet lists
skill_pathReturns the Sadhana Path skill tree and derives learner stateNoneperformance_ready (skill ids), practicing (skill ids), section, skill_id, recommend_limit (1-20)Per-skill state (locked/available/practicing/performance-ready), next-step suggestions, milestone progress
daily_missionGenerates a deterministic daily practice missionNonesequence (default 1), date (YYYY-MM-DD), kind (creator|quiz_lightning|tabla_math|practice_tala)Rotating mission with target, prompt, rotation metadata
tabla_calendarBrowses the Year in Tabla calendar and loreNonemode (events|festivals|did_you_know), month, day, category, topic, year, query, limitAnniversary/festival events, recurring festivals, or "Did you know?" facts with sources

How To Install

Run directly from npm:

npx -y tablafocus-mcp@latest

Codex CLI:

codex mcp add tablafocus -- npx -y tablafocus-mcp@latest

Claude Code:

claude mcp add -s user tablafocus -- npx -y tablafocus-mcp@latest

JSON-based clients (Claude Desktop, Cline, VS Code Copilot):

{
  "mcpServers": {
    "tablafocus": {
      "command": "npx",
      "args": ["-y", "tablafocus-mcp@latest"]
    }
  }
}

Cursor:

{
  "name": "tablafocus",
  "command": "npx",
  "args": ["-y", "tablafocus-mcp@latest"]
}

Documentation

Keywords

mcp

FAQs

Package last updated on 04 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts