MCP-native
A remote MCP server over Streamable HTTP. Add it to Claude Code, Claude Desktop, or any MCP client and your agent can call it directly — the bearer key rides in the Authorization header, never the URL.
Parcel Intel is an MCP server — it works with Claude and any MCP client — over a 620k+ waterfront-parcel database across Virginia, North Carolina, and Florida. Query owners, search a bounding box, pull county market stats, and check how fresh the data is, straight from your agent or your code.
The Waterfront Lists product hands you a finished file. Parcel Intel hands you the live data behind it — the same verified public-records parcels, reachable programmatically, so a tool or an AI agent can look things up on demand.
A remote MCP server over Streamable HTTP. Add it to Claude Code, Claude Desktop, or any MCP client and your agent can call it directly — the bearer key rides in the Authorization header, never the URL.
The same public county and state parcel and assessment data behind our lists — owner, mailing address, assessed value, and waterfront type. Nightly ingestion across the covered counties.
You pay for the calls you make. Every response reports credits charged and remaining; when a key runs dry, paid tools return a clean, catchable error instead of failing silently.
Every key includes 5 free parcel_lookup results a day, and data-freshness checks never cost a credit.
| tool | What it does | Credits |
|---|---|---|
| parcel_lookup | By address, owner name, or parcel id → owner, mailing address, assessed value, waterfront type. | 1 |
| county_market_stats | By county → owner count, median value, waterfront-type mix, and top parcels. | 2 |
| waterfront_bbox_search | Bounding box (with optional type / state / county filter) → paginated parcels, up to 50 per page. | 3 |
| data_freshness | Last-ingestion timestamp per county — a trust signal you can check any time. | 0 |
Each response carries an upsell pointer to the full county package and a billing block (credits_charged, credits_remaining). API keys are stored hashed; every call is logged for billing and abuse prevention.
Every key starts with 25 credits, then 5 free parcel lookups a day — forever — so you can evaluate the data before you spend a dollar. Credits never expire.
25 signup credits, then 5 free parcel_lookup results a day. Freshness checks are always free. Enough to test the data in your workflow.
Lookups 1 credit, county stats 2, bounding-box searches 3. Credits never expire.
For mail houses, agents, and tools running steady lookup volume across the covered counties.
Once your key is issued we send your endpoint and connection instructions. Connecting looks like this:
# Claude Code (CLI) claude mcp add --transport http parcel-intel https://<your-endpoint>/mcp \ --header "Authorization: Bearer <your-api-key>" # Any MCP client (raw config) { "mcpServers": { "parcel-intel": { "type": "http", "url": "https://<your-endpoint>/mcp", "headers": { "Authorization": "Bearer <your-api-key>" } } } }
The API is in early access — keys are issued by hand while we onboard the first users, and every key comes with free daily lookups. Tell us one line about what you're building and we'll send your key and endpoint, usually the same day.
Email for a key →Parcel Intel is in early access. We don't publish an uptime guarantee or SLA yet — if you need one for production use, tell us and we'll talk about what's possible.