← Registry

Data Collection

blbestate.com

Provides tools for accessing Black Label Real Estate's public-records API and website, including site info, page search/read, and estate statistics and coverage.

1 endpoint12 known toolsFirst detected September 16, 2026Last detected September 17, 2026

ENDPOINT 1

https://blbestate.com/mcp

No auth detected

MCP server metadata

Name
Black Label Real Estate site MCP
Version
2026.09.15
Capabilities
tools
Server instructions

Tools for blbestate.com: read the site, list what can be bought (list_products) and start a purchase (create_checkout, get_checkout). create_checkout never charges anything: it returns a continue_url where the buyer pays on the Stripe-hosted checkout page. No credentials. Rate limited; stay under one call per second. See https://blbestate.com/auth.md.

Known tools 12

site_info

What Black Label Real Estate (blbestate.

Inferred read-only
search_pages

Find pages on blbestate.

Inferred read-only
read_page

Read one https://blbestate.

Inferred read-only
estate_stats

Corpus totals for the public-records API (total_records, live_properties, archived_properties, states, counties, freshness).

Inferred read-only
estate_coverage

Per-state county and property counts for the live tier, plus the archived tier.

Inferred read-only
estate_search

Search public property records (preview tier: 25 rows per page).

Inferred read-only
estate_parcel

Exact parcel lookup by state and parcel_id.

Inferred read-only
estate_owner

An owner's parcel portfolio by state and owner name.

Inferred read-only
estate_property_audit

Latest dated public-record property audit for a parcel (3-mile context; no appraisal, ARV or profit claim).

Inferred read-only
list_products

Everything an agent can buy from Black Label Real Estate, with Stripe-verified prices, billing terms, delivery and live availability.

Inferred read-only
create_checkout

Start a purchase of one offer.

Potential side effects
get_checkout

Read a checkout started with create_checkout.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.black-label-real-estate-site-mcp]
url = "https://blbestate.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "black-label-real-estate-site-mcp": {
      "type": "http",
      "url": "https://blbestate.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: black-label-real-estate-site-mcp
Remote MCP URL: https://blbestate.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "black-label-real-estate-site-mcp": {
      "url": "https://blbestate.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "black-label-real-estate-site-mcp": {
      "type": "http",
      "url": "https://blbestate.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "black-label-real-estate-site-mcp",
  "transport": "streamable-http",
  "url": "https://blbestate.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.