Andru Docs
OverviewQuickstart
Chrome Extension
For AI Agents
llms.txtllms-full.txtOpenAPI Spec
← All Tools

discover_prospects

DiscoveryAI Call15-30sicp:read

AI-powered web search for companies showing buying signals that match your ICP. Uses Claude API with web search. Takes 15-30 seconds.

Parameters

NameTypeRequiredDescription
companyNamestringrequiredYour company name
productDescriptionstringrequiredDescription of your product
coreCapabilitystringoptionalYour core capability or "pure signal"
industrystringoptionalTarget industry to search
targetMarketstringoptionalTarget market segment

Example (curl)

curl
curl -X POST https://platform.andru-ai.com/api/mcp/tools/call \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"tool": "discover_prospects", "arguments": {"companyName": "Acme Corp", "productDescription": "AI-powered revenue intelligence for B2B SaaS"}}'

Example (MCP)

Claude Prompt
Find companies that match our ICP. We are Acme Corp and we sell AI-powered revenue intelligence for B2B SaaS.