Content Tools
listenbrief.com
Generates personalized audio briefings by aggregating content from user-specified sources based on interests and preferences.
ENDPOINT 1
https://listenbrief.com/mcp/v1
MCP server metadata
- Name
- listenbrief-mcp
- Version
- 1.0.0
Known tools 10
create_briefing_profileCreate a new briefing profile with user-specified interests, length, language, and voice.
Potential side effectsupdate_briefing_profileUpdate fields on an existing briefing profile such as interests, length, language, or voice.
Potential side effectsget_latest_briefingGet the user's most recently completed briefing including audio and transcript URLs.
Inferred read-onlyget_briefing_audioGet a presigned MP3 URL for a completed briefing (expires in 1 hour).
Inferred read-onlyschedule_briefingCreate a recurring briefing schedule with a cron expression and delivery method.
Potential side effectspause_briefingPause a recurring briefing schedule so it no longer runs automatically.
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.listenbrief-mcp]
url = "https://listenbrief.com/mcp/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"listenbrief-mcp": {
"type": "http",
"url": "https://listenbrief.com/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: listenbrief-mcp
Remote MCP URL: https://listenbrief.com/mcp/v1
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": {
"listenbrief-mcp": {
"url": "https://listenbrief.com/mcp/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"listenbrief-mcp": {
"type": "http",
"url": "https://listenbrief.com/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "listenbrief-mcp",
"transport": "streamable-http",
"url": "https://listenbrief.com/mcp/v1"
}
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 listenbrief.com was fetched 2026-08-10T00:26:26.091Z and is being refreshed.
listenbrief.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.