{
  "name": "vc-deal-flow-signal",
  "displayName": "VC Deal Flow Signal",
  "version": "1.5.0",
  "description": "Track startup engineering acceleration from public GitHub data. Returns trending startups, sector signals, and per-company velocity profiles across 20 sectors. Updated weekly. Free, no auth.",
  "vendor": {
    "name": "GitDealFlow",
    "url": "https://gitdealflow.com",
    "email": "signal@gitdealflow.com"
  },
  "license": "MIT",
  "homepage": "https://gitdealflow.com",
  "documentation": "https://signals.gitdealflow.com/agents.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/kindrat86/vc-deal-flow-signal",
    "directory": "mcp-server"
  },
  "registry": {
    "id": "io.github.kindrat86/vc-deal-flow-signal",
    "url": "https://registry.modelcontextprotocol.io/v0/servers/io.github.kindrat86/vc-deal-flow-signal"
  },
  "package": {
    "registry": "npm",
    "name": "@gitdealflow/mcp-signal",
    "url": "https://www.npmjs.com/package/@gitdealflow/mcp-signal"
  },
  "transports": [
    {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@gitdealflow/mcp-signal"]
    },
    {
      "type": "streamable_http",
      "url": "https://signals.gitdealflow.com/api/mcp/rpc",
      "protocolVersion": "2025-06-18"
    }
  ],
  "auth": {
    "type": "none"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true,
    "logging": false,
    "completion": false
  },
  "resources": [
    { "uri": "signal://trending", "name": "Trending Startups (current week)", "mimeType": "application/json" },
    { "uri": "signal://summary", "name": "Dataset Summary", "mimeType": "application/json" },
    { "uri": "signal://methodology", "name": "Signal Methodology", "mimeType": "text/markdown" }
  ],
  "resourceTemplates": [
    { "uriTemplate": "signal://startup/{name}", "name": "Startup Signal Profile", "mimeType": "application/json" },
    { "uriTemplate": "signal://sector/{slug}", "name": "Sector Signal Snapshot", "mimeType": "application/json" }
  ],
  "prompts": [
    { "name": "weekly_digest", "description": "Monday-morning Signal Digest from current top-20 trending." },
    { "name": "sector_deep_dive", "description": "Sector intelligence brief — top movers + dark horses + thesis follow-ups." },
    { "name": "find_dark_horse", "description": "Surface one under-the-radar startup with sustained acceleration below the median visibility threshold." },
    { "name": "compare_startups", "description": "Head-to-head investor comparison of two named startups." },
    { "name": "acceleration_memo", "description": "One-page deal memo grounded in the live signal profile." }
  ],
  "tools": [
    {
      "name": "get_trending_startups",
      "description": "Top 20 startups by engineering acceleration across all 20 sectors for the current weekly period.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "search_startups_by_sector",
      "description": "Every tracked startup within a sector, ranked by engineering acceleration. Sector slug must be one of 20 enumerated values.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "get_startup_signal",
      "description": "Full engineering-acceleration profile for a single tracked startup, by display name or GitHub org slug. Case-insensitive.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "get_signals_summary",
      "description": "High-level snapshot of the dataset: period, sector and startup counts, last refresh, citation, and direct URLs to JSON/CSV/RSS/OpenAPI/llms.txt.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "get_scout_receipts",
      "description": "Compute a Scout Score (0-100) for a GitHub user from public starring history. Cross-references against ~75 validated unicorns and grades how many were starred before the validation event. Returns score, rank, top early calls, and a shareable card URL.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "get_methodology",
      "description": "Full methodology behind the signal: data sources, metric computation, signal classification thresholds, refresh cadence, and known limitations.",
      "readOnly": true,
      "idempotent": true
    }
  ],
  "tags": [
    "mcp",
    "venture-capital",
    "deal-flow",
    "startup-signals",
    "github-analytics",
    "engineering-acceleration"
  ],
  "endpoints": {
    "agentCard": "https://signals.gitdealflow.com/.well-known/agent-card.json",
    "openapi": "https://signals.gitdealflow.com/api/openapi.json",
    "aiPlugin": "https://signals.gitdealflow.com/.well-known/ai-plugin.json",
    "agentsMd": "https://signals.gitdealflow.com/.well-known/agents.md",
    "nlweb": "https://signals.gitdealflow.com/api/nlweb",
    "agentTools": "https://signals.gitdealflow.com/api/agent/tools",
    "agentCall": "https://signals.gitdealflow.com/api/agent/call",
    "mcpHttp": "https://signals.gitdealflow.com/api/mcp/rpc",
    "llmsTxt": "https://gitdealflow.com/llms.txt",
    "llmsFullTxt": "https://gitdealflow.com/llms-full.txt"
  },
  "pricing": {
    "model": "free",
    "rateLimit": "no enforced limit; CDN-fronted"
  }
}
