← thetempleofdoom.com

INDIVIDUAL MCP TOOL

diff

Line-by-line diff of two texts (250 sats/call; free tier 100 calls/mo)

thetempleofdoom.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hyperion.thetempleofdoom.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for diff and invoke it with your own arguments.

Indexed 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 server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search — Synthesize a research answer via local LLM (500 sats/call; free tier 100 calls/mo)
  • summarize — Summarize docs, extract entities, sentiment (500 sats/call; free tier 100 calls/mo)
  • web_scrape — Fetch any URL → clean markdown + metadata (400 sats/call; free tier 100 calls/mo)
  • http_client — Universal HTTP request to any API/webhook (300 sats/call; free tier 100 calls/mo)
  • mcp_discover — Search 1000+ MCP servers by capability (300 sats/call; free tier 100 calls/mo)
  • mcp_readme — Fetch setup/config for any MCP server (200 sats/call; free tier 100 calls/mo)
  • mcp_stats — MCP catalog counts + API-key flags (100 sats/call; free tier 100 calls/mo)
  • execute_js — Run JS in a sandbox, capture output (300 sats/call; free tier 100 calls/mo)