Suprdeck

Fundraising intelligence MCP server for pre-seed to Series A founders.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • List Decks: List all pitch decks owned by the authenticated user. Returns each deck's name, unique ID, slide count, creation date, folder assignment, and shareable URL. This is typically the first too
  • Get Deck Analytics: Retrieve detailed engagement analytics for a specific pitch deck. Returns a summary (total views, unique viewers, average time spent), per-slide engagement data (view count and ave
  • Get Pipeline: Retrieve the full investor pipeline (CRM). Returns a summary count by stage (cold, hot, pitched, dataroom, investor) plus detailed lead records including viewer email, name, company, cur

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Fundraising intelligence MCP server for pre-seed to Series A founders. Replaces DocSend + Google Sheets + LinkedIn in one platform. 16 tools for pitch deck analytics, investor pipeline management, AI-powered investor sourcing with fit scoring, warm intro discovery, data room sharing, and personalized outreach generation. Connects to live Suprdeck data — real-time deck engagement, pipeline status, and investor signals.

Список инструментов сервера (16)

Технические названия из tools/list. Нужны только разработчикам.

list_decksList all pitch decks owned by the authenticated user. Returns each deck's name, unique ID, slide count, creation date, folder assignment, and shareable URL. This is typically the first tool to call in any Suprdeck workflow — use it to discover available decks before calling get_deck_analytics for engagement data or create_share_link to generate tracked links. Results can be filtered by folder_id and limited with the limit parameter (default 50, max 100). Does NOT return viewer analytics — call get_deck_analytics with a specific deck_id for that data.
get_deck_analyticsRetrieve detailed engagement analytics for a specific pitch deck. Returns a summary (total views, unique viewers, average time spent), per-slide engagement data (view count and average dwell time for each slide), and a list of recent viewers with their email, company, time spent, max slide reached, pipeline status, and last activity timestamp. Use this tool to answer questions like 'who is looking at my deck?', 'which slides are people spending time on?', or 'who should I follow up with?'. Requires a deck_id — call list_decks first if you don't have one. The days parameter controls the lookback window (default 30, max 365). High engagement signals: progress >75% with time >3 minutes, or multiple return visits.
get_pipelineRetrieve the full investor pipeline (CRM). Returns a summary count by stage (cold, hot, pitched, dataroom, investor) plus detailed lead records including viewer email, name, company, current stage, time spent viewing, max slide reached, investment amount, notes, associated deck, and activity timestamps. Use this tool when the user asks 'who should I follow up with?', 'show me my pipeline', or 'what is my fundraise status'. Filter by status to focus on a specific stage (e.g., 'hot' for hot leads requiring immediate follow-up, 'dataroom' for investors in due diligence). Filter by deck_id to see engagement for a specific deck. The limit parameter controls how many leads to return. Pipeline stages flow: cold → hot → pitched → dataroom → investor.
search_investorsSearch a database of 200+ VC firms by sector, investment stage, and country. Returns firm profiles including name, website, location, country, sectors they invest in, stages they target, and a description of their thesis. Use this tool to help founders build targeted investor lists or to look up specific firms before calling get_warm_intros. Filter parameters are all optional and combine as AND conditions — for example, sector='fintech' + stage='seed' returns only fintech-focused seed funds. This tool returns raw firm data without fit scoring. For AI-powered scoring that ranks investors 0-100 based on startup fit, use create_agent followed by source_investors instead. Firm IDs from results can be passed to get_warm_intros to find intro paths.
get_warm_introsFind warm introduction paths to a specific VC firm through their portfolio company founders — the highest-converting channel for fundraising outreach. Returns a list of founders at the firm's portfolio companies, including their name, role, LinkedIn URL, company name, and sector. You MUST provide a vc_firm_id (UUID), not a firm name. To get a vc_firm_id, first call search_investors with the firm's sector or name, then use the returned firm ID. Warm intros convert 5-10x better than cold outreach. Typical workflow: search_investors → get_warm_intros → use the founder contacts to request introductions to the target VC through mutual connections.
get_agent_statusCheck the current state of a fundraise agent, including its configuration, sourced investor results with AI fit scores, and any pending outreach actions awaiting approval. Requires an agent_id — get this from create_agent. Set include_investors=true to see the list of scored investors with their fit ratings (0-100). Set include_actions=true to see pending outreach drafts. This tool is essential after calling source_investors (which is long-running) to retrieve results. Typical flow: create_agent → source_investors → get_agent_status (with include_investors=true) to see scored results → generate_outreach → get_agent_status (with include_actions=true) to review drafts.
create_share_linkGenerate a tracked shareable URL for a pitch deck. Optionally pre-fill a viewer email address so that when the investor opens the link, their engagement is automatically tracked and attributed in your pipeline. Returns the share URL and deck name. Requires a deck_id — call list_decks first if you don't have one. The viewer_email parameter is optional but recommended for personalized tracking. Each view through the link is recorded with time spent, slides viewed, and return visits, all visible in get_deck_analytics.
update_lead_statusUpdate an investor lead's pipeline stage, notes, or investment amount. Use this to move leads through the fundraising pipeline (cold → hot → pitched → dataroom → investor), record meeting notes, or log committed investment amounts. Requires a lead_id — get this from get_pipeline. All update fields are optional: set status to change the pipeline stage, notes to add/replace notes, or investment_amount to record a commitment. Only provided fields are updated; others remain unchanged. This is a write operation — changes are immediately reflected in the Suprdeck dashboard and subsequent get_pipeline calls.
create_agentCreate or update an AI fundraise agent configured with your startup's context. This is the required first step before using source_investors (AI-powered investor matching) or generate_outreach (email/LinkedIn draft generation). Provide a goal to define the agent's objective: 'find_investors' for VC discovery and scoring, 'draft_outreach' for generating investor emails, 'follow_up_warm' for warm intro follow-ups, 're_engage_viewers' for re-engaging deck viewers who went cold, or 'full_workflow' for the complete pipeline. The startup_context object should include your company name, sector, stage, raising amount, and description — this context is used by the AI to score investor fit and personalize outreach. Set approval_mode to 'manual' (review every action), 'assisted' (AI suggests, you approve), or 'autopilot' (fully automated). Returns the agent_id needed for subsequent calls.
source_investorsTrigger AI-powered investor sourcing that scores VC firms 0-100 based on fit with your startup's sector, stage, check size, and thesis alignment. This is a long-running operation (10-30 seconds) that processes in the background. After calling this tool, poll get_agent_status with include_investors=true to retrieve the scored results. Requires an agent_id from create_agent — the agent must be configured with startup_context before sourcing. The AI evaluates each firm across multiple dimensions: sector match, stage match, check size fit, geographic relevance, portfolio overlap, and thesis alignment. Results are ranked by composite fit score.
generate_outreachGenerate personalized email or LinkedIn outreach drafts for a list of investors. Drafts are saved with 'pending' status and must be reviewed via get_agent_status (with include_actions=true) then approved or rejected using approve_actions before any messages are sent. Requires an agent_id from create_agent and an array of investor_ids to target. Set channel to 'email' for email drafts or 'linkedin' for LinkedIn message drafts. Optionally include a deck_id to reference a specific pitch deck in the outreach. The AI personalizes each draft based on the investor's thesis, portfolio, and the startup context configured in the agent. This tool does NOT send messages — it only generates drafts for human review.
approve_actionsBulk approve, reject, or snooze pending outreach actions generated by generate_outreach. Provide an array of action_ids (UUIDs from get_agent_status with include_actions=true) and a decision: 'approved' to greenlight the draft, 'rejected' to discard it, or 'snoozed' to defer review. Important: approving an action does NOT automatically send the message — it marks it as ready. The founder still controls when and how to send. This separation ensures the AI agent never sends investor communications without explicit human approval.
upload_deckUpload a new PDF pitch deck to Suprdeck. Provide the deck name and the PDF file content as a base64-encoded string. Optionally assign it to a folder with folder_id. Returns the new deck's ID and shareable URL. After uploading, the deck is automatically processed for slide extraction and becomes available for sharing (create_share_link), analytics tracking (get_deck_analytics), and pipeline management (get_pipeline). This is the entry point for new decks — once uploaded, investors who view the tracked link generate engagement data visible across all other tools.
share_deckGenerate a tracked share link for a specific deck, optionally pre-associated with a viewer's name and email for attribution. Similar to create_share_link but with additional viewer_name support for more personalized tracking. When an investor opens the link, their viewing session is automatically tracked: time spent, slides viewed, return visits. This data flows into get_deck_analytics and get_pipeline. Use this when sharing decks with specific, known investors where you want engagement attributed to them.
upload_docUpload a document to your Suprdeck data room for due diligence sharing with investors. Supports PDF, DOCX, XLSX, and CSV file formats via base64-encoded content. Assign documents to standard data room folders (financial, legal, team, demo) using folder_id. The data room is branded with your company identity and access-controlled — investors must enter their email to view, and their document-level engagement is tracked. Upload key diligence materials before investors reach the 'dataroom' pipeline stage to ensure fast response times during due diligence.
share_dataroomGenerate a shareable link to your branded Suprdeck data room for a specific investor. The data room provides organized access to your diligence documents (financials, legal, team, demo) with per-file engagement tracking. Visitors must enter their email to access, and their activity is tracked in your pipeline — you'll see which documents they viewed, time spent, and when they last accessed. Use this when an investor reaches the 'dataroom' stage and requests more detailed materials beyond the pitch deck.
Suprdeck: подключить к Claude, ChatGPT, Cursor · Connectors.fun