Skip to content

v1.0.3: HubSpot OAuth 2.1 Synchronization & Real-time Webhook Engine

Latest

Choose a tag to compare

@MOBILEPHONE MOBILEPHONE released this 01 Aug 14:57

Official production release of lambda-data-pipeline-mcp (v1.0.3).

Key Capabilities

  • Hot/Cold Dual-Tier Architecture: High-speed in-memory SQLite queueing (RAM) + persistent on-disk archiving (Disk).
  • HubSpot OAuth 2.1 Token Broker: Automated token retrieval, expiration testing, and automatic background refresh via Supabase PostgreSQL.
  • Live CRM Contact Ingestion (fetch_hubspot_contacts): Direct tool call interface querying active CRM contacts using synchronized OAuth credentials.
  • Real-Time Webhook Gateway (/webhook/hubspot): Production-ready Vercel serverless gateway receiving live contact creation and property change event streams.
  • Multi-Warehouse Export: Streams clean, anonymized datasets to Snowflake, ClickHouse, and BigQuery.
  • Universal Security Gatekeeper (sanitize_and_validate_payload): OWASP scanning, HIPAA PHI scrubbing, PCI-DSS Luhn redaction, and GDPR IP masking.

Documentation & Live Gateway