DeckMatch Connector for AI agents.
12 live capabilities
Automate your venture capital deal flow and startup analysis.
Waiting for input…
Why people use DeckMatch
DeckMatch Venture Capital Deal Flow Automation
With the DeckMatch MCP, your AI agent handles the heavy lifting. You just provide a link, and the agent pulls the data, triages the results, and keeps your pipeline organized. You get a clean, searchable database of insights instead of a cluttered folder of files.
What Vinkius changes
You get a hands-off way to manage startup deal flow through natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Triage Overload
A VC gets 50 decks a week.
- Real-world use case 02
Thesis Research
An associate needs to find climate tech.
- Real-world use case 03
Memo Drafting
An associate has a hot lead.
Complete set · 12capabilities
The complete DeckMatch capability set.
These are the exact actions your AI can choose when you ask it to work with DeckMatch.
01—04
4 capabilities in this set.
Part of 12 available through DeckMatch.
- 01 Capability
Delete submission
Remove a pitch deck from your list. This allows you to keep your portfolio clean and organized.
- 02 Capability
Get api status
Get connectivity info for your account. This shows if your integration is active and working correctly.
- 03 Capability
List submissions
List all analyzed decks in your account. This gives you a complete overview of your current deal flow.
- 04 Capability
List submission tags
List available tags for your submissions. Use this to see how you can organize your portfolio.
05—08
4 capabilities in this set.
Part of 12 available through DeckMatch.
- 05 Capability
Search startups semantically
Find similar startups using semantic search. This capability helps you find companies that match your strategic criteria.
- 06 Capability
Submit pitch deck
Submit a deck for AI analysis. This triggers the automated extraction of data from your provided link.
- 07 Capability
Tag submission
Label a submission with a specific tag. Use this to move a deal through your internal pipeline.
- 08 Capability
Generate investment memo
Create investment memo for a specific submission. This capability drafts a professional memo based on the deck analysis.
09—12
4 capabilities in this set.
Part of 12 available through DeckMatch.
- 09 Capability
Get deck analysis
Get AI triage results for a pitch deck. This capability pulls the summary of a business model and problem statement.
- 10 Capability
Get submission audit
Get audit trail for a submission. This capability shows the history and changes for a specific deck.
- 11 Capability
Get submission details
Get full submission info for a specific deck. Use this to see all the data points for a startup.
- 12 Capability
List enrichment sources
Get data sources for the analysis. This shows where the AI found its information for a deck.
Set up in minutes
One URL. Then ask DeckMatch to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DeckMatch from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Nup7a9iBEEXveVorWbmtpbJ1ECda9zHWUApml3pE/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it DeckMatch, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DeckMatch for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Nup7a9iBEEXveVorWbmtpbJ1ECda9zHWUApml3pE/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the DeckMatch URL.
- Step 03
Save and start
Save the connection and enable DeckMatch in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"deckmatch": {
"url": "https://edge.vinkius.com/vk_preview_Nup7a9iBEEXveVorWbmtpbJ1ECda9zHWUApml3pE/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using DeckMatch
Open Agent mode in chat and ask: "Using DeckMatch, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"deckmatch": {
"url": "https://edge.vinkius.com/vk_preview_Nup7a9iBEEXveVorWbmtpbJ1ECda9zHWUApml3pE/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using DeckMatch
Ask Copilot: "Using DeckMatch, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"deckmatch": {
"url": "https://edge.vinkius.com/vk_preview_Nup7a9iBEEXveVorWbmtpbJ1ECda9zHWUApml3pE/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using DeckMatch
Open Cascade and ask: "Using DeckMatch, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"deckmatch": {
"url": "https://edge.vinkius.com/vk_preview_Nup7a9iBEEXveVorWbmtpbJ1ECda9zHWUApml3pE/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using DeckMatch
Ask Cline: "Using DeckMatch, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add deckmatch --transport http "https://edge.vinkius.com/vk_preview_Nup7a9iBEEXveVorWbmtpbJ1ECda9zHWUApml3pE/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using DeckMatch
Ask Claude: "Using DeckMatch, show me...". 12 tools are ready
Where the request belongs
Work DeckMatch can move forward.
For VC professionals and startup scouts who are drowning in pitch decks and need a way to automate the first look triage process.
Venture Capitalist
Checks triage summaries and startup metrics on a Tuesday morning to decide which deals to skip.
Investment Associate
Drafts investment memos and updates deal statuses in the CRM without switching tabs.
Accelerator Manager
Searches for specific startup types to fill upcoming cohorts using natural language queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCB Insights
Research emerging technologies, track venture capital deals, and analyze market trends with AI-powered business intelligence.
Harmonic
Automate company and startup intelligence via Harmonic. enrich domains, track funding, and discover investors directly from any AI agent.
Mattermark
Startup and venture capital data via Mattermark. search companies, investors, and funding rounds.
Crunchbase
AI business intelligence: search companies, track funding, and analyze investments via agents.
Pitch Deck Prover
An AI built a pitch deck that claimed a '$4.2B TAM' with no source, described the problem as 'everyone struggles with this,' showed '15K downloads' as traction with 3% D30 retention, and asked for 'funding to accelerate growth'. no amount, no use of funds, no milestones. The deck got rejected in 8 minutes. This capability forces problem validation with evidence, sourced market sizing, defined unit economics, retention-based traction, and a specific fundraising ask.
PitchBook
AI private market intelligence: research companies, deals, investors, and funds via agents.
Bring your own AI
Change the model, client or framework. Keep DeckMatch connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about DeckMatch.
The practical details behind the request, access and result.
What is DeckMatch MCP for?
It helps you connect your AlphaLens account to your AI agent so you can automate startup analysis and deal flow management.
Can I use DeckMatch to find new investment opportunities?
Yes, it uses semantic search to find startups that match your specific strategic criteria rather than just simple keywords.
How does DeckMatch handle pitch decks?
You provide a URL like a DocSend or PDF, and the Connector triggers an automated extraction of the business model and key metrics.
Can I use this to write investment memos?
Yes, it can automatically generate professional investment memos based on the data extracted from the pitch decks.
Does DeckMatch work with my current portfolio?
It allows you to list, tag, and monitor all the decks you've already analyzed in your DeckMatch account.
Can I see the history of a deck submission?
Yes, it provides an audit trail for every submission so you can see how the data was processed.
How do I find my DeckMatch API Key?
Log in to your DeckMatch or AlphaLens dashboard and navigate to the Settings or API section to generate your secret key.
What deck formats are supported for analysis?
You can provide URLs for PDF and PPTX files, as well as direct view links from platforms like DocSend.
How does semantic startup search work?
The search_startups_semantically capability uses the AlphaLens engine to match your natural language query against a massive database of startups and their strategic metadata.
One connection away
Give your agent a direct line to DeckMatch.
Connect DeckMatch once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available