INDIVIDUAL MCP TOOL
search_catalog
Search everything Hotfix publishes - podcast episodes, internal Imagen AI meetup talks, and speaker profiles - by free text and optional topic tag.
LIVE ENDPOINT
https://hotfix.co.il/mcp
Connect to this endpoint to inspect the live schema for search_catalog 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
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.
Related tools
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.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.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.