# vc-deal-flow-signal

Real-time MCP server tracking engineering acceleration signals across 20 startup sectors. Surfaces VC deal flow 47 days before the deck via GitHub commit velocity, contributor growth, and code-qualit…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add kindrat86/vc-deal-flow-signal

# Browse available tools
npx -y smithery tool list kindrat86/vc-deal-flow-signal

# Get full schema for a tool
npx -y smithery tool get kindrat86/vc-deal-flow-signal get_trending_startups

# Call a tool
npx -y smithery tool call kindrat86/vc-deal-flow-signal get_trending_startups '{}'
```

## Direct MCP Connection

Endpoint: `https://vc-deal-flow-signal--kindrat86.run.tools`

## Tools (6)

- `get_trending_startups` — Top 20 startups by engineering acceleration across all 20 sectors for the current weekly period. Read-only, idempotent.
- `search_startups_by_sector` — Every tracked startup within a sector, ranked by engineering acceleration. Sector slug must be one of 20 enumerated val…
- `get_startup_signal` — Full engineering-acceleration profile for a single tracked startup, by display name or GitHub org slug. Case-insensitiv…
- `get_signals_summary` — Period, sector and startup counts, last refresh, citation, and direct URLs to every machine-readable format.
- `get_scout_receipts` — Compute a Scout Score (0-100) for a GitHub user from their public starring history. Cross-references starred repos agai…
- `get_methodology` — Full methodology document covering data sources, metric computation, signal classification thresholds, refresh cadence,…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get kindrat86/vc-deal-flow-signal <tool-name>
```

## Resources

- `signal://trending` — Top 20 startups across all sectors for the current weekly period.
- `signal://summary` — Period, sector and startup counts, last refresh, format URLs.
- `signal://methodology` — Full methodology document.

## Prompts (5)

- `weekly_digest` — Monday-morning Signal Digest from the current top-20 trending startups.
- `sector_deep_dive` (sector) — Sector intelligence brief — top movers, dark horses, thesis follow-ups.
- `find_dark_horse` (sector) — Surface one under-the-radar startup with sustained acceleration below the median visibility threshold.
- `compare_startups` (name_a, name_b) — Head-to-head investor comparison of two named startups.
- `acceleration_memo` (name) — One-page deal memo grounded in the live signal profile of a named startup.
