4,500+ servers built on MCP Fusion
Vinkius
DeckMatch logo
Vinkius
CrewAI logo

How to Use the DeckMatch MCP in CrewAI

Deploy a CrewAI research team to autonomously evaluate startup pitches using the DeckMatch tools to source, analyze, and draft memos.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

DeckMatch MCP on Cursor AI Code Editor MCP Client DeckMatch MCP on Claude Desktop App MCP Integration DeckMatch MCP on OpenAI Agents SDK MCP Compatible DeckMatch MCP on Visual Studio Code MCP Extension Client DeckMatch MCP on GitHub Copilot AI Agent MCP Integration DeckMatch MCP on Google Gemini AI MCP Integration DeckMatch MCP on Lovable AI Development MCP Client DeckMatch MCP on Mistral AI Agents MCP Compatible DeckMatch MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect DeckMatch MCP to CrewAI

Create your Vinkius account to connect DeckMatch to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-Agent Deal Flow Operations

One agent cannot handle deep diligence alone. You can assign a Junior Analyst agent to connect to this MCP Server and run `submit_pitch_deck` while a Senior Partner agent waits to review the output using shared memory. The junior bot pulls `get_deck_analysis` and summarizes the market size. The senior bot reads that summary, queries `list_enrichment_sources` for validation, and decides if the startup deserves a meeting.

Autonomous Market Mapping with CrewAI

Building a competitive map requires digging through hundreds of companies. A dedicated research agent can loop through `search_startups_semantically` to find every competitor mentioned in a new deck. It compiles a list of rivals and passes them to a data entry agent. That second agent uses `tag_submission` to categorize the original deal based on the competitors the first agent found, all without human input.

Supervised Memo Generation via MCP Server

Writing investment memos needs oversight. You can set up a hierarchical crew where a writer agent drafts the document using `generate_investment_memo` and submits it to a manager agent. The manager agent reviews the draft against the raw data from `get_submission_details`. If the writer missed a key risk factor, the manager kicks it back for a rewrite before saving the final version.

Setup guide

Set up DeckMatch MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke DeckMatch tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="DeckMatch Analyst",
    goal="Access and analyze DeckMatch data via MCP.",
    backstory="Expert analyst with direct DeckMatch access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent DeckMatch transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about DeckMatch MCP in CrewAI

Pass your Vinkius endpoint directly into the `mcps` array when defining your Agent. For more granular control, import `MCPServerHTTP` and use a `tool_filter` to restrict which agent gets which capability.
You can build a background crew that polls for new deals. A monitor agent runs `list_submissions` every hour and wakes up a diligence agent when a new startup appears.
The tools fit perfectly into a manager-worker setup. The manager delegates the data gathering tasks to worker agents and synthesizes their findings into a final decision.
The Python package supports stdio, SSE, and Streamable HTTP. Vinkius handles the server-side infrastructure, so you just point your HTTP client at the provided URL.
Revenue run rates and customer acquisition costs never touch a shared database. Vinkius processes your crew's API calls inside an isolated, ephemeral sandbox that vanishes the moment the connection drops.

Start using the DeckMatch MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for DeckMatch. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.