← Registry

General Tools

temp.md

Provides tools to publish, update, restore, and snapshot temporary inline content to stable public URLs.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.temp.md/mcp

No auth detected

MCP server metadata

Name
tempmd-remote
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Publish agent-made artifacts to one stable temp.md URL. Use update_temp instead of publishing a second URL when work already has a Temp. Inline bundles are limited to 10 MiB; use tempmd-cli for larger or filesystem-based publishing. An account API key may be supplied as the MCP connection's Authorization: Bearer header.

Known tools 8

publish_temp

Publish an inline text or base64 bundle to a stable public URL.

Potential side effects
update_temp

Atomically publish a new inline bundle behind the same canonical URL.

Potential side effects
get_temp_status

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

Inferred read-only
restore_temp

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

Inferred read-only
snapshot_temp

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

Potential side effects
set_comments

Toggle pinned visitor feedback on a Temp.

Inferred read-only
list_temps

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

Inferred read-only
recover_update_token

Rotate every prior scoped update token and return one replacement.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tempmd-remote]
url = "https://api.temp.md/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tempmd-remote": {
      "type": "http",
      "url": "https://api.temp.md/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tempmd-remote
Remote MCP URL: https://api.temp.md/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tempmd-remote": {
      "url": "https://api.temp.md/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tempmd-remote": {
      "type": "http",
      "url": "https://api.temp.md/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tempmd-remote",
  "transport": "streamable-http",
  "url": "https://api.temp.md/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.