← temp.md
INDIVIDUAL MCP TOOL
get_temp_status
Inspect lifecycle, expiry, restore eligibility, ownership, moderation, and settings.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
publish_temp— Publish an inline text or base64 bundle to a stable public URL.update_temp— Atomically publish a new inline bundle behind the same canonical URL.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.