Loading...
Connect your favorite AI app to your PreVibe account via the Model Context Protocol (MCP). Just add the connector and sign in - no API keys to copy.
https://previbe.io/api/mcp+ in the message box, choose Connectors, then Add from PreVibe. In Claude Code they appear as /previbe:validate-idea. You can also ask in plain language - say "with PreVibe" to be sure the request runs a real report rather than your assistant's own guess. Or let PreVibe offer, since your assistant knows when to suggest a validation. Reconnect the server if a new command does not show up yet./validate-ideaRun grounded research on an idea and get back a GO / PIVOT / NO-GO verdict, a 0-100 viability score, key findings and top bets.
Parameters:
• idea (string, required): The idea to validate - a one-liner or full notes, up to 4,000 characters
create_researchGenerate a market research report from a business idea. Accepts anything from a one-liner to full multiline notes. Returns a compact summary - verdict badge, score, one-paragraph summary, key findings, and top bets - plus the research ID; fetch the full report on demand with get_research.
Parameters:
• idea (string, required): Business idea or topic (up to 4,000 characters)
list_researchesList all your researches with pagination support.
Parameters:
• limit (number, optional): Results per page (default: 20, max: 100)
• offset (number, optional): Pagination offset (default: 0)
get_researchGet a specific research by ID, including the full report.
Parameters:
• id (string, required): Research UUID
retry_researchRetry a research whose generation did not complete (failed, or stuck without a result). Free - the credit was already charged when it was created. Returns the same compact summary as create_research.
Parameters:
• id (string, required): Research UUID
delete_researchDelete one of your researches by ID. Any deep dives linked to it are removed with it. This cannot be undone.
Parameters:
• id (string, required): Research UUID
create_deep_diveGenerate an in-depth framework analysis (jobs-to-be-done, positioning, MVP scope, Kano, pricing, 90-day plan, risks) for a completed research. Seeded strictly from that research - no new market data. Returns the full analysis.
Parameters:
• researchId (string, required): UUID of the completed research to deep-dive
• target (string, optional): What to analyze: 'idea' (your own idea) or a top bet ('bet-1'/'bet-2'/'bet-3'). Omit for the verdict-resolved default.
list_deep_divesList all deep dives generated for a specific research.
Parameters:
• researchId (string, required): Research UUID
get_deep_diveGet a specific deep dive by ID, including its full analysis.
Parameters:
• id (string, required): Deep dive UUID
retry_deep_diveRetry a deep dive whose generation did not complete. Free - the credit was already charged when it was created. Returns the full regenerated analysis.
Parameters:
• id (string, required): Deep dive UUID
delete_deep_diveDelete a deep dive by ID. This cannot be undone.
Parameters:
• id (string, required): Deep dive UUID
create_brand_namesGenerate a set of brandable names for a completed research, each grounded in the report and checked for an available domain. Returns a table - name, domain, availability, price, and the other available domains for each name (the same options the website shows).
Parameters:
• researchId (string, required): UUID of the completed research to name
• target (string, optional): What to name: 'idea' (your own idea, the default) or a top bet ('bet-1'/'bet-2'/'bet-3').
list_brand_namesList all brand-name runs generated for a specific research.
Parameters:
• researchId (string, required): Research UUID
get_brand_namesGet one brand-name run by ID: all of its names with each name's domain, availability, price, and its other available domains.
Parameters:
• id (string, required): Brand-name run UUID
suggest_more_brand_namesAppend a fresh batch of names to an existing run (nothing is removed). Capped at a few rounds per run; every run render states how many rounds remain.
Parameters:
• id (string, required): Brand-name run UUID
check_brand_names_domain_availabilityFill in domain availability and prices for names in a run that were saved without them (registrar throttled at generation time).
Parameters:
• id (string, required): Brand-name run UUID
delete_brand_namesDelete a brand-name run by ID. This cannot be undone.
Parameters:
• id (string, required): Brand-name run UUID
check_creditsCheck your current credit balance.
list_researches and get_research now show a clean, readable title generated from your idea, alongside the original idea text.
Clearer description of what a report includes: grounded in live web research, with clickable sources where the data supports them.
A "Validate a startup idea" command you can pick straight from your AI app, plus setup instructions that let the assistant offer a research when you mention an idea.
Every tool now declares a title and behaviour hints, so your AI app can tell which tools only read and which ones delete.
Brand-names tools: generate name ideas, list/fetch/delete them, and check domain availability.
OAuth 2.1 replaces API keys. Connect by URL and sign in - no keys to copy.
Deep-dive tools, plus retry for stuck researches and deep dives.
create_research accepts multiline ideas up to 4,000 characters.
Initial release with research tools.
Sign in to connect an AI app and manage its access.
Login to Connect