Skip to main content
Glama
asaramis

Big Technology Podcast MCP

by asaramis

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP server (default: 3000)3000
MCP_MODENoSet to 'sse' for HTTP server mode, otherwise omitted for stdio mode
BIG_TECH_TRANSCRIPTS_PATHYesPath to your transcripts.json file (local mode)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_transcriptsA

Search across all Big Technology Podcast transcripts for tech insights and news. Returns relevant excerpts from episodes with titles and dates. Use this to find what tech leaders and experts have said about specific topics like AI, regulation, big tech companies, social media, privacy, antitrust, etc.

get_episodeA

Get the full transcript for a specific episode by title. Use this when you want to dive deeper into a specific episode conversation.

list_episodesA

List all available episodes in the Big Technology Podcast archive. Use this to see what topics and guests are available to search.

get_recent_episodesA

Get the most recent episodes from the Big Technology Podcast. Use this to see the latest tech news and discussions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation4/5

Each tool has a clearly distinct role: searching transcripts, retrieving a full episode by title, listing all episodes, and listing recent episodes. The only slight overlap is between list_episodes and get_recent_episodes, but their descriptions make the difference understandable.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: search_transcripts, get_episode, list_episodes, get_recent_episodes. The naming is predictable and easy to infer.

Tool Count5/5

Four tools is well-scoped for a podcast archive server. It covers browsing, searching, and retrieving transcript content without unnecessary bloat.

Completeness5/5

The tool surface fully covers the core podcast workflow: discover episodes, see recent ones, search across transcripts, and retrieve full transcripts. No significant missing operations are apparent for this domain.

Maintenance

ActivityInactive
ResponsivenessNo issues