Auto-refill
Save a card and let Stophy top up your credits automatically when your balance runs low, so your agents never stop mid-workflow.
Automatic credit top-ups
Turn on auto-refill to buy a credit pack automatically whenever your balance drops below a threshold you set.
Choose your pack and threshold
Pick which credit pack to buy and the balance that triggers it, all from the billing page.
Charged to your saved card
Refills use the card saved from a previous purchase, so top-ups happen without going through checkout again.
Live chat
You can now pull live-stream chat, stream status, and viewer counts from active YouTube broadcasts.
Live chat for active streams
Read messages from active livestreams through the video endpoint.
Top chat or full chat stream
Choose moderated Top chat or the full live message stream, depending on your workflow.
Stream status and viewer counts
Responses now include stream status and concurrent viewers for easier monitoring and routing.
Clearer transcript errors for videos without captions
Transcript requests now return clearer errors for videos without captions, including many live streams.
Hosted MCP endpoint
Stophy now exposes its MCP tools from the hosted API, so compatible clients can connect over Streamable HTTP instead of running a local npm process.
Hosted MCP route
Connect MCP clients to
https://api.stophy.dev/v1/mcpand use Stophy tools for search, transcripts, comments, channels, playlists, and credits.
Shared validation and billing
MCP tools now use the same request schemas, credit metering, refunds, activity logging, and normalized responses as the REST API.
MCP-aware rate limiting
Hosted MCP requests that pass the API key in the path are rate-limited by key instead of being grouped under a shared IP bucket.
Clearer getting-started pages
Updated the public product pages to make it easier to understand what Stophy does, when to use it, how credits work, and how to get started.
Clearer use cases
The homepage and FAQ now explain practical use cases for YouTube research workflows, creator research, transcripts, comments, channels, playlists, and agents.
Simpler pricing explanation
Credit packs now describe the type of usage they fit, from side projects to higher-volume apps and agents.
Better getting-started content
The blog and product pages now use clearer examples and more realistic language for building with Stophy.
Account auth and agent onboarding
Email/password signup, password reset, and email verification are now live. Agents also have a dedicated onboarding path for creating an API key and making their first request.
Email/password signup
Create a Stophy account with an email address and password, without using Google or GitHub OAuth.
Password reset
Reset your password from the login page with a secure email link.
Agent onboarding flow
Agents can use a dedicated onboarding path to create an API key and start making requests from the sign-up page.
Terminal login
Run
stophy login --browserto authenticate through your browser and create an API key automatically.
Password changes in settings
Email/password accounts can now update their password from account settings.
Stophy CLI
The Stophy CLI is now available on npm. Use it to search YouTube, get transcripts, read comments, inspect channels, and return JSON from the terminal.
CLI package
Install with
npm install -g @stophy/cliand use Stophy endpoints from the terminal. Status output goes to stderr so JSON output remains easy to pipe.Agent skills
The CLI includes five agent skills for tools that support skill-based workflows, including Claude Code and OpenCode. Install them with
npx skills add stophydotdev/cli.
Stophy MCP server
The Stophy MCP server is now available on npm. Add your API key and expose Stophy endpoints as tools inside MCP-compatible clients.
MCP tools
Use Stophy search, transcripts, comments, channels, playlists, and credits from an MCP client with
npx @stophy/mcp.
API documentation
The full API reference is live at docs.stophy.dev, with endpoint parameters, response shapes, authentication, credits, and error handling.
API reference
The docs now cover request parameters, response shapes, error codes, authentication setup, and the credit system.
Stophy launch
Stophy is live with YouTube search, timestamped transcripts, threaded comments, channel data, playlists, API keys, usage tracking, and pay-as-you-go credits.
Video search with filters
Search by keyword with filters for upload date, duration, and sort order. Results return structured JSON for apps, agents, and scripts.
Timestamped transcripts
Get transcripts with per-segment timestamps and language information without building your own transcript parser.
Threaded comments
Fetch paginated comment threads with replies, likes, author metadata, and creator signals for audience research.
Channel catalogs and metadata
Inspect channel profiles, subscriber counts, videos, Shorts, playlists, and about-page details.
Playlists and Shorts
Fetch playlist items by URL and get Shorts from a channel with consistent JSON responses.
Dashboard, API keys, and playground
Manage API keys, review usage, inspect request history, and test endpoints from the built-in playground.
Pay-as-you-go credits
One request uses one credit. Credits do not expire, failed requests are refunded, and new accounts start with 100 free credits.