Megaphone Connector for AI agents.
10 live capabilities
Manage podcast networks and ad campaigns with natural language commands.
Waiting for input…
Why people use Megaphone
Megaphone for Podcast Network Management
This Connector lets you just ask your agent for the info. You can pull network details, list all shows, and check ad orders in a single conversation. You get a clear answer in seconds without ever having to log in to the dashboard.
What Vinkius changes
You get a conversational interface for your entire podcast and ad management backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding shows in a specific brand
A network manager needs to find every show in a specific brand.
- Real-world use case 02
Verifying a live status
A producer wants to know if a specific episode is live.
- Real-world use case 03
Checking ad placements
An ad ops person needs to see where ads are on a show.
Complete set · 10capabilities
The complete Megaphone capability set.
These are the exact actions your AI can choose when you ask it to work with Megaphone.
01—04
4 capabilities in this set.
Part of 10 available through Megaphone.
- 01 Capability
List networks
Show a list of all podcast networks in your account. This helps you get an overview of your entire portfolio.
- 02 Capability
Get episode
Pull all the specific details for a single episode. Use this to check metadata for a specific release.
- 03 Capability
Get network details
Get the full metadata and configuration for a podcast network. This provides a deep dive into network settings.
- 04 Capability
Get podcast
Retrieve the specific configuration and details for a podcast. It gives you the exact specs for any show in your list.
05—07
3 capabilities in this set.
Part of 10 available through Megaphone.
- 05 Capability
List ad locations
See all the ad locations assigned to a particular episode. This helps you verify exactly where your sponsors appear.
- 06 Capability
List campaigns
List all the active ad campaigns within a network. Use this to see what advertising is currently live.
- 07 Capability
List episodes
List all the episodes associated with a specific podcast. This shows you every piece of content in a single show's history.
08—10
3 capabilities in this set.
Part of 10 available through Megaphone.
- 08 Capability
List orders
Pull a list of all ad orders within a specific network. Use this to keep track of pending and completed sponsor deals.
- 09 Capability
List podcasts
List all the individual shows belonging to a specific network. It helps you see every show in a brand's lineup.
- 10 Capability
Search episodes
Search your entire library for episodes based on specific keywords. This makes it easy to find content across all shows.
Set up in minutes
One URL. Then ask Megaphone to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Megaphone from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BVIouwHHoRL7oOKuokzowa16xr5wIF5aj8OlRWC9/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Megaphone, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Megaphone for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BVIouwHHoRL7oOKuokzowa16xr5wIF5aj8OlRWC9/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Megaphone URL.
- Step 03
Save and start
Save the connection and enable Megaphone in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"megaphone": {
"url": "https://edge.vinkius.com/vk_preview_BVIouwHHoRL7oOKuokzowa16xr5wIF5aj8OlRWC9/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Megaphone
Open Agent mode in chat and ask: "Using Megaphone, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"megaphone": {
"url": "https://edge.vinkius.com/vk_preview_BVIouwHHoRL7oOKuokzowa16xr5wIF5aj8OlRWC9/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Megaphone
Ask Copilot: "Using Megaphone, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"megaphone": {
"url": "https://edge.vinkius.com/vk_preview_BVIouwHHoRL7oOKuokzowa16xr5wIF5aj8OlRWC9/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Megaphone
Open Cascade and ask: "Using Megaphone, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"megaphone": {
"url": "https://edge.vinkius.com/vk_preview_BVIouwHHoRL7oOKuokzowa16xr5wIF5aj8OlRWC9/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Megaphone
Ask Cline: "Using Megaphone, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add megaphone --transport http "https://edge.vinkius.com/vk_preview_BVIouwHHoRL7oOKuokzowa16xr5wIF5aj8OlRWC9/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Megaphone
Ask Claude: "Using Megaphone, show me...". 10 tools are ready
Where the request belongs
Work Megaphone can move forward.
This is for podcast producers and media managers who are tired of the dashboard fatigue that comes with managing large libraries and complex ad placements.
Podcast Network Manager
Checks show configurations and network metadata across multiple brands on a Tuesday afternoon.
Ad Ops Specialist
Tracks campaign performance and manages ad locations for sponsors without manual spreadsheet updates.
Content Producer
Searches for specific episodes and verifies publishing statuses on the fly to keep production moving.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBuzzsprout
Manage your podcast via Buzzsprout. track episodes, monitor plays, and manage content directly from any AI agent.
Transistor.fm
Host your podcast with analytics, multiple show support, and distribution to Apple Podcasts, Spotify, and every major platform.
Podbean Podcast Hosting
Manage your podcasts via Podbean. list episodes, publish new content, and track download analytics directly via AI.
Hiro.fm
Create and distribute audio content with a podcast-like platform that lets you build a private audio feed for your audience.
Podchaser Podcast API
Search global podcasts. audit episodes, hosts, and ratings via AI.
Podcast Index
Access the open podcast ecosystem. search for shows, retrieve episode metadata, and discover trending content directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Megaphone connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Megaphone.
The practical details behind the request, access and result.
Can the Megaphone MCP help me manage multiple podcast networks?
Yes, it lets you view all your networks and their specific show configurations in one place. You can quickly switch between different brands without needing multiple logins.
How do I find specific episodes in my library using Megaphone?
You can just ask your agent to search for keywords, and it will scan your entire library for relevant content across all your shows.
Can I use this to track my ad campaigns?
Yes, it pulls your active ad campaigns and order lists so you can see exactly what's running and what's still in the queue.
Does the Megaphone MCP show where ads are placed?
It can list the specific ad locations for any episode you select. This is great for verifying sponsor placements on specific releases.
Is this good for checking if my show is live?
Yes, you can use it to verify the publish status of your episodes instantly. It helps you double-check your production schedule in seconds.
Can I get the metadata for a specific podcast?
It can pull all the configuration details for any podcast in your network. This is perfect for when you need to see the exact specs of a show.
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.
One connection away
Give your agent a direct line to Megaphone.
Connect Megaphone once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available