{
 "name": "BlackLabel Tech site agent",
 "version": "2026.09.16.4",
 "description": "Discover BlackLabel Tech, search its public pages and read them through the same public tools used by its MCP server. Synchronous, stateless requests; no model-generated replies or delegated payments.",
 "provider": {
  "organization": "BlackLabel Tech",
  "url": "https://blacklabeltec.com"
 },
 "documentationUrl": "https://blacklabeltec.com/agent/connect.md",
 "supportedInterfaces": [
  {
   "url": "https://blacklabeltec.com/agent/a2a",
   "protocolBinding": "JSONRPC",
   "protocolVersion": "1.0"
  }
 ],
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "extendedAgentCard": false
 },
 "defaultInputModes": [
  "application/json"
 ],
 "defaultOutputModes": [
  "application/json"
 ],
 "skills": [
  {
   "id": "site_info",
   "name": "site info",
   "description": "What BlackLabel Tech (blacklabeltec.com) is, with links to its sitemap, docs, contact and every discovery document.",
   "tags": [
    "discovery",
    "public-site"
   ],
   "examples": [
    "{\"skill\":\"site_info\",\"arguments\":{}}"
   ]
  },
  {
   "id": "search_pages",
   "name": "search pages",
   "description": "Find pages on blacklabeltec.com by words in their URL path (sitemap search). Returns URLs with a match score.",
   "tags": [
    "discovery",
    "public-site"
   ],
   "examples": [
    "{\"skill\":\"search_pages\",\"arguments\":{\"query\":\"pricing\"}}"
   ]
  },
  {
   "id": "read_page",
   "name": "read page",
   "description": "Read one https://blacklabeltec.com page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters.",
   "tags": [
    "discovery",
    "public-site"
   ],
   "examples": [
    "{\"skill\":\"read_page\",\"arguments\":{\"url\":\"https://blacklabeltec.com/\"}}"
   ]
  }
 ]
}