PitchLink MCP
Enables fetching and reading Notion pages to extract and analyze startup pitch content, including problem/solution statements, market opportunities, and financial data.
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., "@PitchLink MCPAnalyze my Notion pitch draft and show the investor dashboard: https://notion.so/pitch-v1"
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.
PitchLink MCP 🚀
Girişim taslağını Notion'dan okuyup yatırımcı gözüyle analiz eden MCP server.
VitalLink mimarisinden ilham alınarak geliştirilmiştir.
Mimari
PitchLinkMCP/
├── server.ts ← HTTP + MCP server (Notion bağlantısı)
├── widget.html ← Görsel dashboard (dark theme)
├── tools/
│ ├── notion-fetch.ts ← Notion page → düz metin
│ ├── pitch-analysis.ts ← Bölüm bazlı analiz (Problem/Çözüm/Pazar/Ekip/Finansal)
│ ├── market-analysis.ts ← TAM/SAM/SOM değerlendirmesi
│ ├── score-calculator.ts ← Ağırlıklı yatırımcı skoru
│ └── render-feedback.ts ← Dashboard render trigger
└── package.jsonRelated MCP server: PitchDeck MCP Server
Kurulum
1. Bağımlılıkları yükle
npm install2. Notion Integration oluştur
https://www.notion.so/my-integrations → "New integration"
Internal integration token al → kopyala
Analiz edilecek Notion sayfasına git → "..." menüsü → "Add connections" → integration'ını ekle
3. Çalıştır
NOTION_TOKEN=secret_xxxx npm run devServer http://localhost:3000/mcp adresinde çalışır.
Claude Desktop ile Kullanım
claude_desktop_config.json dosyana ekle:
{
"mcpServers": {
"pitchlink": {
"command": "node",
"args": ["/path/to/PitchLinkMCP/dist/server.js"],
"env": {
"NOTION_TOKEN": "secret_xxxx"
}
}
}
}Tools
Tool | Ne Yapar |
| Notion page'i okur, markdown'a çevirir |
| Problem/Çözüm/Pazar/Ekip/Finansal analizi |
| TAM/SAM/SOM, büyüme sinyalleri |
| Ağırlıklı 0-100 skor, harf notu |
| SON ADIM — görsel dashboard render |
Örnek Claude Promptu
Bu Notion sayfamdaki girişim taslağını analiz et ve yatırımcı gözüyle
değerlendir: https://www.notion.so/Startup-Pitch-abc123
1. fetch_notion_pitch ile sayfayı oku
2. analyze_pitch_sections ile bölümleri analiz et
3. analyze_market_opportunity ile pazar değerlendir
4. calculate_pitch_score ile nihai skoru hesapla
5. render_pitch_feedback ile görsel dashboard'u gösterSkorlama Sistemi
Bölüm | Ağırlık |
Problem-Çözüm Uyumu | %25 |
Pazar Fırsatı | %20 |
Ekip | %20 |
Finansal Mantık | %15 |
Traction & Kanıt | %10 |
Anlatı Netliği | %10 |
Skor → Etiket:
80-100: Yatırıma Hazır 🚀
65-79: Güçlü Potansiyel 💪
50-64: Umut Verici ⚡
35-49: Erken Aşama 🌱
0-34: Önemli Revizyon Gerekiyor 🔧
Geliştirme Fikirleri
Rakip analizi tool'u (web search entegrasyonu)
Notion database desteği (birden fazla taslak karşılaştırma)
Haftalık progress tracking (taslak revizyon takibi)
YC / Sequoia pitch template karşılaştırması
Email raporu gönderme (Resend entegrasyonu)
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Evidence-readiness MCP server: validate, audit, and score briefs, memos, and evidence packs.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables natural language interaction with the Notion API, allowing users to search, comment, create pages, and access content within their Notion workspace.152,494 npm-
- FlicenseBqualityNot gradedmaintenanceAn MCP server that generates comprehensive AI-powered investor pitch decks for startups and businesses. It produces structured content for slides covering problem statements, market opportunities, and business models based on specific company inputs.1-
- AlicenseAqualityCmaintenanceAn MCP server for analyzing startup financial health and generating metrics reports locally.2MIT
- AlicenseNot gradedqualityDmaintenanceAI-driven startup risk analysis server using Gemini, providing comprehensive assessments across market, product, team, financial, and other risk categories via MCP tools.MIT