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.
ENDPOINT 1
https://blbestate.com/mcp
MCP server metadata
- Name
- Black Label Real Estate site MCP
- Version
- 2026.09.15
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
estate_statsCorpus totals for the public-records API (total_records, live_properties, archived_properties, states, counties, freshness).
Inferred read-onlyestate_coveragePer-state county and property counts for the live tier, plus the archived tier.
Inferred read-onlyestate_property_auditLatest dated public-record property audit for a parcel (3-mile context; no appraisal, ARV or profit claim).
Inferred read-onlylist_productsEverything an agent can buy from Black Label Real Estate, with Stripe-verified prices, billing terms, delivery and live availability.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.