Logo

Willi MCP Server

Online

Model Context Protocol Server

Expose ADU Zoominfo and ADU Scraper databases as tools for AI models via HTTP API

Dual Database Access
Query ADU Zoominfo (20,861 properties), ADU Scraper (24 builders, 241 products), and quiche.homes blog content
Real-time Queries
Live database connections with intelligent query routing and filtering
MCP Compatible
Standard Model Context Protocol interface for seamless AI integration

API Endpoints

All endpoints are accessible via tRPC at /api/trpc/mcp.*

GET /api/trpc/mcp.health
Health check endpoint

Returns server status and number of available tools

GET /api/trpc/mcp.listTools
List all available MCP tools

Returns an array of tool definitions with schemas

Available Tools:
  • search_properties - Search ADU Zoominfo properties
  • get_property_by_address - Look up single property by address
  • get_property_recommendations - One-call: property lookup + product recommendations
  • get_hot_leads - Get high-quality property leads
  • search_builders - Search ADU builders
  • search_products - Search ADU products with price filtering, images, and builder contact
  • recommend_products - Get personalized ADU recommendations based on property characteristics
  • compare_products - Compare 2-3 ADU products side-by-side
  • calculate_adu_roi - Calculate investment return with cash flow and break-even analysis
  • get_database_summary - Get database statistics
  • search_blog_posts - Search quiche.homes blog content
  • send_builder_inquiry - Send builder inquiry emails instantly (supports templates: general, quote_request, site_visit)
  • compare_properties - Compare 2-3 properties side-by-side with ADU potential and ROI
  • financing_calculator - Calculate financing scenarios with different down payments and loan terms
  • send_bulk_emails - Send inquiries to multiple builders at once for quote comparison
  • track_email - Track email delivery status (requires Email Service API support)
  • estimate_permit_timeline - Estimate ADU permit approval timeline by city
POST /api/trpc/mcp.callTool
Execute a specific tool

Call a tool with parameters

{
  "name": "search_properties",
  "arguments": {
    "owner_city": "Milpitas",
    "min_score": 80,
    "limit": 10
  }
}
Integration with Abacus.ai
How to connect your Willi LLM to this MCP server

Step 1: Copy the Server URL

https://willi-mcp-rnjx8mj7.manus.space

Step 2: Add to Abacus.ai

In your Abacus.ai dashboard, navigate to the MCP server configuration and paste the URL above. The system will automatically discover all available tools.

Step 3: Test the Connection

Your Willi LLM can now query property data, builder information, and product details in real-time.