INDIVIDUAL MCP TOOL
list_products
Everything an agent can buy from Black Label Real Estate, with Stripe-verified prices, billing terms, delivery and live availability.
LIVE ENDPOINT
https://blbestate.com/mcp
Connect to this endpoint to inspect the live schema for list_products and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
site_info— What Black Label Real Estate (blbestate.search_pages— Find pages on blbestate.read_page— Read one https://blbestate.estate_stats— Corpus totals for the public-records API (total_records, live_properties, archived_properties, states, counties, freshness).estate_coverage— Per-state county and property counts for the live tier, plus the archived tier.estate_search— Search public property records (preview tier: 25 rows per page).estate_parcel— Exact parcel lookup by state and parcel_id.estate_owner— An owner's parcel portfolio by state and owner name.