mcpserver.lol
registry/stub-page
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 tools

Read 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…
delete_page slug*edit_key*
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.
update_page slug*titlecontentedit_key*
Replace title and/or content of an existing post. Requires the edit_key from create_page. The URL stays the same even when the title changes.