Skip to main content
Glama
Red5d

Jupiter Broadcasting Podcast Data MCP Server

by Red5d

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
list_shows

List all available podcast shows.

Returns: List of show names available for searching and episode retrieval.

search_episodes

Search for episodes based on various criteria. At least one search parameter must be provided.

Args: show_name: Name of the specific show to search in (required) since_date: Only return episodes published on or after this date (YYYY-MM-DD or ISO format) before_date: Only return episodes published before this date (YYYY-MM-DD or ISO format) hosts: List of host names to filter by text_search: Search text to match against episode titles and descriptions

Returns: List of episodes matching the search criteria.

get_episode

Get detailed information about a specific episode.

Args: show_name: Name of the show episode_number: Episode number

Returns: Episode data including title, description, hosts, enclosures, etc.

get_transcript

Get the transcript for a specific episode.

Args: show_name: Name of the show episode_number: Episode number

Returns: Dictionary containing the transcript text or error message.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Red5d/jupiterbroadcasting_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server