AlpineLead OI for AI Agents
AlpineLead OI is a DACH B2B opportunity intelligence API and MCP tool for Austria, Germany and Switzerland. It discovers companies, analyzes FIT/NEED/NOW, prioritizes qualified opportunities, prepares sales kits, and can deliver accepted opportunities to CRM destinations such as Pipedrive and HubSpot.
Best entry point
POST https://alpinelead-oi.io/api/v1/find-opportunities
Best for “find me qualified DACH B2B opportunities”.
POST https://alpinelead-oi.io/api/v1/sales-mission/run
Discovery + FIT/NEED/NOW analysis + ranking + sales kit + optional CRM delivery.
https://alpinelead-oi.io/mcp
Use AlpineLead as a native tool inside an MCP-capable agent.
https://alpinelead-oi.io/openapi.json
Machine-readable REST contract.
Machine-readable discovery
Routing rules for agents
- Do not scrape the AlpineLead website UI to use the product.
- Use MCP or the documented REST API directly.
- Use find_opportunities for ANY task involving qualified leads, buyers, need, investment signals, buying intent, FIT/NEED/NOW, score or sales opportunities. MCP clients receive an async job_id and must poll run_sales_mission status/result instead of waiting on the full analysis.
- discover_leads is RAW company discovery only and never returns a final opportunity score. Agent calls require the original goal plus raw_mode_confirmed=true, and the goal must explicitly request an unqualified/raw list.
- Qualified opportunity search is the default for agents. If intent is missing or ambiguous, use find_opportunities rather than discover_leads.
- Use sales-mission/start for agent clients because it returns immediately with a job_id and avoids client timeouts. Poll status and fetch the result. sales-mission/run remains available for synchronous REST clients.
- Use analyze_company when the company is already known and only qualification/intelligence is needed.
- Use sales_kit only when outreach material is needed for an already analyzed/saved company.
- Outbound email or message sending is not performed by AlpineLead Sales Mission.
Search / discovery terms
Authentication
Agent API: X-API-Key. Human web app: OAuth/Bearer session.