{
  "markdown": "# My Painting Club — Painting Lesson Knowledge Base (MCP Server)\n\n[![smithery badge](https://smithery.ai/badge/io.github.1nzpainter/painting-lessons)](https://smithery.ai/servers/io.github.1nzpainter/painting-lessons)\n\nA remote MCP (Model Context Protocol) server that lets AI agents search transcribed painting lessons from [mypaintingclub.com](https://mypaintingclub.com).\n\n## What it does\n\nThe `search_painting_lessons` tool answers natural-language painting technique questions using real transcribed lesson content. Every result includes:\n\n- **Answer text** — the relevant passage from the lesson\n- **Lesson title** and **sales page URL** on mypaintingclub.com\n- **Vimeo deep link** — a timestamped URL that seeks to the exact moment in the video\n\nTopics covered: colour mixing, edges, composition, value, brushwork, oils, acrylics.\n\n## Connect via MCP\n\n**Server URL:** `https://mypaintingclub.com/kb/mcp`  \n**Protocol:** Streamable HTTP (MCP 2025-03-26)  \n**Auth:** None required\n\n### Claude Desktop (`claude_desktop_config.json`)\n\n```json\n{\n  \"mcpServers\": {\n    \"mpc-painting-lessons\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://mypaintingclub.com/kb/mcp\"\n    }\n  }\n}\n```\n\n### Cursor / other MCP clients\n\nAdd `https://mypaintingclub.com/kb/mcp` as a Streamable HTTP server.\n\n## Auto-discovery endpoints\n\n| Path | Format |\n|---|---|\n| `/.well-known/mcp.json` | MCP auto-discovery |\n| `/.well-known/ai-plugin.json` | OpenAI plugin manifest |\n| `/kb/openapi.json` | OpenAPI spec |\n| `/kb/docs` | API docs |\n| `/kb/health` | Health check |\n\n## Rate limits\n\n30 requests/minute per IP · 500 queries/day global (resets midnight UTC)\n\n## Tool reference\n\n### `search_painting_lessons`\n\n| Parameter | Type | Required | Default | Description |\n|---|---|---|---|---|\n| `question` | string | ✓ | — | Natural-language painting technique question |\n| `top_k` | integer | | 5 | Max results (1–20) |\n\n**Example:**\n```json\n{ \"question\": \"how do I paint soft edges in oils\", \"top_k\": 3 }\n```\n\n## Links\n\n- [mypaintingclub.com](https://mypaintingclub.com) — the full painting school\n- [Smithery listing](https://smithery.ai/servers/io.github.1nzpainter/painting-lessons)\n- [/kb/docs](https://mypaintingclub.com/kb/docs) — API documentation\n- [support@mypaintingclub.com](mailto:support@mypaintingclub.com)\n\n\n## Official MCP Registry\n\nListed as `io.github.1nzpainter/painting-lessons` on the [Official MCP Registry](https://registry.modelcontextprotocol.io).\n",
  "bytes": 2459,
  "sha": "6c0605a784ef734f53720920186753cf76efad2169f67e6bee84b7e3dd410257",
  "repo_slug": "1nzpainter/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_1nzpainter_painting_lessons_37934d49/readme"
}