Learning Resources
luyendanpiano.com
An MCP server for searching and randomly selecting public piano lessons and article categories, including image URL accessibility checks.
ENDPOINT 1
https://luyendanpiano.com/mcp
MCP server metadata
- Name
- LuyendanPiano Publisher
- Version
- 1.2.0
For ordinary articles, prepare a complete proposal and obtain confirmation before saving a draft. For a request to choose a public MusicXML lesson and turn it into a news article, read the mandatory musicxml-piano-lesson skill resource and use the specialized lesson-article tools. In that specialized workflow, a request to publish a random lesson authorizes publication in the same turn unless the user asks for a draft; a request that only asks for choices never authorizes writing. ChatGPT must independently find the OG image and call check_image_url; an image is valid only when the result has status 200, an image/* contentType, and exists true. To revise a published article, first search for its slug, then call get_article_for_update. To delete a failed draft, require explicit user instruction and call delete_draft_article only for the exact articleId; the server rejects published, archived, or multi-revision articles. Public read tools require no login; all article writes require OAuth scope articles:write and an administrator account.
Known tools 14
search_public_lessonsSearch published public piano lessons by course, level, lesson title, summary, or description.
Inferred read-onlyget_random_public_lessonsChoose a requested number of distinct, suitable lesson sources at random from published public piano courses.
Inferred read-onlypick_random_lesson_for_articleChoose one or more distinct, suitable public lesson sources for creating lesson articles.
Inferred read-onlyget_public_lesson_sourceRead one published public piano lesson, including its course and lesson introduction, direct lesson URL, exact article CTA directive, and complete MusicXML score.
Inferred read-onlysearch_published_articlesSearch published article titles, excerpts, and Markdown content to find an existing article before writing or updating it.
Inferred read-onlyget_published_articleRead one published article in Markdown and metadata when its full content is needed.
Inferred read-onlyget_article_for_updateResolve a published article slug to its latest writable revision, including articleId, baseRevision, categories, SEO, OG image, and any browser-reported external image failures.
Inferred read-onlysave_lesson_articleAtomically create a lesson-bound practical article in the Kiến thức piano category.
Potential side effectsupdate_article_draftSave edits and category changes as a new immutable draft revision.
Inferred read-onlydelete_draft_articlePermanently delete an article only when it is an unpublished draft with exactly one revision.
Potential side effectspublish_articlePublish the current saved revision only after the user explicitly approves publication.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.luyendanpiano-publisher]
url = "https://luyendanpiano.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"luyendanpiano-publisher": {
"type": "http",
"url": "https://luyendanpiano.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: luyendanpiano-publisher
Remote MCP URL: https://luyendanpiano.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"luyendanpiano-publisher": {
"url": "https://luyendanpiano.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"luyendanpiano-publisher": {
"type": "http",
"url": "https://luyendanpiano.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "luyendanpiano-publisher",
"transport": "streamable-http",
"url": "https://luyendanpiano.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.