Search transcribed painting lessons. Results cite the exact lesson and Vimeo timestamp.
MCPpedia last refreshed this data
io.github.1nzpainter/painting-lessons is an MCP server that search transcribed painting lessons. Results cite the exact lesson and Vimeo timestamp. Its tool list has not been published yet over http, requires no API key, and scores 36/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mpc-painting-lessons": {
"url": "https://mypaintingclub.com/kb/mcp",
"type": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A remote MCP (Model Context Protocol) server that lets AI agents search transcribed painting lessons from mypaintingclub.com.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
A Model Context Protocol server for searching and analyzing arXiv papers
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
Daofy for Delphi — MCP Server that compiles Delphi projects and queries knowledge base for AI assistants.
MCP Security Weekly
Get CVE alerts and security updates for io.github.1nzpainter/painting-lessons and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A remote MCP (Model Context Protocol) server that lets AI agents search transcribed painting lessons from mypaintingclub.com.
The search_painting_lessons tool answers natural-language painting technique questions using real transcribed lesson content. Every result includes:
Topics covered: colour mixing, edges, composition, value, brushwork, oils, acrylics.
Server URL: https://mypaintingclub.com/kb/mcp
Protocol: Streamable HTTP (MCP 2025-03-26)
Auth: None required
claude_desktop_config.json){
"mcpServers": {
"mpc-painting-lessons": {
"type": "streamable-http",
"url": "https://mypaintingclub.com/kb/mcp"
}
}
}
Add https://mypaintingclub.com/kb/mcp as a Streamable HTTP server.
| 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 |
30 requests/minute per IP · 500 queries/day global (resets midnight UTC)
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 }
Listed as io.github.1nzpainter/painting-lessons on the Official MCP Registry.