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 "Install 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: Notion 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityCmaintenanceAn MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.Last updated19226,3174,558MIT- -license-quality-maintenanceAn 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.Last updated226,317
- FlicenseBquality-maintenanceAn 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.Last updated1
- AlicenseAqualityAmaintenanceAn MCP server for analyzing startup financial health and generating metrics reports locally.Last updated2MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/erenozdemirrr/pitchlink-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server