Vibbly MCP

Connect Vibbly to your agent.

Search podcasts, retrieve transcripts your account can access, and transcribe media with Vibbly credits.

Podcast and episode search

Find catalog context before the agent needs a source URL.

Same transcript access

Public podcasts are readable. Private transcripts require your account.

Credit-aware transcription

New transcription uses account credits. Available: 0.

Transcription uses 1 credit per minute. New accounts get 150 free credits. View pricing

Agent instruction

Sign in during browser grant

Use Vibbly MCP.

Endpoint:
https://usevibbly.com/mcp

Capabilities:
- search podcasts and episodes
- retrieve public podcast transcripts and my private transcripts
- transcribe audio or video URLs with my Vibbly credits

Access:
- use my signed-in Vibbly account
- do not access private transcripts unless my account has access

Credit policy:
- prefer retrieve_transcript before transcribe_media_url
- ask before new transcription unless I already requested it

Optional skill:
https://usevibbly.com/skills/vibbly-agent/SKILL.md

Key features

What agents can do

Vibbly uses browser-granted access and the signed-in account's credits.

Podcast search

Search Vibbly podcast and episode indexes from your agent.

Transcript retrieval

Read public podcast transcripts and private transcripts you own.

Media transcription

Transcribe remote audio and video URLs when the user approves.

Browser grant

Users sign in on Vibbly before agents can use account access.

MCP setup

HTTP MCP for native clients. Command bridge for local-only clients.

Remote HTTP config
{
    "mcpServers": {
        "vibbly": {
            "type": "http",
            "url": "https://usevibbly.com/mcp"
        }
    }
}
Local bridge config
{
    "mcpServers": {
        "vibbly": {
            "command": "pnpm",
            "args": [
                "dlx",
                "mcp-remote",
                "https://usevibbly.com/mcp"
            ]
        }
    }
}

Skill file

Optional policy text for agents that support skills.

https://usevibbly.com/skills/vibbly-agent/SKILL.md
Open SKILL.md

Access model

Agents can read what the signed-in user can read.

Credit policy

Existing transcripts are read-only. New transcription can spend credits.

MCP tools

Available methods

search_podcasts
search_episodes
get_podcast_episodes
retrieve_transcript
transcribe_media_url