Skip Tracing POC - Professional Demo Platform
About
Professional skip tracing demo built with 6-server MCP stack - Locate individuals and gather contact information with AI-powered confidence scoring
Details
- Author
- GautaVaid
- GitHub stars
- 6
- Downloads
- 336
- Categories
- Developer Tools, AI
Jump to
- Real-time multi-source search across 20+ databases simultaneously
- AI-powered confidence scoring for result validation and ranking
- Professional reporting with PDF/CSV exports and branding
- Mobile responsive design for all devices and browsers
- GDPR/CCPA compliant data handling
- Enterprise-ready scalable architecture with comprehensive testing
Clone the repository, install backend and frontend dependencies, configure environment variables (APIFY_TOKEN, SUPABASE_URL, SUPABASE_ANON_KEY), run database migrations and seed, then start the backend and frontend dev servers. The frontend is at http://localhost:3000 and the backend API at http://localhost:8000.
Skip Tracing POC - Professional Demo Platform
> Professional skip tracing demo built with 6-server MCP stack for maximum development efficiency and enterprise-grade quality.
π― Project Overview
Skip Tracing POC is a proof-of-concept demonstration platform that showcases automated skip tracing capabilities for repo companies, debt collectors, and legal professionals. The system aggregates data from 20+ verified sources to locate individuals and gather contact information with professional confidence scoring.
Key Features
- β‘ Real-time Multi-Source Search - Query 20+ databases simultaneously
- π― Confidence Scoring - AI-powered result validation and ranking
- π Professional Reporting - PDF/CSV exports with branding
- π± Mobile Responsive - Works across all devices and browsers
- π Privacy Compliant - GDPR/CCPA compliant data handling
- π Enterprise Ready - Scalable architecture with comprehensive testing
Success Metrics Target
- 50+ beta users test the demo - 60%+ positive feedback on concept validation - Sub-30 second search response times - 95%+ uptime during beta testing periodποΈ MCP Stack Architecture
This project leverages the ultimate 6-Server MCP Stack for professional development:
| MCP Server | Purpose | Status |
|------------|---------|---------|
| ποΈ Filesystem | Direct file operations and management | β
Configured |
| π§ Git | Professional version control workflow | β
Configured |
| π GitHub | Project management and collaboration | β
Configured |
| π Playwright | Comprehensive testing and QA | β
Configured |
| π Apify | Skip tracing functionality and validation | β
Configured |
| ποΈ Supabase | Database operations and analytics | β
Configured |
π Quick Start
Prerequisites
- Node.js 18+ and npm
- Git for version control
- Supabase account for database
- Apify account for skip tracing APIs
- Claude Desktop with MCP configuration
Installation
1. Clone the repository
git clone https://github.com/GautaVaid/Skip_Tracing.git
cd Skip_Tracing
2. Install dependencies
# Install backend dependencies
cd server && npm install
# Install frontend dependencies
cd ../client && npm install
3. Environment setup
# Copy environment template
cp .env.example .env
# Configure your API keys:
# - APIFY_TOKEN=your_apify_token
# - SUPABASE_URL=your_supabase_url
# - SUPABASE_ANON_KEY=your_supabase_key
4. Database setup
cd database
npm run migrate
npm run seed
5. Start development servers
# Terminal 1: Backend
cd server && npm run dev
# Terminal 2: Frontend
cd client && npm run dev
6. Open the application
- Frontend: http://localhost:3000
- Backend API: http://localhost:8000
- API Documentation: http://localhost:8000/docs
π Project Structure
Skip_Tracing/
βββ client/ # React frontend application
β βββ src/
β β βββ components/ # Reusable UI components
β β βββ pages/ # Page-level components
β β βββ utils/ # Frontend utilities
β βββ package.json
βββ server/ # Node.js backend API
β βββ routes/ # API endpoint definitions
β βββ engines/ # Skip tracing engine core
β βββ actors/ # Apify actor integrations
β βββ package.json
βββ database/ # Database schema and migrations
β βββ schema/ # Supabase table definitions
β βββ migrations/ # Database migration files
βββ tests/ # Comprehensive test suite
β βββ e2e/ # End-to-end tests (Playwright)
β βββ api/ # API integration tests
β βββ unit/ # Unit tests
βββ docs/ # Project documentation
βββ deployment/ # Deployment configuration
βββ config/ # MCP and application configuration
π§ͺ Testing
Run Test Suite
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




