← Registry

Learning Resources

luyendanpiano.com

An MCP server for searching and randomly selecting public piano lessons and article categories, including image URL accessibility checks.

1 endpoint14 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://luyendanpiano.com/mcp

No auth detected

MCP server metadata

Name
LuyendanPiano Publisher
Version
1.2.0
Capabilities
extensions.io.modelcontextprotocol/skillsresourcestools
Server instructions

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

check_image_url

Check whether a direct public image URL is accessible.

Inferred read-only
list_article_categories

List the live non-archived categories.

Inferred read-only
search_public_lessons

Search published public piano lessons by course, level, lesson title, summary, or description.

Inferred read-only
get_random_public_lessons

Choose a requested number of distinct, suitable lesson sources at random from published public piano courses.

Inferred read-only
pick_random_lesson_for_article

Choose one or more distinct, suitable public lesson sources for creating lesson articles.

Inferred read-only
get_public_lesson_source

Read one published public piano lesson, including its course and lesson introduction, direct lesson URL, exact article CTA directive, and complete MusicXML score.

Inferred read-only
search_published_articles

Search published article titles, excerpts, and Markdown content to find an existing article before writing or updating it.

Inferred read-only
get_published_article

Read one published article in Markdown and metadata when its full content is needed.

Inferred read-only
get_article_for_update

Resolve 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-only
save_lesson_article

Atomically create a lesson-bound practical article in the Kiến thức piano category.

Potential side effects
create_article

Save a complete new article as a draft for user review.

Inferred read-only
update_article_draft

Save edits and category changes as a new immutable draft revision.

Inferred read-only
delete_draft_article

Permanently delete an article only when it is an unpublished draft with exactly one revision.

Potential side effects
publish_article

Publish the current saved revision only after the user explicitly approves publication.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.