Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/chrislas/podhome-mcp/agents-md)<a href="https://agentmods.dev/instructions/chrislas/podhome-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/chrislas/podhome-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.03679 | $0.03679 |
| Opus 5 | $0.01840 | $0.01840 |
| Sonnet 5 | $0.00736 | $0.00736 |
| Haiku 4.5 | $0.00368 | $0.00368 |
Grade B, and why
podhome-mcp AGENTS.md scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo nixos-rebuild switch --flake /path/to/flake#hostname Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl http://localhost:3003/health How it starts
The opening of the file, as written. The whole thing — 438 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions: Podhome MCP Server
For LLM Agents: This document contains everything you need to know to install, configure, and deploy the Podhome MCP server on a Nix/NixOS system.
What is This?
Podhome MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to publish podcast episodes to Podhome from audio files processed by Auphonic and stored in Cloudflare R2.
Key Components
- MCP Server: Exposes 7 tools for episode management (create, publish, list, get, update, delete, R2 URL resolution)
- HTTP Server: HTTP mode with SSE transport (enabled when
MCP_PORTis set; NixOS module sets it by default). Default port: 3003 - R2 Integration: Connects to Cloudflare R2 (S3-compatible) to resolve public URLs
- Nix Flake: Complete Nix package + NixOS module for deployment
Architecture
Auphonic → R2 Storage → Podhome MCP → Podhome API
↓
(This MCP Server)
Prerequisites
System Requirements
- OS: NixOS or any Linux with Nix package manager
- Architecture: x86_64-linux or aarch64-linux
- Network: Internet access for API calls to Podhome and R2
Required API Keys (You MUST Ask the User For These)
Before proceeding with any installation, request these credentials from the user:
1. Podhome API Key
- How to get: User logs into https://podhome.fm → Settings → API Keys
- Format: String like
pk_live_xxxxxxxxxxorpk_test_xxxxxxxxxx - Permissions: Needs episode management permissions
- Multi-key: If multiple shows are hosted, provide one key per show and choose via
podhome_api_key_nameat request time.
2. Cloudflare Account ID
- How to get: https://dash.cloudflare.com → Right sidebar shows Account ID
- Format: 32-character hex string
- Example:
1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p
3. Cloudflare R2 Access Key ID
- How to get: Cloudflare Dashboard → R2 → Manage R2 API Tokens → Create API Token
- Format: 32-character string
- Permissions: Object Read & Write for the specific bucket
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 438 lines · 3,679 tokens per session scan B af227b83c5a4
podhome-mcp AGENTS.md is an instructions file published in the GitHub repository ChrisLAS/podhome-mcp (0 stars, last pushed 6mo ago), licensed MIT. It adds 3,679 tokens to every session, about $0.0184 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.