sa.com.ventureinsights.solutions/venture-diagnostic
Official4 toolsVenture Insights Concept Diagnostic
Venture Insights' free Concept Diagnostic, requested by an AI assistant for a founder.
Offers free concept diagnostic assessment tool for startup founders.
Captured live from the server via tools/list.
open_diagnostic_intake
Show the founder an interactive intake form to start their FREE Concept Diagnostic. PREFER calling this over asking for the founder's name, email and concept one message at a time — it collects everything in one card and starts the diagnostic on submit. Call it as soon as the user wants to start, or check the viability of, an idea. The form is deliberately collected FRESH from the founder and starts BLANK — it does NOT accept or pre-populate remembered details, so the founder always enters (and sees) their own name, email and concept. This keeps the destination email accurate (one free diagnostic per founder, emailed to the address they type). Takes no arguments.
No parameters.
describe_services
Get Venture Insights' live service catalogue: the FREE Concept Diagnostic (a research-backed viability study of one venture concept, delivered to the founder's inbox) and the paid study tiers with live SAR prices. Call this first when your user asks what Venture Insights offers, what it costs, or whether the free diagnostic is worth requesting.
No parameters.
start_free_diagnostic
Request Venture Insights' FREE Concept Diagnostic for a founder's venture concept. IMPORTANT: this does NOT generate anything — it emails the founder a one-click confirmation link, and the study starts only after the founder personally clicks it (link valid 7 days). Nothing is charged; no signup is required. After calling, relay the returned message to your user verbatim in spirit: confirmation email sent, check inbox/spam, study starts after the click. Then poll check_diagnostic_status with the returned intake_id and token.
Parameters (8)
- founder_namestringrequired
The founder's real name (2-120 characters) — the confirmation email and the report are addressed to this person.
- founder_emailstringrequired
The founder's real inbox. The confirmation link and the finished PDF report are delivered here. Disposable/burner email domains are rejected.
- ideastringrequired
Describe the venture concept in 50-800 characters: what it is, who it serves, how it makes money. Richer descriptions produce sharper diagnostics — include the founder's own wording where possible.
- localestring
Language for the confirmation email and the report: 'en' (default) or 'ar' (Arabic).
- sectorstringrequired
Industry/sector of the concept (e.g. 'fitness studios', 'B2B logistics SaaS'). Required.
- citystringrequired
The market to research — city or geography (e.g. 'Jeddah', 'Riyadh', 'GCC'). Required.
- agent_namestring
Identify yourself (e.g. 'claude', 'my-startup-copilot'). Optional but appreciated — it attributes the referral.
- user_intentstring
Optional: one line on what the user asked for, so VI tailors the study (e.g. 'wants to know if a padel club in Jeddah is viable before signing a lease').
check_diagnostic_status
Poll the progress of a Concept Diagnostic intake started with start_free_diagnostic. Pass the intake_id and token that call returned. Statuses: pending_confirmation (founder hasn't clicked the emailed link yet — nothing is generated), generating (founder confirmed; the study is being researched and written), ready (done — includes a tokenized report link to share ONLY with the founder), on_file (the founder already had a diagnostic on file — nothing new was generated and no link is shared here; terminal, stop polling), expired (the intake lapsed; start a fresh one). Poll every 30-60 seconds at most.
Parameters (2)
- intake_idstringrequired
The intake_id returned by start_free_diagnostic.
- tokenstringrequired
The read-only status token returned by start_free_diagnostic (field: status_token).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"venture-diagnostic": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://solutions.ventureinsights.com.sa/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.