MCP Server (Model Context Protocol)
@gitdealflow/mcp-signal
6 tools: get trending startups, search by sector, get startup signal data, scout score, methodology, and summary. Works with Claude Desktop, Cursor, and any MCP-compatible host.
npx -y @gitdealflow/mcp-signal
A2A Endpoint (Google Agent-to-Agent)
POST /api/a2a
Google A2A-compatible JSON-RPC 2.0 endpoint. Five skills map to the MCP tools.
POST https://signals.gitdealflow.com/api/a2a
AgentCard: agent-card.json
NLWeb Endpoint (Microsoft Bing Copilot)
POST /api/nlweb
Natural-language query interface. Returns schema.org-typed JSON-LD. Compatible with Bing Copilot and Microsoft NLWeb-aware crawlers.
curl -X POST https://signals.gitdealflow.com/api/nlweb \
-H "Content-Type: application/json" \
-d '{"query": "trending fintech startups this week"}'REST API
GET /api/signals.json
Full dataset: 324 startups, 15 sectors, commit velocity, contributor growth, signal types.
curl https://signals.gitdealflow.com/api/signals.json
GET /api/signals.csv
CSV export for spreadsheets and data analysis.
curl https://signals.gitdealflow.com/api/signals.csv
OpenAPI 3.1 Spec
Complete API specification for code generation.
curl https://signals.gitdealflow.com/api/openapi.json
Scout Score
get_scout_receipts(github_username)
Score your GitHub starring taste against 75+ unicorn startups. 0-100 scale.
Try it: gitdealflow.com/scout