Skip to content
Back to search
100
MCP live v0.1.1 streamable-http

Just Publish

ai.justpublish/just-publish

Publish a static website to a live public URL straight from chat.

Uptime
50.0%
2 probes
Response
134ms
last probe
Tools
3
callable

Tools · 3

deploy

Publish a static site (HTML, CSS, JS, images) to a public URL. First call: omit site_id and edit_token — you'll get back a URL, site_id, and edit_token. Save the edit_token if the user wants to update…

get_site_files

Read the files of a site you previously published, so you can make a TARGETED edit instead of regenerating the whole site from memory. Returns: a complete manifest (every file's path, size, content-ty…

update_site_file

Update ONE OR A FEW files of an already-published site, leaving every other file untouched (MERGE — unlike deploy, which replaces the whole site). Ideal for small edits: fix a typo in index.html, swap…

Similar MCP servers embedding-nearest

ai.artidrop/artidrop live
The publishing layer for AI agents. Turn HTML and Markdown into shareable URLs instantly via MCP.
4 tools · streamable-http
unulu live
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
4 tools · streamable-http
ai.quantifyme/quantifyme live
Describe a trading strategy in plain English and deploy a live signal model in one call. No signup.
11 tools · streamable-http
AI Success Story live
First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation.
7 tools · streamable-http
cnvs.app live
Zero-auth real-time collaborative whiteboard with MCP — AI agents + humans edit the same board live.
24 tools · streamable-http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "just_publish": {
      "url": "https://mcp.justpublish.ai/",
      "transport": "streamable-http"
    }
  }
}