{
  "name": "HomePulse",
  "description": "Home intelligence API for buyers, sellers, owners, and renters. 5 endpoints: home value estimates with comparable sales, neighborhood analysis (schools, safety, walkability), improvement ROI with parts lists, seasonal maintenance checklists, and rental market analysis with HUD official fair market rent data. Pay-per-query via x402 micropayments on Base.",
  "url": "https://homepulse-seven.vercel.app",
  "version": "1.0.0",
  "capabilities": [
    "home-value-estimation",
    "comparable-sales-analysis",
    "neighborhood-profiling",
    "school-ratings",
    "safety-analysis",
    "walkability-scoring",
    "improvement-roi-analysis",
    "diy-vs-contractor-guidance",
    "amazon-parts-links",
    "seasonal-maintenance-checklists",
    "rental-market-analysis",
    "hud-fair-market-rent"
  ],
  "data_sources": [
    "HUD Fair Market Rent API (huduser.gov) — official government FMR data by county/state, free token required",
    "Tavily — real-time market data, neighborhood research, contractor costs, comparable sales",
    "Claude Sonnet — synthesis and plain-English analysis"
  ],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc"
  },
  "endpoints": [
    { "path": "/api/home/value", "method": "GET", "description": "Home value estimate with comparable sales, market trend, confidence rating, and best time to act.", "parameters": [{"name": "address", "required": false}, {"name": "zip", "required": false}, {"name": "lang", "required": false}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/home/neighborhood", "method": "GET", "description": "Neighborhood analysis — school ratings, relative safety, walkability, character, demographics, best-for breakdown.", "parameters": [{"name": "zip", "required": false}, {"name": "city", "required": false}, {"name": "state", "required": false}, {"name": "lang", "required": false}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/home/improve", "method": "GET", "description": "Home improvement ROI analysis — cost, value added, recoup rating, DIY vs contractor, materials list with Amazon links.", "parameters": [{"name": "project", "required": true}, {"name": "home_value", "required": false}, {"name": "lang", "required": false}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/home/maintain", "method": "GET", "description": "Seasonal maintenance checklist — prioritized tasks with cost estimates, DIY feasibility, and tools/supplies with Amazon links.", "parameters": [{"name": "season", "required": false}, {"name": "region", "required": false}, {"name": "lang", "required": false}], "price_usd": 0.08, "payment_required": true },
    { "path": "/api/home/rent", "method": "GET", "description": "Rental market analysis — price ranges by bedroom, market trend, HUD fair market rent, best neighborhoods, and renting vs buying.", "parameters": [{"name": "zip", "required": false}, {"name": "city", "required": false}, {"name": "state", "required": false}, {"name": "bedrooms", "required": false}, {"name": "county", "required": false}, {"name": "lang", "required": false}], "price_usd": 0.08, "payment_required": true }
  ],
  "openapi": "https://homepulse-seven.vercel.app/openapi.json",
  "llms_txt": "https://homepulse-seven.vercel.app/llms.txt",
  "contact": "https://homepulse-seven.vercel.app"
}
