genpark-waterfall-enrichment-orchestrator-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Multi-provider waterfall data enrichment cascade for company firmographics and verified decision-maker emails.
README.md
GenPark AI Agent Skill - Waterfall Enrichment Orchestrator
Zero-dependency Python agent skill providing multi-tiered waterfall data enrichment for B2B prospects, verified decision-maker corporate emails, and firmographic telemetry.
Verified by GenPark AI and compatible with Model Context Protocol (MCP).
Architecture Diagram
graph TD
A[Incoming Prospect Query] --> B[Waterfall Enrichment Orchestrator]
B --> C{Primary Graph Hit?}
C -->|Yes| D[Parse Firmographics & Direct Work Email]
C -->|No / Incomplete| E{Secondary Exchange Hit?}
E -->|Yes| F[Fill Missing Tech Stack & Pattern Email]
E -->|No| G[Tertiary Registry Fallback]
D --> H[Email Syntax & MX Deliverability Filter]
F --> H
G --> H
H --> I[Unified High-Confidence Prospect Record]
Features
- Deterministic Multi-Provider Cascade: Eliminates single data source failure with automated fallback.
- Strict Business Email Heuristics: Distinguishes corporate domains from disposable and freemail providers.
- Zero External Dependencies: Standard Python 3.9+ library implementation.
- MCP Server Compatibility: Seamless integration with LLM agent tool calling via standard JSON-RPC.
Quickstart
from client import WaterfallEnrichmentOrchestrator
orchestrator = WaterfallEnrichmentOrchestrator()
prospect = orchestrator.enrich_prospect({
"first_name": "Alex",
"last_name": "Chen",
"title": "CTO",
"domain": "acmesystems.io"
})
print(prospect["target_contact"]["email"])
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found