Catalog
io.github.Autostackup/founder
Officialby Autostackup · TypeScript
Sales, marketing, HR + launch playbook, weekly briefing & investor pitch — all in one Claude server.
All-in-one startup resource with sales playbooks, weekly briefings and investor pitch templates.
README not available yet.
Install
Configuration
Environment variables
HUNTER_API_KEYsecretHunter.io API key for lead enrichment (optional)
APOLLO_API_KEYsecretApollo.io API key for contact enrichment (optional)
claude_desktop_config.json
{
"mcpServers": {
"founder": {
"command": "npx",
"args": [
"-y",
"@autostackup/founder@0.1.0"
],
"env": {
"HUNTER_API_KEY": "<YOUR_HUNTER_API_KEY>",
"APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>"
}
}
}
}