{
 "name": "com.blbestate/site",
 "title": "Black Label Real Estate site MCP",
 "description": "MCP tools for Black Label Real Estate: site info, sitemap search and page reading, plus the public property-records API, plus buying: list_products and create_checkout (the buyer pays on the Stripe-hosted checkout page). No authentication.",
 "websiteUrl": "https://blbestate.com/",
 "version": "2026.09.15",
 "serverInfo": {
  "name": "Black Label Real Estate site MCP",
  "version": "2026.09.15",
  "title": "Black Label Real Estate site MCP"
 },
 "endpoint": "https://blbestate.com/mcp",
 "transport": {
  "type": "streamable-http",
  "endpoint": "https://blbestate.com/mcp"
 },
 "remotes": [
  {
   "type": "streamable-http",
   "url": "https://blbestate.com/mcp",
   "authentication": {
    "type": "none"
   },
   "supportedProtocolVersions": [
    "2025-06-18",
    "2025-03-26",
    "2024-11-05"
   ]
  }
 ],
 "capabilities": {
  "tools": {
   "listChanged": false
  }
 },
 "tools": [
  {
   "name": "site_info",
   "description": "What Black Label Real Estate (blbestate.com) is, with links to its sitemap, docs, contact and every discovery document."
  },
  {
   "name": "search_pages",
   "description": "Find pages on blbestate.com by words in their URL path (sitemap search). Returns URLs with a match score."
  },
  {
   "name": "read_page",
   "description": "Read one https://blbestate.com page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters."
  },
  {
   "name": "estate_stats",
   "description": "Corpus totals for the public-records API (total_records, live_properties, archived_properties, states, counties, freshness)."
  },
  {
   "name": "estate_coverage",
   "description": "Per-state county and property counts for the live tier, plus the archived tier."
  },
  {
   "name": "estate_search",
   "description": "Search public property records (preview tier: 25 rows per page). Category, value, date and toggle filters need a location (state, county, city, zip or map bounds)."
  },
  {
   "name": "estate_parcel",
   "description": "Exact parcel lookup by state and parcel_id."
  },
  {
   "name": "estate_owner",
   "description": "An owner's parcel portfolio by state and owner name."
  },
  {
   "name": "estate_property_audit",
   "description": "Latest dated public-record property audit for a parcel (3-mile context; no appraisal, ARV or profit claim)."
  },
  {
   "name": "list_products",
   "description": "Everything an agent can buy from Black Label Real Estate, with Stripe-verified prices, billing terms, delivery and live availability."
  },
  {
   "name": "create_checkout",
   "description": "Start a purchase of one offer. Returns a continue_url: send the buyer there to pay on the Stripe-hosted checkout page. This tool does not charge anything."
  },
  {
   "name": "get_checkout",
   "description": "Read a checkout started with create_checkout."
  }
 ],
 "authentication": {
  "type": "none"
 },
 "documentation": "https://blbestate.com/agent/skills/site-pages/SKILL.md"
}