← postlyra.app

INDIVIDUAL MCP TOOL

publish_post

Use this when the user explicitly authorizes publishing a reviewed existing Postlyra rich draft to a connected Telegram channel.

postlyra.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://postlyra.app/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

postlyra.app

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.postlyra-mcp]
url = "https://postlyra.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "postlyra-mcp": {
      "type": "http",
      "url": "https://postlyra.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: postlyra-mcp
Remote MCP URL: https://postlyra.app/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": {
    "postlyra-mcp": {
      "url": "https://postlyra.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "postlyra-mcp": {
      "type": "http",
      "url": "https://postlyra.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "postlyra-mcp",
  "transport": "streamable-http",
  "url": "https://postlyra.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_auth_status — Use this when you need to check whether the current MCP caller is authorized through Telegram and linked to a Postlyra account.
  • get_formatting_capabilities — Use this when composing or formatting any Postlyra post: call it FIRST, once per task.
  • list_channels — Use this when you need to list Telegram channels, groups, and chats the authorized user can manage through Postlyra.
  • list_templates — Use this when the user wants an existing reusable Postlyra layout template.
  • search_post_drafts — Use this when finding an existing draft by topic, title or content.
  • create_post_draft — Use this when creating a Telegram draft.
  • preview_post — Use this when requesting a saved draft screenshot, public browser preview or validation warnings.
  • update_post_draft — Use this when editing a draft.