INDIVIDUAL MCP TOOL
search_moments
Search Egleze for attribution-verified public podcast moments by keyword, topic/category, and/or date range.
LIVE ENDPOINT
https://egleze-mcp-server.onrender.com/mcp
Connect to this endpoint to inspect the live schema for search_moments 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.egleze]
url = "https://egleze-mcp-server.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"egleze": {
"type": "http",
"url": "https://egleze-mcp-server.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: egleze
Remote MCP URL: https://egleze-mcp-server.onrender.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": {
"egleze": {
"url": "https://egleze-mcp-server.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"egleze": {
"type": "http",
"url": "https://egleze-mcp-server.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "egleze",
"transport": "streamable-http",
"url": "https://egleze-mcp-server.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_latest— Get the newest attribution-verified public podcast moments surfaced by Egleze, optionally filtered by category, with canonical Egleze links.get_episode_summary— Get Egleze's published episode summary and key points by show name and/or episode title.list_categories— List the topic categories Egleze covers.list_shows— List podcasts/shows represented by currently attribution-safe public Egleze moments, with moment counts.