← thereducingvalve.com

INDIVIDUAL MCP TOOL

get_essay

Fetch one essay by id/slug: full text (markdown and plain), metadata, license, and the Ed25519 provenance record (signed payload + signature, verifiable against the publication key).

thereducingvalve.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

thereducingvalve.com

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.thereducingvalve-com]
url = "https://thereducingvalve.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "thereducingvalve-com": {
      "type": "http",
      "url": "https://thereducingvalve.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: thereducingvalve-com
Remote MCP URL: https://thereducingvalve.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": {
    "thereducingvalve-com": {
      "url": "https://thereducingvalve.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "thereducingvalve-com": {
      "type": "http",
      "url": "https://thereducingvalve.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "thereducingvalve-com",
  "transport": "streamable-http",
  "url": "https://thereducingvalve.com/mcp"
}
MCP Inspector

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

Related tools

  • list_essays — List all published essays, newest first (chronological is the only order): id, title, abstract, date, tags, length in words and tokens, signature status, and the URLs of the html/markdown/json editions.
  • search_essays — Full-text search across all essays.