Content Tools
notforhumans.tv
Provides access to episode transcripts, summaries, and channel statistics for the 'Not For Humans' podcast network.
ENDPOINT 1
https://notforhumans.tv/api/mcp
MCP server metadata
- Name
- not-for-humans
- Version
- 1.0.0
Known tools 4
get_latest_briefingReturns metadata for the most recent transmitted episode of Good Morning Agents.
Inferred read-onlyget_episodeReturns the full transcript and structured summary for a specific episode by slug.
Inferred read-onlyget_channel_statsReturns channel metadata for the Not For Humans broadcast network, including subscriber counts, view counts, episode count, social links, show format details, and presenter information.
Inferred read-onlyCONNECT 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.not-for-humans]
url = "https://notforhumans.tv/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"not-for-humans": {
"type": "http",
"url": "https://notforhumans.tv/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: not-for-humans
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": {
"not-for-humans": {
"url": "https://notforhumans.tv/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"not-for-humans": {
"type": "http",
"url": "https://notforhumans.tv/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "not-for-humans",
"transport": "streamable-http",
"url": "https://notforhumans.tv/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for notforhumans.tv was fetched 2026-07-27T09:41:10.179Z and is being refreshed.
notforhumans.tv is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.