← gitdealflow.com

INDIVIDUAL MCP TOOL

get_deep_signal

PAID per-request — €0.19/call, 100 credits = €19 at https://signals.gitdealflow.com/agents/credits.

gitdealflow.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

gitdealflow.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gitdealflow-com]
url = "https://signals.gitdealflow.com/api/mcp/rpc"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gitdealflow-com": {
      "type": "http",
      "url": "https://signals.gitdealflow.com/api/mcp/rpc"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gitdealflow-com
Remote MCP URL: https://signals.gitdealflow.com/api/mcp/rpc

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gitdealflow-com": {
      "url": "https://signals.gitdealflow.com/api/mcp/rpc"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gitdealflow-com": {
      "type": "http",
      "url": "https://signals.gitdealflow.com/api/mcp/rpc"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gitdealflow-com",
  "transport": "streamable-http",
  "url": "https://signals.gitdealflow.com/api/mcp/rpc"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_trending_startups — Top 20 startups by engineering acceleration across all 20 sectors for the current weekly period.
  • search_startups_by_sector — Every tracked startup within a sector, ranked by engineering acceleration.
  • get_startup_signal — Full engineering-acceleration profile for a single tracked startup, by display name or GitHub org slug.
  • get_signals_summary — Period, sector and startup counts, last refresh, citation, and direct URLs to every machine-readable format.
  • get_diligence_dossier — Public-source diligence dossier for a company or entity in one cited object: who acquired it (M&A history), which funds publicly backed it, and its published engineering-acceleration signal.
  • get_scout_receipts — Compute a Scout Score (0-100) for a GitHub user from their public starring history.
  • get_methodology — Full methodology document covering data sources, metric computation, signal classification thresholds, refresh cadence, and known limitations.
  • share_result — Generate a ready-to-share social-media post (tweet, Bluesky, Mastodon, LinkedIn, Telegram) about a result the user just received from another VC Deal Flow Signal tool, plus the install command for the MCP server.