StartupKitstartupkit
Tools

Profile

Your product profile — name, URL, tagline, description, category, audience, pricing — used to personalize the checklist and build submission copy.

Free (no plan gate, no credits). One profile per account.

MCP Tool

  • Tool name: profile
  • Input: action (get | update), plus any of product_name, product_url, tagline, description, category, audience, pricing_model
  • Output: The stored profile

API

curl -X PUT https://api.startupkit.com/v1/profile \
  -H "Authorization: Bearer $STARTUPKIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"product_name":"Acme","product_url":"https://acme.com","tagline":"Ship faster","category":"saas","audience":"b2b","pricing_model":"freemium"}'

Categories: saas, ai, developer, mobile, marketplace, consumer, other. Audience: b2b, b2c, both. Pricing: free, freemium, paid, trial.

On this page