Loading...
Autonomous Claude agent for VS Code. Developer-investors who let an agent run multi-step workflows in their editor.
Crunchbase API: $20K/yr. GitDealFlow A2A: free, no signup.
Cline has native MCP support via its MCP servers settings panel. Add our package and Cline can autonomously chain a research step ('check engineering signals for this org') with a downstream action ('open a Linear ticket if breakout'). The A2A endpoint is the cleaner path when you want Cline to call us inside a single Bash step without MCP context overhead.
// In VS Code: Cline panel → MCP Servers → Edit Config
// Or directly edit ~/Documents/Cline/MCP/cline_mcp_settings.json:
{
"mcpServers": {
"gitdealflow": {
"command": "npx",
"args": ["@gitdealflow/mcp-signal@latest"],
"disabled": false
}
}
}
// Then in Cline chat:
// "Pull trending ai-ml startups, then for the top 3 open a Linear issue
// titled 'Diligence: <name>' with the signal data in the description."// Ask Cline:
// "Use the bash tool to call https://signals.gitdealflow.com/api/a2a with body
// {jsonrpc:'2.0',id:1,method:'message/send',params:{message:{role:'user',parts:[{kind:'text',text:'trending'}]}}}
// then summarize."
// Cline will execute and structure the response in its plan view.The interactive playground lets you send live JSON-RPC requests against the A2A endpoint with no install, no auth. Pick a skill, hit send, see the response.
Full launch story: I made my VC deal flow callable by Claude.