mcpbeat

Tempmd MCP Server

io.github.huangdun/tempmd
answering

Tempmd is answering right now. Last checked 2 min ago. 63 installs a week from npm. It exposes 8 tools. Last commit 24 Jul 2026.

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

Installs per day peak 177 · avg 16 · -82% w/w
a month agotoday
Uptime history 44 hours of history
44 hours agonow
100.0%
Uptime 24h
92 of 92 checks
8
Tools
read from the server
271 ms
Response time
average over 24h
63
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add tempmd --transport http https://api.temp.md/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tempmd": {
      "url": "https://api.temp.md/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tempmd]
url = "https://api.temp.md/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "tempmd": {
      "url": "https://api.temp.md/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tempmd": {
      "url": "https://api.temp.md/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

temp
get_temp_status
Inspect lifecycle, expiry, restore eligibility, ownership, moderation, and settings.
update_temp
Atomically publish a new inline bundle behind the same canonical URL. The previous Version stays live if this call fails.
comments
set_comments
Toggle pinned visitor feedback on a Temp.
publish
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 Temp is owned by that account immediately.
recover
recover_update_token
Rotate every prior scoped update token and return one replacement. Requires an owning account API key in the MCP Authorization header.
restore
restore_temp
Reactivate an expired Temp during its restore grace period without changing its URL.
snapshot
snapshot_temp
Create a fixed snapshot URL for the current Version while the canonical URL continues to track the latest Version.
temps
list_temps
List Temps owned by the account API key supplied in the MCP Authorization header.

Endpoints

URLTransportStateLatencyChecked
https://api.temp.md/mcp streamable-http answering 319 ms 2 min ago

Tempmd — questions

Answers built from our own checks of this server.

What can Tempmd do?
It exposes 8 tools, read directly from the server on our last check. Among them: get_temp_status, list_temps, publish_temp, recover_update_token, restore_temp, set_comments and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Tempmd working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 271 ms. The bar chart above shows every period we have measured.
How do I connect Tempmd?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Tempmd need an API key?
No. Tempmd completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Tempmd?
It answers our handshake in 271 ms on average, which is faster than 50% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Tempmd?
The npm package tempmd-mcp was installed 63 times in the last week. Week over week that is -82%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tempmd open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.