Skip to main content
Glama
1nzpainter

io.github.1nzpainter/painting-lessons

Official
by 1nzpainter

My Painting Club — Painting Lesson Knowledge Base (MCP Server)

A remote MCP (Model Context Protocol) server that lets AI agents search transcribed painting lessons from mypaintingclub.com.

What it does

The search_painting_lessons tool answers natural-language painting technique questions using real transcribed lesson content. Every result includes:

  • Answer text — the relevant passage from the lesson

  • Lesson title and sales page URL on mypaintingclub.com

  • Vimeo deep link — a timestamped URL that seeks to the exact moment in the video

Topics covered: colour mixing, edges, composition, value, brushwork, oils, acrylics.

Related MCP server: Video Query MCP Server

Connect via MCP

Server URL: https://mypaintingclub.com/kb/mcp
Protocol: Streamable HTTP (MCP 2025-03-26)
Auth: None required

Claude Desktop (claude_desktop_config.json)

{
  "mcpServers": {
    "mpc-painting-lessons": {
      "type": "streamable-http",
      "url": "https://mypaintingclub.com/kb/mcp"
    }
  }
}

Cursor / other MCP clients

Add https://mypaintingclub.com/kb/mcp as a Streamable HTTP server.

Auto-discovery endpoints

Path

Format

/.well-known/mcp.json

MCP auto-discovery

/.well-known/ai-plugin.json

OpenAI plugin manifest

/kb/openapi.json

OpenAPI spec

/kb/docs

API docs

/kb/health

Health check

Rate limits

30 requests/minute per IP · 500 queries/day global (resets midnight UTC)

Tool reference

search_painting_lessons

Parameter

Type

Required

Default

Description

question

string

Natural-language painting technique question

top_k

integer

5

Max results (1–20)

Example:

{ "question": "how do I paint soft edges in oils", "top_k": 3 }

Official MCP Registry

Listed as io.github.1nzpainter/painting-lessons on the Official MCP Registry.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables search across videos you've watched via transcripts, on-screen text, and frames, citing exact timestamps. Point it at videos, channels, or playlists; it indexes everything locally and answers queries with deep links to the exact second.
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Search a YouTube video's transcript and get back only the moments that answer the question, each with a clickable timestamp deep link. Also reads the video's frames — slides, charts, demos and on-screen text — and verifies every citation against recorded evidence before returning it
    9
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/1nzpainter/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server