# tempmd MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-huangdun-tempmd
- Repository: https://github.com/huangdun/tempmd-mcp
- Website: https://temp.md

## Install
- Command: `npx -y tempmd-mcp`
- Endpoint: https://api.temp.md/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- Package: Npm tempmd-mcp v0.4.0
- Environment variable: TEMPMD_API_URL
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.temp.md/mcp
- Header: Authorization

## Tools
- publish_temp (Publish a new 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. Endpoint: https://api.temp.md/mcp
- update_temp (Update an existing Temp) - Atomically publish a new inline bundle behind the same canonical URL. The previous Version stays live if this call fails. Endpoint: https://api.temp.md/mcp
- get_temp_status (Get Temp status) - Inspect lifecycle, expiry, restore eligibility, ownership, moderation, and settings. Endpoint: https://api.temp.md/mcp
- restore_temp (Restore an expired Temp) - Reactivate an expired Temp during its restore grace period without changing its URL. Endpoint: https://api.temp.md/mcp
- snapshot_temp (Freeze a snapshot) - Create a fixed snapshot URL for the current Version while the canonical URL continues to track the latest Version. Endpoint: https://api.temp.md/mcp
- set_comments (Enable or disable comments) - Toggle pinned visitor feedback on a Temp. Endpoint: https://api.temp.md/mcp
- list_temps (List account Temps) - List Temps owned by the account API key supplied in the MCP Authorization header. Endpoint: https://api.temp.md/mcp
- recover_update_token (Recover a Temp update token) - Rotate every prior scoped update token and return one replacement. Requires an owning account API key in the MCP Authorization header. Endpoint: https://api.temp.md/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.huangdun
- Version: 0.4.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 24, 2026
- Source: https://registry.modelcontextprotocol.io
