← techready.live

INDIVIDUAL MCP TOOL

search-talks

Full-text search across TechReady talks (title, abstract, type, track and speaker names).

techready.livenone authenticationAvailability not checked

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 endpoint

techready.live

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • event-info — General information about the TechReady 2026 conference: date, venue, tracks, capacity, ticketing and organizer.
  • list-talks — List TechReady 2026 talks as an interactive agenda board.
  • get-talk — Get full details of a single TechReady talk by slug (e.g.
  • list-speakers — List TechReady 2026 speakers.
  • get-speaker — Get a single TechReady speaker profile and their talks by id (e.g.
  • list-partners — List TechReady 2026 partners and sponsors grouped by partnership level (Platinum, Gold, After, Digital).
  • current-talk — What is happening right now at TechReady?
  • next-talks — The next upcoming TechReady sessions (based on Europe/Paris time on the event day; previews the opening slots when off-day).