← Registry

Content Tools

listenbrief.com

Generates personalized audio briefings by aggregating content from user-specified sources based on interests and preferences.

1 endpoint10 known toolsFirst detected June 19, 2026Last detected September 1, 2026

ENDPOINT 1

https://listenbrief.com/mcp/v1

No auth detected

MCP server metadata

Name
listenbrief-mcp
Version
1.0.0
Capabilities
tools

Known tools 10

create_briefing_profile

Create a new briefing profile with user-specified interests, length, language, and voice.

Potential side effects
update_briefing_profile

Update fields on an existing briefing profile such as interests, length, language, or voice.

Potential side effects
add_source

Add a content source to the user account.

Inferred read-only
generate_briefing

Trigger an on-demand briefing generation.

Inferred read-only
get_latest_briefing

Get the user's most recently completed briefing including audio and transcript URLs.

Inferred read-only
get_briefing_audio

Get a presigned MP3 URL for a completed briefing (expires in 1 hour).

Inferred read-only
get_briefing_transcript

Get the full text transcript of a completed briefing.

Inferred read-only
schedule_briefing

Create a recurring briefing schedule with a cron expression and delivery method.

Potential side effects
pause_briefing

Pause a recurring briefing schedule so it no longer runs automatically.

Inferred read-only
resume_briefing

Resume a previously paused briefing schedule.

Inferred read-only

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.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.

Trust status Trusted

listenbrief.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.