Overview
Welcome to the BlockLotSearch Developer Portal.
API Requests (30d)
—
Active Keys
—
Current Tier
Hobby
Quick-start — REST API
# Autocomplete curl -H "Authorization: Bearer blk_live_xxxx" \ "https://api.blocklotsearch.com/v1/autocomplete?q=123+Main" # Search properties curl -s -X POST \ -H "Authorization: Bearer blk_live_xxxx" \ -H "Content-Type: application/json" \ -d '{"state":"FL","zip_code":"33101","limit":5}' \ "https://api.blocklotsearch.com/v1/properties/search"
Quick-start — MCP (AI Agents)
// cursor/.mcp.json or claude_desktop_config.json { "mcpServers": { "blocklotsearch": { "command": "npx", "args": ["-y", "@blocklotsearch/mcp"], "env": { "BLOCKLOT_API_URL": "https://api.blocklotsearch.com", "BLOCKLOT_API_KEY": "blk_live_..." } } } }
MCP Tools
autocomplete_address
Typeahead for addresses, APNs, zip codes
get_property_dossier
Full property + tax history + permits
search_properties
Compound criteria search
get_property_listings
RESO BYOC MLS listing pass-through