PitchDeck MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PitchDeck MCP ServerMake a pitch deck for ZenHire: high churn, AI recruiting, $5B market, monthly subscription."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PitchDeck MCP Server
An MCP (Model Context Protocol) server that generates AI-powered pitch decks for startups and businesses.
Features
generate_pitch_deck - Creates a complete investor pitch deck with:
Title slide
Problem statement
Solution overview
Market opportunity
Business model
Competitive landscape (optional)
Traction & milestones
Team overview
Financial projections
Funding request (optional)
Closing slide
Installation
npm install
npm run buildUsage
As an MCP Server
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"pitchdeck": {
"command": "node",
"args": ["/path/to/pitchdeck-mcp/dist/index.js"]
}
}
}Tool: generate_pitch_deck
Generate a complete pitch deck for your startup.
Required Inputs:
Parameter | Type | Description |
| string | The name of the company or startup |
| string | The problem or pain point the company solves |
| string | The solution or product the company offers |
| string | Target market and size (e.g., "$10B healthcare market") |
| string | How the company makes money |
Optional Inputs:
Parameter | Type | Description |
| string | Industry vertical (auto-detected if not provided) |
| string | Key competitors and landscape |
| string | Amount being raised (e.g., "$2M seed round") |
| string | Allocation of funding |
Example:
{
"company_name": "TechFlow",
"problem": "Small businesses waste 20+ hours per week on manual data entry",
"solution": "AI-powered automation platform with 99.9% accuracy",
"market_size": "$200B SMB administrative software market",
"business_model": "SaaS subscription: $99/month starter, $299/month pro",
"competition": "Legacy players like SAP are slow and expensive",
"funding_amount": "$3M Seed Round"
}Output:
Returns a JSON object with:
companyName: Company nameslides: Array of slide objects withtitle,content, andtypegeneratedAt: ISO timestamp
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Run tests
npm test
# Build for production
npm run buildTesting
npm testTests cover:
Required field generation
Optional field handling (competition, funding)
Slide content validation
Edge cases (company names with spaces)
License
MIT
Available Tools
1 toolgenerate_pitch_deckB
Generate a professional AI-powered pitch deck for a startup or business. Returns a complete slide deck with title, problem, solution, market, business model, traction, team, financials, and closing slides.
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | Yes | The name of the company or startup | |
| problem | Yes | The problem or pain point the company solves | |
| solution | Yes | The solution or product the company offers | |
| market_size | Yes | The target market and its size (e.g., '$10B healthcare market') | |
| business_model | Yes | How the company makes money (e.g., 'SaaS subscription', 'marketplace fees') | |
| industry | No | The industry vertical (optional, defaults to extracting from market_size) | |
| competition | No | Key competitors and competitive landscape (optional) | |
| funding_amount | No | Amount of funding being raised (optional, e.g., '$2M seed round') | |
| use_of_funds | No | How the funding will be used (optional) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions the tool 'returns a complete slide deck' but lacks critical behavioral details: whether this is a generative AI operation (implied by 'AI-powered'), potential rate limits, quality expectations, format of the return (e.g., PDF, presentation file), or any authentication requirements. The description is insufficient for a tool with no annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately concise with two sentences that efficiently convey the core functionality and output. It's front-loaded with the main action and avoids unnecessary details. Every sentence earns its place, though minor improvements in structure are possible.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (generative output with 9 parameters), lack of annotations, and no output schema, the description is incomplete. It doesn't explain the return format, quality, limitations, or how parameters map to the output. For a tool with no structured behavioral data, this leaves significant gaps for an AI agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema fully documents all 9 parameters. The description adds no parameter-specific information beyond implying the inputs feed into the slide deck generation. With high schema coverage, the baseline score of 3 is appropriate as the description doesn't enhance parameter understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with specific verbs ('generate', 'returns') and resources ('professional AI-powered pitch deck', 'complete slide deck'). It distinguishes what it produces (a full deck with specific slide types) without restating the tool name. No sibling tools exist, so differentiation isn't needed.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, prerequisites, or constraints. It simply states what the tool does without context about appropriate scenarios or limitations. No sibling tools exist, but general usage context is missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
v1.0.0- First observed
generate_pitch_deck
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools, as there are no other tools to confuse it with. The tool's purpose is clearly defined and distinct by default.
The single tool name 'generate_pitch_deck' follows a clear verb_noun pattern, and with no other tools, consistency is inherently perfect. There are no deviations or mixed conventions to evaluate.
A single tool is too few for a server named 'PitchDeck MCP Server', which suggests a broader domain like pitch deck creation and management. This minimal toolset feels thin and limits functionality, as it only covers generation without supporting operations like editing, listing, or deleting pitch decks.
The tool surface is severely incomplete for the implied domain of pitch deck management. While generation is covered, there are significant gaps such as updating existing decks, retrieving or listing decks, deleting decks, or handling slide-level operations, which will likely cause agent failures in broader workflows.
Related MCP Connectors
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.
Presentations.AI MCP server — create designed slide decks from a topic, text, or document.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for building and testing AI agents with multi-model experimentation and insights.