INDIVIDUAL MCP TOOL
freshness_unsubscribe
Deactivate a freshness webhook subscription by id (soft delete; stops future deliveries).
LIVE ENDPOINT
https://mcp.mcp-revenue-empire.com/mcp
Connect to this endpoint to inspect the live schema for freshness_unsubscribe and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
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.mcp-rs-phase1-mcp]
url = "https://mcp.mcp-revenue-empire.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-rs-phase1-mcp": {
"type": "http",
"url": "https://mcp.mcp-revenue-empire.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-rs-phase1-mcp
Remote MCP URL: https://mcp.mcp-revenue-empire.com/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": {
"mcp-rs-phase1-mcp": {
"url": "https://mcp.mcp-revenue-empire.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-rs-phase1-mcp": {
"type": "http",
"url": "https://mcp.mcp-revenue-empire.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-rs-phase1-mcp",
"transport": "streamable-http",
"url": "https://mcp.mcp-revenue-empire.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
verify_receipt— Verify a provenance receipt (F-037): recomputes the HMAC signature, checks the intra-receipt chain linkage, and — when the receipt carries an external anchor reference — confirms it against the published F-028 anchor.agent_memory_store— Store a memory for an AI agent (key-value, with TTL and metadata)agent_memory_get— Retrieve a stored memory by keyagent_memory_search— Search memories by prefix, tags, or typeagent_memory_delete— Delete a memory or all memories in a namespaceagent_audit_record— Record an agent action for audit and complianceagent_audit_query— Query agent actions with filtersagent_audit_report— Generate audit report (json/markdown/soc2 format)