{
  "name": "cachink",
  "version": "1.0.0",
  "description": "MCP server for CaChink, a browser guitar suite. Tools expose the playable tab library (ASCII tabs with tunings, chord fingerings, gear notes) and lesson decks.",
  "endpoint": "https://cachink.producthacker.ai/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": {}
  },
  "tools": [
    {
      "name": "list_tabs",
      "description": "List every tab in the CaChink library with title, artist, tuning, capo, difficulty, and links."
    },
    {
      "name": "get_tab",
      "description": "Get one tab by slug: full sections with ASCII tab blocks, chord fingerings, key, tempo, gear and tone notes."
    },
    {
      "name": "search_tabs",
      "description": "Search tabs by title or artist (case-insensitive substring match)."
    },
    {
      "name": "list_lessons",
      "description": "List the CaChink lesson decks (swipeable card lessons: rhythm, jazz comping, funk vamps)."
    },
    {
      "name": "get_lesson",
      "description": "Get one lesson deck by slug with every card (text, voicings, progressions)."
    }
  ]
}