General Tools
temp.md
Provides tools to publish, update, restore, and snapshot temporary inline content to stable public URLs.
ENDPOINT 1
https://api.temp.md/mcp
MCP server metadata
- Name
- tempmd-remote
- Version
- 1.0.0
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
update_tempAtomically publish a new inline bundle behind the same canonical URL.
Potential side effectsget_temp_statusInspect lifecycle, expiry, restore eligibility, ownership, moderation, and settings.
Inferred read-onlyrestore_tempReactivate an expired Temp during its restore grace period without changing its URL.
Inferred read-onlysnapshot_tempCreate a fixed snapshot URL for the current Version while the canonical URL continues to track the latest Version.
Potential side effectslist_tempsList Temps owned by the account API key supplied in the MCP Authorization header.
Inferred read-onlyrecover_update_tokenRotate every prior scoped update token and return one replacement.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.