# Suprdeck

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…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add suprdeck-ai/suprdeck

# Browse available tools
npx -y @smithery/cli@latest tool list suprdeck-ai/suprdeck

# Get full schema for a tool
npx -y @smithery/cli@latest tool get suprdeck-ai/suprdeck list_decks

# Call a tool
npx -y @smithery/cli@latest tool call suprdeck-ai/suprdeck list_decks '{}'
```

## Direct MCP Connection

Endpoint: `https://suprdeck--suprdeck-ai.run.tools`

**Optional config:**
- `token` (query) — Your Suprdeck API Bearer token

## Tools (16)

- `list_decks` — List all pitch decks owned by the authenticated user. Returns each deck's name, unique ID, slide count, creation date, …
- `get_deck_analytics` — Retrieve detailed engagement analytics for a specific pitch deck. Returns a summary (total views, unique viewers, avera…
- `get_pipeline` — Retrieve the full investor pipeline (CRM). Returns a summary count by stage (cold, hot, pitched, dataroom, investor) pl…
- `search_investors` — Search a database of 200+ VC firms by sector, investment stage, and country. Returns firm profiles including name, webs…
- `get_warm_intros` — Find warm introduction paths to a specific VC firm through their portfolio company founders — the highest-converting ch…
- `get_agent_status` — Check the current state of a fundraise agent, including its configuration, sourced investor results with AI fit scores,…
- `create_share_link` — Generate a tracked shareable URL for a pitch deck. Optionally pre-fill a viewer email address so that when the investor…
- `update_lead_status` — Update an investor lead's pipeline stage, notes, or investment amount. Use this to move leads through the fundraising p…
- `create_agent` — Create or update an AI fundraise agent configured with your startup's context. This is the required first step before u…
- `source_investors` — Trigger AI-powered investor sourcing that scores VC firms 0-100 based on fit with your startup's sector, stage, check s…
- `generate_outreach` — Generate personalized email or LinkedIn outreach drafts for a list of investors. Drafts are saved with 'pending' status…
- `approve_actions` — Bulk approve, reject, or snooze pending outreach actions generated by generate_outreach. Provide an array of action_ids…
- `upload_deck` — Upload a new PDF pitch deck to Suprdeck. Provide the deck name and the PDF file content as a base64-encoded string. Opt…
- `share_deck` — Generate a tracked share link for a specific deck, optionally pre-associated with a viewer's name and email for attribu…
- `upload_doc` — Upload a document to your Suprdeck data room for due diligence sharing with investors. Supports PDF, DOCX, XLSX, and CS…
- `share_dataroom` — Generate a shareable link to your branded Suprdeck data room for a specific investor. The data room provides organized …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get suprdeck-ai/suprdeck <tool-name>
```

## Resources

- `pipeline://summary` — Live investor pipeline counts by stage

## Prompts (2)

- `fundraising-workflow` (stage) — Step-by-step guided workflow for running a fundraise on Suprdeck — from uploading a deck to closing investors. Covers d…
- `investor-followup` (deck_id) — Analyze pipeline engagement signals and generate a prioritized follow-up plan for active investors based on deck viewin…
