Skip to main content
Glama
lan-club-live

startup-gtm-skill

Startup Channel Atlas ๐Ÿ‡ฎ๐Ÿ‡ณ

How 350 of India's top startups (2010โ€“2025) actually acquired their users โ€” coded by marketing channel and growth stage, and queryable by an LLM.

Most "growth advice" is anecdote. This is a structured, evidence-derived dataset built to answer one question:

Which marketing channels are best โ€” for a given industry, audience, era, scale/stage, product type, and budget?

Each of the 350 companies is coded for the channels it used at three stages (0โ†’1, 1โ†’10, scale), what worked, what failed, and situational variables (sector, model, era, trust burden, virality, CAC ceiling, category creation-vs-capture). It deliberately includes ~80 acquired / distressed / shut-down companies so you can learn from failure, not just survivorship.

Headline finding: channels are stage-locked more than sector-locked. TV was the entry channel for ~0 of 350 companies; it โ€” like IPL and celebrity โ€” is a scale-stage play. 0โ†’1 is won on earned media, partnerships, SEO/content, product-led loops and community.


Quickstart โ€” pick your lane

๐Ÿง  Option A โ€” Ask any LLM (ChatGPT, Claude, Gemini)

The fastest path. Point your model at this repo and let SKILL.md be its brain.

  1. Open your AI chat.

  2. Paste the link to this repo (or paste the contents of SKILL.md).

  3. Say: Read โ€” the model adopts the channel-selection rules.

  4. Ask, e.g. "I'm a seed-stage D2C skincare brand for tier-2 women in 2024, ~โ‚น50L/month. Which channels first, and who proves it?"

SKILL.md explicitly tells the model not to dump the whole CSV into context โ€” it reasons over the rules and pulls only the rows it needs, so answers stay cheap and grounded.

โšก Option B โ€” Give it a real brain (MCP server, for Claude Desktop / Cursor / Claude Code)

Runs a local server that exposes the dataset as query tools. No hosting, no token bloat โ€” the model calls find_channels(...) and gets back a small, ranked, evidence-backed result.

Run with uv (recommended):

uvx --from git+https://github.com/lan-club-live/startup-gtm-skill startup-gtm-skill-mcp

Add to Claude Desktop (claude_desktop_config.json โ†’ Settings โ–ธ Developer โ–ธ Edit Config):

{
  "mcpServers": {
    "startup-gtm-skill": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/lan-club-live/startup-gtm-skill", "startup-gtm-skill-mcp"]
    }
  }
}

Or from a clone:

git clone https://github.com/lan-club-live/startup-gtm-skill && cd startup-gtm-skill
uv run startup-gtm-skill-mcp          # or:  pip install -e . && startup-gtm-skill-mcp

Then just ask Claude/Cursor a channel question โ€” it will call the tools automatically.

Tools exposed: find_channels, get_company, search_evidence, channel_lens, list_filters, dataset_summary.

๐Ÿ“Š Option C โ€” Just the data (Excel / Pandas / your own build)

import pandas as pd
df = pd.read_csv("data/startups.csv")
d2c = df[df["Sector"].str.contains("d2c", case=False, na=False)]
print(d2c[["Company", "0โ†’1 Channels", "Scale Channels", "What Worked Most"]])

Or open data/startups.csv in Excel/Sheets and pivot away.


Related MCP server: Meta Ads MCP Server

What's in the box

startup-gtm-skill/
โ”œโ”€โ”€ data/
โ”‚   โ”œโ”€โ”€ startups.csv          # 350 companies ร— channels-by-stage + variables + what worked/failed
โ”‚   โ”œโ”€โ”€ channel_matrix.csv    # company ร— 24 canonical channels (E=0โ†’1, G=1โ†’10, S=scale)
โ”‚   โ””โ”€โ”€ economics.csv         # 257 sourced CAC / ROAS / ad-spend datapoints (nothing estimated)
โ”œโ”€โ”€ SKILL.md                  # the lightweight "brain": rules + decision trees + token discipline
โ”œโ”€โ”€ src/startup_gtm_skill/
โ”‚   โ”œโ”€โ”€ query.py              # pure, dependency-free query logic (importable, testable)
โ”‚   โ””โ”€โ”€ server.py             # stdio MCP server wrapping query.py
โ”œโ”€โ”€ pyproject.toml            # packaged for `uvx` / `pip install`
โ””โ”€โ”€ README.md

Dataset columns (startups.csv)

Rank, Company, Sector, Subsector, Model, Status, Era Scaled, Founded, Valuation ($mn), Funding ($mn), 0โ†’1 Channels, 1โ†’10 Channels, Scale Channels, First 1000 Users, Budget Band, Economics Datapoints, Paid vs Organic, Signature Moves, Sponsorships, Regulatory Events, Retention Channels, Trust Burden, Virality, Purchase Freq, CAC Class, Category Play, Core Audience, Geo Tier, What Worked Most, What Failed/Wasted, Confidence, Template

Methodology & honest limits

  • Derived, not disclosed. Channel mixes are inferred from public evidence โ€” press, DRHPs/filings, founder interviews, agency case studies, search footprints. Companies rarely publish their channel mix; this reconstructs it.

  • Confidence-tagged. Every row is high/medium/low. Evidence density thins past rank ~250 โ€” use the tag rather than trusting all rows equally.

  • Quality loop. After the first 100 companies, an evaluation answered CMO-style questions from the data and adversarially judged them; the schema was then upgraded (calendar years, channel side, sourced economics) and flagged profiles were re-researched. See SKILL.md.

  • Scope. Top 350 Indian startups by valuation, 2010โ€“2025. India-centric; not a guide to other geographies or to today's channel costs without adjustment.

Contributing

Corrections and additions welcome โ€” this is a living dataset. Open an issue or PR with a company row plus sources. Keep the confidence tag honest.

License

Data: CC-BY-4.0 ยท Code: MIT. Attribution appreciated โ€” link back to this repo.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    MCP server for accessing India's Ministry of Statistics and Programme Implementation (MoSPI) data APIs. Enables natural language queries for economic, demographic, and social indicators via a 4-tool workflow.
    Last updated
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Python MCP server that exposes Meta Marketing API data, providing tools to manage ad accounts, campaigns, and analytics through natural language interfaces.
    Last updated
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    An MCP server that exposes a LangChain agent with short-term memory to analyze real e-commerce data through predefined SQL tools, enabling natural language queries on sales, customers, and logistics.
    Last updated

View all related MCP servers

Related MCP Connectors

  • GibsonAI MCP server: manage your databases with natural language

  • Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.

  • Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.

View all MCP Connectors

Latest Blog Posts

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/lan-club-live/startup-gtm-skill'

If you have feedback or need assistance with the MCP directory API, please join our Discord server