Connection check
verified live · 26h ago
stub-page
Publish plain-text posts at a public URL. No account, no sign-up.
Tools
4
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
4 toolsRead from the running server on 26h ago.
create_page
title*content*
Publish a new text post and return its slug, public URL and edit_key. Content is Markdown (paragraphs, headings, bold, italic, lists, quotes, code, links, and images via external h… Publish a new text post and return its slug, public URL and edit_key. Content is Markdown (paragraphs, headings, bold, italic, lists, quotes, code, links, and images via external https URLs — images are embedded, never hosted). The returned edit_key is shown exactly once and cannot be recovered. Keep it in context — without it the page can never be edited or deleted again.
delete_page
slug*edit_key*
Permanently delete a post. Requires the edit_key. The slug is never reused and the deletion cannot be undone. Permanently delete a post. Requires the edit_key. The slug is never reused and the deletion cannot be undone.
get_page
slug*
Fetch a published post by slug. Public — no edit_key required. Fetch a published post by slug. Public — no edit_key required.
update_page
slug*titlecontentedit_key*