← notforhumans.tv
INDIVIDUAL MCP TOOL
get_latest_briefing
Returns metadata for the most recent transmitted episode of Good Morning Agents.
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
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.notforhumans-tv]
url = "https://notforhumans.tv/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"notforhumans-tv": {
"type": "http",
"url": "https://notforhumans.tv/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: notforhumans-tv
Remote MCP URL: https://notforhumans.tv/api/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": {
"notforhumans-tv": {
"url": "https://notforhumans.tv/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"notforhumans-tv": {
"type": "http",
"url": "https://notforhumans.tv/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "notforhumans-tv",
"transport": "streamable-http",
"url": "https://notforhumans.tv/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_episodes— Returns the full episode index for the Not For Humans channel.get_episode— Returns the full transcript and structured summary for a specific episode by slug.get_channel_stats— Returns channel metadata for the Not For Humans broadcast network, including subscriber counts, view counts, episode count, social links, show format details, and presenter information.