Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.tempmd/mcp

io.github.huangdun/tempmd

Publish artifacts to one stable public temp.md link that updates in place. No account needed.

Uptime
100.0%
1 direct probes · 30d
Response
311ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

publish_temp

Publish an inline text or base64 bundle to a stable public URL. Send index.html as the main page. Repeated identical calls are idempotent. If the MCP connection uses a temp.md account API key, the Tem…

update_temp

Atomically publish a new inline bundle behind the same canonical URL. The previous Version stays live if this call fails.

get_temp_status

Inspect lifecycle, expiry, restore eligibility, ownership, moderation, and settings.

restore_temp

Reactivate an expired Temp during its restore grace period without changing its URL.

snapshot_temp

Create a fixed snapshot URL for the current Version while the canonical URL continues to track the latest Version.

set_comments

Toggle pinned visitor feedback on a Temp.

list_temps

List Temps owned by the account API key supplied in the MCP Authorization header.

recover_update_token

Rotate every prior scoped update token and return one replacement. Requires an owning account API key in the MCP Authorization header.

How to use

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

{
  "mcpServers": {
    "io.github.tempmd/mcp": {
      "url": "https://api.temp.md/mcp",
      "transport": "streamable-http"
    }
  }
}