← luyendanpiano.com

INDIVIDUAL MCP TOOL

publish_article

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

luyendanpiano.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://luyendanpiano.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for publish_article and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

luyendanpiano.com

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.

Related tools

  • check_image_url — Check whether a direct public image URL is accessible.
  • list_article_categories — List the live non-archived categories.
  • search_public_lessons — Search published public piano lessons by course, level, lesson title, summary, or description.
  • get_random_public_lessons — Choose a requested number of distinct, suitable lesson sources at random from published public piano courses.
  • pick_random_lesson_for_article — Choose one or more distinct, suitable public lesson sources for creating lesson articles.
  • 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.
  • search_published_articles — Search published article titles, excerpts, and Markdown content to find an existing article before writing or updating it.
  • get_published_article — Read one published article in Markdown and metadata when its full content is needed.