built-online-podcast-command-center
Provides access to YouTube analytics data imported from CSV exports into the Command Center.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@built-online-podcast-command-centershow me missing business attribution for last episode"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Built Online Podcast Command Center
Internal decision-support application for the Built Online Podcast. It imports local YouTube exports, validates the data, recalculates deterministic recommendations, and keeps missing operations or business-attribution data visible instead of filling gaps with guesses.
Install
pnpm installRelated MCP server: pocketcasts-mcp
Run Locally
pnpm devOpen http://127.0.0.1:3000.
Direct AI Access
This repo also ships with an MCP server so AI tools can read the Command Center directly.
Local stdio transport:
pnpm mcp:stdioLocal HTTP transport:
pnpm mcp:httpDefault MCP endpoint: http://127.0.0.1:4318/mcp
Test
pnpm lint
pnpm typecheck
pnpm test
pnpm e2eImport Data
Phase 1 supports CSV and JSON imports. The app automatically reads the five normalized YouTube CSV files in References/youtube-analytics during the first refresh. Manual imports can be selected from the app through Import Data or placed in data/imports before pressing Refresh Command Center.
Supported initial sources:
youtube_video_performance_lifetime.csvyoutube_video_performance_365d.csvyoutube_daily_channel_365d.csvyoutube_traffic_sources_365d.csvyoutube_new_returning_viewers_365d.csvProduction tracker CSV or JSON using the template in Settings
Packaging experiment CSV or JSON using the template in Settings
Public Repo Notes
This public repo includes the real local reference exports, the planning docs, and the source evidence that powers the current app state. Missing data remains explicit. No credentials are required for the included local-first workflows.
Replace Sample Or Source Data
The app does not ship fake analytics. Replace the YouTube exports by adding new supported files through Import Data or data/imports. Existing imports are deduplicated by file hash. Invalid rows are reported and are not silently discarded.
Back Up Data
Back up data/command-center.sqlite and any files in data/imports. Keep /References unchanged as source evidence.
Deploy
Phase 1 is local-first. For deployment, set the environment variables from .env.example, provide persistent storage for SQLite and imports, and run:
pnpm build
pnpm startManual Work Remaining
Operations, Release Radar ownership, business attribution, comments, Spotify, Apple Podcasts, and API refreshes remain manual or unconnected until their imports or credentials are supplied. Missing values are shown as explicit missing-data states.
Credentials
No API credentials are required for Phase 1. Future integrations should be added through environment variables and least-privilege credentials only.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/built-online/built-online-podcast-command-center'
If you have feedback or need assistance with the MCP directory API, please join our Discord server