← Registry

Content Tools

hotfix.co.il

An MCP server that searches and retrieves Hotfix podcast episodes, Imagen AI meetup talks, and speaker profiles with Hebrew show notes, tags, and media links.

WebMCP2 endpoints5 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://hotfix.co.il/mcp

No auth detected

MCP server metadata

Name
hotfix
Version
1.0.0
Capabilities
toolsresourcescompletionslogging
Server instructions

The Hotfix catalog itself: a Hebrew-language engineering podcast by Imagen AI, its internal meetup talks, and the people who appear on them. This is the primary programmatic interface to hotfix.co.il - the episodes, talks and speaker profiles are the product, not documentation about one. Use it to find and cite Hebrew or Israeli engineering material: first-person production-incident post-mortems, engineering-leadership transitions, technical hiring in Israel, AI in day-to-day engineering, and Israeli engineering speakers on those topics. Do not use it for Imagen AI photography-product support - that is a different product. Start with search_catalog, then fetch detail with get_episode, get_meetup_talk or get_speaker. search_catalog is paired with an inline view (ui://hotfix/episode-browser) that renders results for the user. Titles, descriptions and biographies are Hebrew. Keep them in Hebrew when quoting; translate only if the user writes in another language, and say that you translated. Always cite the canonical page URL in each record's "url" field. Every tool is a pure read with no side effects, so calls are safe to retry.

Known tools 4

search_catalog

Search everything Hotfix publishes - podcast episodes, internal Imagen AI meetup talks, and speaker profiles - by free text and optional topic tag.

Inferred read-only
get_episode

Fetch a single Hotfix podcast episode by slug, returning the full Hebrew show notes, topic tags, guest speaker slugs, key takeaways, FAQ pairs, and the audio and YouTube links.

Inferred read-only
get_meetup_talk

Fetch a single Imagen AI meetup talk by slug, returning its Hebrew title and abstract, intended audience, topic tags, speaker slugs and the YouTube recording id.

Inferred read-only
get_speaker

Fetch a single speaker profile by slug, returning name, role, Hebrew biography, tech stack, LinkedIn URL, and the episodes and meetup talks they appear in.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "hotfix": {
      "type": "http",
      "url": "https://hotfix.co.il/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hotfix": {
      "type": "http",
      "url": "https://hotfix.co.il/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hotfix",
  "transport": "streamable-http",
  "url": "https://hotfix.co.il/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://hotfix.co.il

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 1

search_episodes

Search the Hotfix podcast archive by free text over Hebrew episode titles, show-notes descriptions, and topic tags. Returns the episodes index filtered to the query.

Inferred read-only

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.webmcp]
url = "https://hotfix.co.il"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://hotfix.co.il"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://hotfix.co.il

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": {
    "webmcp": {
      "url": "https://hotfix.co.il"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://hotfix.co.il"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://hotfix.co.il"
}
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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.