MCP Server

GitDealFlow — MCP Server

Track startup engineering acceleration from public GitHub data. Discover high-momentum startups before they announce funding.

One endpoint. Stateless HTTP transport. No auth required. Paste it into any MCP client:

https://gitdealflow.com/api/mcp

Install in Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitdealflow": {
      "command": "npx",
      "args": ["mcp-remote", "https://gitdealflow.com/api/mcp"]
    }
  }
}

Install in Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "gitdealflow": {
      "url": "https://gitdealflow.com/api/mcp"
    }
  }
}

Inspect

npx @modelcontextprotocol/inspector https://gitdealflow.com/api/mcp

Available Tools (4)

Discovery manifest: /.well-known/mcp.json · ← Back to GitDealFlow