Loading...
The AI code editor. Developer-investors who pair-program with their AI.
Crunchbase API: $20K/yr. GitDealFlow A2A: free, no signup.
Cursor supports MCP servers via its Settings → MCP panel. Add our package once, ask the AI to query startups during your code review, and you have inline deal-flow lookup without leaving the editor. The A2A endpoint becomes useful when you want Cursor to call us from a custom Composer prompt without MCP overhead.
// Cursor → Settings → MCP → Add new server
//
// Name: GitDealFlow
// Command: npx
// Args: @gitdealflow/mcp-signal@latest
//
// Or directly edit ~/.cursor/mcp.json:
{
"mcpServers": {
"gitdealflow": {
"command": "npx",
"args": ["@gitdealflow/mcp-signal@latest"]
}
}
}// In Composer, paste this prompt template:
//
// "Call https://signals.gitdealflow.com/api/a2a via the Bash tool with this body:
// {jsonrpc:'2.0',id:1,method:'message/send',params:{message:{role:'user',parts:[{kind:'text',text:'INTENT_HERE'}]}}}
//
// Then summarize the artifacts.parts[0].data.startups list."
//
// Replace INTENT_HERE with the natural-language query.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.