Vinkius
Megaphone

Megaphone MCP for AI. Manage ad campaigns and podcast content flow.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Megaphone MCP on Cursor AI Code EditorMegaphone MCP on Claude Desktop AppMegaphone MCP on OpenAI Agents SDKMegaphone MCP on Visual Studio CodeMegaphone MCP on GitHub Copilot AI AgentMegaphone MCP on Google Gemini AIMegaphone MCP on Lovable AI DevelopmentMegaphone MCP on Mistral AI AgentsMegaphone MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

Megaphone handles all your podcast publishing and advertising workflows. Use this server to manage networks, list podcasts, track episodes across a library, and handle full ad campaign placement details via natural conversation.

What your AI can do

Get episode

Retrieves detailed information about a single podcast episode.

Get network details

Fetches specific metadata and details for an entire podcast network.

Get podcast

Gets detailed information about a single podcast show within a network.

+ 7 more capabilities included
View Network Structure

List all associated podcast networks and retrieve detailed metadata for any single network.

Track Content Inventory

Enumerate podcasts within a network, then list and search specific episodes across the entire library using tools like list_episodes or search_episodes.

Manage Ad Placement

List active ad campaigns for a network and check available ad locations for any given episode.

Process Ad Orders

Retrieve records of existing advertisement orders placed within the network.

Included with Plan

Waiting for input…

AI Agent

Megaphone MCP Server: 10 Tools for Content Ops

Use these tools to programmatically manage every aspect of your podcast publishing workflow—from listing networks to tracking specific ad orders.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Megaphone on Vinkius

Get Episode

Retrieves detailed information about a single podcast episode.

Get Network Details

Fetches specific metadata and details for an entire podcast network.

Get Podcast

Gets detailed information about a single podcast show within a network.

List Ad Locations

Lists the available ad spots and locations for a specific episode.

List Campaigns

Retrieves all currently active or past ad campaigns associated with a network.

List Episodes

Lists every available episode for a given podcast show.

List Networks

Returns a list of all connected podcast networks under your account.

List Orders

Retrieves records and details for ad orders that have been placed in the network.

List Podcasts

Lists all individual podcasts belonging to a specific network.

Search Episodes

Searches across your entire podcast library for episodes matching keywords or...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Megaphone integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Megaphone, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Megaphone MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Megaphone. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 10 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Checking episode status across 50 networks shouldn't take an hour of clicking.

Right now, checking content status means logging into the dashboard. You select Network A, then filter by Podcast B, then scroll through fifty episodes to see if they were published yesterday. If you have 50 networks and need to check 20 shows, that’s an entire afternoon of clicking and copy-pasting.

With this MCP server, your AI agent handles it all in one go. You ask: 'Show me the publish status for all episodes containing 'AI' across my top five client networks.' The agent runs `search_episodes` and delivers a clean report—no dashboards, no clicking.

Megaphone MCP Server: Track ad campaigns and episode inventory.

The manual process for ad placement is brutal. You have to check the campaign dashboard (`list_campaigns`), then separately look up an episode's available slots (`list_ad_locations`), and finally manually cross-reference if an order was placed (`list_orders`). It's three different systems just to confirm one thing.

Now, you ask your agent: 'What ad locations are open for the new episode?' The server runs `get_episode` data, checks against available slots with `list_ad_locations`, and gives you a single payload. You stop jumping between dashboards.

What your AI can actually do with this

Look, forget those clunky dashboards and half-baked API calls. This Megaphone MCP Server hooks your AI client up right to your podcast publishing and ad management workflow. You're gonna manage everything—from the network structure all the way down to specific ad spots—just by chatting with your agent.

Network Overview

When you wanna map out your whole operation, start by calling list_networks. That'll give you a clean list of every podcast network attached under your account. If you need deep metadata on just one of those networks, you use get_network_details to pull all the specifics for that single entity.

Tracking Content Inventory

Once you know which networks you're working with, you gotta find the content inside. You can list every individual podcast belonging to a network using list_podcasts. For any specific show you pick out, you run get_podcast to grab all its detailed setup info. To see what episodes are actually available for that show, use list_episodes, which enumerates everything in the library.

If you're hunting down something specific—maybe a keyword or a date range—you don't have to list 'em one by one; just hit up search_episodes and it crawls your entire catalog. Need the full data on one particular episode? You call get_episode, and that gives you all the deep details for that single piece of content.

Managing Ad Placement and Campaigns

Running ads is half the job, right? To manage ad revenue, first, check out what campaigns are active or were run by calling list_campaigns. You can then figure out exactly where an ad needs to go on a specific episode using list_ad_locations; this shows all the available spots and locations for that one piece of content.

When you need to track down existing placements, you use list_orders to retrieve records and details on every ad order placed in the network.

Putting It All Together

This setup means your agent doesn't just pull data; it lets you build a full workflow. You can tell it to list all networks, then find all podcasts within Network A, get the episode count for Show B, and immediately check which ad spots are open on Episode 145. It processes that whole chain of commands conversationally.

You're basically telling your agent: 'Check these ads, pull this data, cross-reference those episodes.' You don't have to juggle a dozen tabs; you just talk to your client and it handles the backend calls using all ten tools: list_networks, get_network_details, list_podcasts, get_podcast, list_episodes, search_episodes, get_episode, list_campaigns, list_ad_locations, list_orders. You'll get the whole picture of your publishing and ad revenue in one go.

Built · Hosted · Managed by Vinkius Megaphone MCP Server - Podcast & Ad Management
Server ID 019d75d1-9c02-7273-a8ee-c329f57ea7d5
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I find all my client networks using Megaphone MCP Server? +

You use the list_networks tool. This quickly returns a list of every network connected to your account, giving you a full overview before you dive into specific content.

Can I search episodes by keyword with Megaphone MCP Server? +

Yes, use the search_episodes tool. This function searches across your entire library and lets you find all relevant content using natural language queries, which is much better than manually listing everything.

What tools do I need to check ad placement on an episode? +

You'll use list_ad_locations after getting the specific details of the show with get_episode. This pairing lets you see exactly where ads can run for that content.

How do I check if a podcast is part of a larger network? +

First, use list_networks to get the master list. Then, use list_podcasts and specify the network ID to see which shows belong under that umbrella.

How do I set up my Megaphone API Token before running `list_networks` using the Megaphone MCP Server? +

You must input your valid Megaphone API Token when subscribing to this server. Once authenticated, your AI client can run list_networks immediately, confirming full read access across all connected networks.

When running `list_episodes`, does the Megaphone MCP Server handle large numbers of results or require pagination? +

The server automatically supports pagination for extensive episode libraries. Your AI client manages fetching subsequent data pages until it confirms all available episodes have been successfully retrieved.

If I want to see a full history, how does `list_campaigns` show me ad campaigns in a network? +

The tool retrieves both active and historical campaign records for the specified network. You can tell your agent to filter these results by status or date range to narrow down what you're looking for.

Before running `get_episode`, how do I ensure I have the correct Network ID and Podcast ID needed by the Megaphone MCP Server? +

You must first use list_networks to obtain the main network identifier. Then, run list_podcasts using that result to pinpoint the exact podcast identifier you need for any specific episode query.

How do I find my Megaphone API Token? +

Log in to Megaphone, go to your Organization settings, and look for the API section to generate or copy your token.

What podcast data can I access? +

You can access metadata for networks, podcasts, episodes, ad campaigns, and ad locations.

Is my data secure? +

Absolutely. Your token is encrypted at rest and injected securely at runtime.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Megaphone. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.