mcpserver.lol
registry/brewpage-mcp
Connection check local install

brewpage-mcp

Publish HTML, Markdown, KV, JSON, and files to brewpage.app from AI assistants. No signup.

Tools 15
GitHub stars 2
Installs / wk 65
Licence Apache-2.0
Transport stdio
Last checked never

Tools & capabilities

15 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

delete_resource from source
Delete a BrewPage resource (HTML page, KV store, JSON collection, or file) using the owner token.
get_json from source
Fetch a published BrewPage JSON document by namespace and ID.
get_kv from source
Fetch a value from a BrewPage KV store by namespace, ID, and key.
get_page from source
Fetch a published BrewPage HTML page content by namespace and ID.
get_stats from source
Get BrewPage platform-wide usage statistics including page count, file count, and storage usage. Counts use disjoint split: alive_public + alive_private + deleted == total. Optiona…
publish_file from source
Upload a file to BrewPage via URL. Returns a public URL and owner token.
publish_html from source
Publish HTML or Markdown content to BrewPage. Returns a public URL and owner token. Supports password protection, custom TTL, optional filename, and an opt-in top toolbar (showTopB…
publish_json from source
Publish a JSON document to BrewPage. Accepts a JSON object, array, or a JSON-encoded string. Returns a public URL and owner token.
publish_kv from source
Publish a key/value entry to BrewPage. Creates a KV store; the entry is addressed by (namespace, id, key). Returns a public URL and owner token.
publish_site from source
Publish an HTML site to BrewPage. Single-page: pass
republish_site from source
Republish (full-replace) an existing multi-file BrewPage site in place at the SAME URL/ID. Requires owner token. The uploaded bundle becomes the complete new file set — files absen…
search_gallery from source
Search the BrewPage public gallery. Optional filters: text query, pagination, sort, and
set_kv from source
Set or update a key in an existing BrewPage KV store. Requires owner token.
update_html from source
Update an existing BrewPage HTML/Markdown page. Requires owner token. Returns the updated page metadata.
update_json from source
Update an existing BrewPage JSON document. Requires owner token. Accepts a JSON object, array, or a JSON-encoded string.