# Lot Measure Pro > AI-Powered Land Analysis Platform Lot Measure Pro provides instant, accurate lot measurements and land analysis using AI and satellite/aerial imagery. Designed for real estate professionals, contractors, landscapers, and property owners. ## Core Capabilities - Automated lot measurement from aerial imagery - AI-powered surface segmentation (grass, concrete, gravel, asphalt, etc.) - Parcel boundary detection via county assessor data - High-resolution EagleView aerial imagery integration - PDF measurement report generation - Developer API for programmatic access ## Links - [Home](https://www.lotmeasurepro.com/) - [API Documentation](https://www.lotmeasurepro.com/docs) - [Developer Portal](https://www.lotmeasurepro.com/developers) ## API Base URL: https://www.lotmeasurepro.com/api/v1 Authentication: API key via `x-api-key` header. ### Public Endpoints - POST /api/v1/public/lookup-address – Geocode a property address and retrieve parcel data - POST /api/v1/public/analysis – Submit AI lot analysis (prompts: lawn, building, hardsurface, vegetation; supports prompts[] for multi-prompt) - GET /api/v1/public/analysis/:jobId – Retrieve analysis results by job ID - GET /api/v1/public/analysis/by-parcel/:parcelId – All results for a parcel/address ## MCP (Model Context Protocol) Endpoint: https://www.lotmeasurepro.com/mcp Transport: Streamable HTTP (JSON-RPC 2.0 over POST) Authentication: x-api-key header ### Available Tools - lookup_address – Geocode an address and retrieve parcel boundary data - analyze_property – Run AI lot analysis (lawn, building, hardsurface, vegetation; supports multi-prompt via prompts[]) - get_analysis_results – Retrieve analysis results by job ID - get_results_by_parcel – All completed results for a parcel/address - get_credit_balance – Check your remaining credit balance ### MCP Client Configuration ```json { "mcpServers": { "lotmeasurepro": { "url": "https://www.lotmeasurepro.com/mcp", "headers": { "x-api-key": "YOUR_API_KEY" } } } } ``` ## Pricing Credit-based pricing model. Each analysis consumes one credit. Visit the dashboard for current pricing and to purchase credits. ## Contact - Website: https://www.lotmeasurepro.com - Support: In-app chat available from the dashboard