# Inflecto.ai > Infrastructure intelligence platform that detects large-scale infrastructure siting inflection points — data centers, manufacturing, energy, logistics, semiconductor, healthcare, water, and transportation — 2-4 years early via cross-signal convergence across 26+ data collectors and 75+ pipelines. Inflecto.ai exposes its infrastructure-intelligence data through a REST/JSON API (18 endpoints) and a Model Context Protocol server (9 tools) for AI agents. All endpoints are REST/JSON over HTTPS at base URL https://inflecto.ai. Authenticate every request with a bearer token in the Authorization header: `Authorization: Bearer `. ## API Reference - [Parcel Lookup](https://inflecto.ai/api/land/lookup): Customer API for parcel coordinates that resolves geography, returns signal context, and classifies buyer patterns when an owner entity is provided. - [Convergence](https://inflecto.ai/api/convergence): Infrastructure convergence scores for all metros. Query: tier, limit, offset. - [Opportunities](https://inflecto.ai/api/opportunities): Ranked investment opportunities by opportunity score. Query: label, min_yield, state, min_signals, limit. - [Metro Detail](https://inflecto.ai/api/metro): Complete metro deep-dive with signals, market data, scores, projected_impact, signal_sequence (lifecycle stage), playbook (which step of the land to power to regulatory to construction to market siting playbook the market is currently on), and baseline_returns (the area's typical buy-box cash-on-cash, cap rate, 1%-rule and monthly cash flow with LOCALIZED property tax + insurance — the cash-flow floor before any infrastructure catalyst). Query: cbsa. - [Supply Monitor](https://inflecto.ai/api/supply-monitor): Target-scoped new-construction oversupply monitor: a green/yellow/red light on the supply-pressure signal (trailing-24mo multifamily permits vs. ACS renter stock), plus a single-family permit trend (trailing 24mo vs. prior 24mo) and a forward rent-softening projection. Set up an alert on a specific metro or ZIP to catch overbuilding risk before it shows up in rents. Query: cbsa, zip. - [Signal Timeline](https://inflecto.ai/api/timeline): 48-month signal convergence timeline for a metro. Query: cbsa. - [Scores](https://inflecto.ai/api/scores): Composite and opportunity scores for all metros. Query: period, limit. - [Signal Search](https://inflecto.ai/api/signals/search): Unified signal search across the ingestion pipeline. Query: q, cbsa, signal_type, from, to, limit. - [Heatmap](https://inflecto.ai/api/heatmap): GeoJSON-style convergence data for map visualization, with filtering by tier, score, and result count. Query: tier, min_score, limit. - [Impact](https://inflecto.ai/api/impact): Projected real estate returns by infrastructure project type, plus a forward forecast — V0 compounded along a decomposed annual growth path (g_local) with supply, rates, catalyst proximity, and mean-reversion components. ZIP requests prefer ZIP-grain price/rent inputs (`zip_median_price`, `zip_zori`) and fall back to metro inputs when ZIP data is thin. Covered metros return a baseline forecast even without catalyst conviction; catalyst markets use catalyst basis. Query: cbsa, zip, type, v0. - [Forecast History](https://inflecto.ai/api/forecast/history): Actual-vs-estimated forecast history for a metro: realized HPI rebased to the forecast anchor, current forecast path, prior vintages, and matured-vintage accuracy metrics. Query: cbsa, zip. - [Catalyst Rent Accuracy Grading](https://inflecto.ai/api/forecast/catalyst-accuracy): Cron/manual route that grades matured catalyst-rent vintages against realized Zillow ZORI and writes per-market scores plus open outlier findings. Query: cbsa, dry_run. - [Property Search](https://inflecto.ai/api/properties/search): Property records with owner cross-reference and LLC entity match detection. Useful for identifying hyperscaler land assembly and shell-company acquisition patterns. Query: cbsa_code, city, state, property_type, lot_size_min, lot_size_max, sale_days_back, owner_type, llc_match_only. - [Opportunity Feed](https://inflecto.ai/api/opportunities/feed): Decision-first opportunity feed with lifecycle state, rent projections, and recent state transitions — the data behind the Today page delta feed. Query: state, cbsa, limit, transitions. - [Thesis](https://inflecto.ai/api/thesis): Latest generated investment thesis document for a metro — structured evidence blocks plus a live convergence snapshot for drift comparison against the frozen thesis numbers. Query: cbsa, format. - [Macro / Market Data](https://inflecto.ai/api/macro): Unified national economic series API (FRED, Freddie Mac PMMS, BLS) — a single authed, cached read surface. No params returns the full series catalog; ?series= returns a time series or as-of value; ?latest=true returns a snapshot of every series. Query: series, asOf, from, to, latest, limit. - [Distress List](https://inflecto.ai/api/distress/list): Recent code-enforcement violations as lead candidates, scoped to ONE county or CBSA per request (never bulk — anti-extraction posture). Query: cbsa, county, state, category, status, days, limit. - [Status](https://inflecto.ai/api/status): Platform health, pipeline run counts, freshness, and scoring timestamp. ## Integrations - [MCP discovery endpoint](https://inflecto.ai/api/mcp): Model Context Protocol surface for AI agents — 9 tools (get_metro_intelligence, get_top_opportunities, get_signal_timeline, search_signals, get_projected_impact, calculate_investment, get_land_opportunities, get_convergence_alerts, get_blind_spots). GET lists tools; POST `{ tool, args }` executes. Bearer auth. - [Developer documentation](https://inflecto.ai/developers): Full endpoint reference with parameters, request/response examples, and authentication. ## Optional - [llms-full.txt](https://inflecto.ai/llms-full.txt): Expanded reference — every REST endpoint and MCP tool with parameters and examples inlined. - [Synchronex portfolio index](https://synchronex.ai/llms.txt): Inflecto.ai is part of the Synchronex portfolio; this is the cross-portfolio llms.txt index.