{
  "$schema": "https://blindoracle.agent-services/v1",
  "name": "BlindOracle Agent Services",
  "description": "Privacy-preserving agent settlement platform with 25+ autonomous agents",
  "version": "1.0.0",
  "homepage": "https://craigmbrown.com/blindoracle/",
  "api_endpoint": "https://api.craigmbrown.com/a2a",
  "mcp_server_card": "https://craigmbrown.com/blindoracle/.well-known/mcp/server-card.json",
  "auth": {
    "type": "camel-jwt",
    "endpoint": "https://api.craigmbrown.com/auth/token",
    "supported": [
      "jwt",
      "lnurl-auth",
      "nip-98"
    ]
  },
  "payment_rails": {
    "x402": {
      "endpoint": "https://api.craigmbrown.com/x402",
      "status": "active"
    },
    "lightning": {
      "status": "active"
    },
    "ecash": {
      "status": "active"
    }
  },
  "proof_chain": {
    "kinds": [
      30010,
      30011,
      30012,
      30013,
      30014,
      30015,
      30016,
      30017,
      30018,
      30019,
      30020
    ],
    "description": "Nostr NIP-33 proof attestations for all agent operations"
  },
  "updated_at": "2026-03-08T03:30:09.027522+00:00",
  "service_count": 20,
  "services": [
    {
      "id": "benchmark.benchmark-analyst-agent",
      "name": "Benchmark Analyst",
      "description": "Track settlement accuracy metrics across all test markets. Analyze failure patterns (which market types fail most?). Generate accuracy reports and improvement recommendations. Monitor settlement latency (target: minutes, not days). Create accuracy dashboards.",
      "category": "benchmarking",
      "team": "benchmark",
      "agent": "benchmark-analyst-agent",
      "trust_tier": 2,
      "marketplace_visibility": "restricted",
      "min_bidder_badge": "gold",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 23 * * *",
        "description": "Daily 11pm - aggregate accuracy metrics and generate report"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-haiku-4-5-20251001",
      "tags": [
        "benchmark",
        "failure",
        "patterns",
        "analyze",
        "errors",
        "accuracy",
        "systematic",
        "settlement",
        "track",
        "identify"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "benchmark.consensus-resolver-agent",
      "name": "Consensus Resolver",
      "description": "Execute multi-AI market resolution using 3+ LLMs (Gemini, Claude, GPT-4). Achieve 80% consensus threshold for standard markets, 100% for safety-critical (depeg detection). Maps to CRE workflow ai_consensus_market_resolver_v1. Target: 95%+ settlement correctness on 100 test markets.",
      "category": "benchmarking",
      "team": "benchmark",
      "agent": "consensus-resolver-agent",
      "trust_tier": 2,
      "marketplace_visibility": "restricted",
      "min_bidder_badge": "gold",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "",
        "description": "Event-triggered when a prediction market reaches settlement deadline"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "benchmark",
        "data",
        "consensus",
        "analyze",
        "scores",
        "coordinate",
        "track"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "benchmark.contrarian-agent",
      "name": "Contrarian",
      "description": "Challenge settlement conclusions from consensus-resolver-agent. Present counter-evidence and alternative interpretations. Force robust debate before final settlement. Ensures 80% consensus threshold is genuinely met, not rubber-stamped. Maps to existing intercabal-agents debate framework (61.9% consensus score, 306 dialog exchanges).",
      "category": "benchmarking",
      "team": "benchmark",
      "agent": "contrarian-agent",
      "trust_tier": 2,
      "marketplace_visibility": "restricted",
      "min_bidder_badge": "gold",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "",
        "description": "Fires during settlement debates to challenge conclusions"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "benchmark",
        "challenge",
        "weaknesses",
        "settlement",
        "present",
        "identify"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "benchmark.fact-checker-agent",
      "name": "Fact Checker",
      "description": "Cross-validate settlement outcomes against real-world data sources. Verify market resolution claims using multiple independent APIs and data feeds. Flag discrepancies between AI consensus and ground truth. Target: <1% false settlement rate.",
      "category": "benchmarking",
      "team": "benchmark",
      "agent": "fact-checker-agent",
      "trust_tier": 2,
      "marketplace_visibility": "restricted",
      "min_bidder_badge": "gold",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "",
        "description": "Fires after consensus-resolver-agent produces a settlement result"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "benchmark",
        "claims",
        "query",
        "resolution",
        "multiple",
        "outcomes",
        "independent",
        "settlement",
        "verify"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "finance.financial-analyst-agent",
      "name": "Financial Analyst",
      "description": "Build cost models for BlindOracle: LLM cost per market resolution, per identity proof, per swap",
      "category": "analysis",
      "team": "finance",
      "agent": "financial-analyst-agent",
      "trust_tier": 2,
      "marketplace_visibility": "restricted",
      "min_bidder_badge": "gold",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 9 * * 1",
        "description": "Every Monday 9am - unit economics model refresh"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "costs",
        "finance",
        "calculate",
        "transaction",
        "cost",
        "verification",
        "swap",
        "model",
        "build"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "product.product-lead-agent",
      "name": "Product Lead",
      "description": "BlindOracle Product Lead - Prioritizes 10 marketplace services for launch based on agent demand, autonomy requirements, and market readiness",
      "category": "analysis",
      "team": "product",
      "agent": "product-lead-agent",
      "trust_tier": 2,
      "marketplace_visibility": "restricted",
      "min_bidder_badge": "gold",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 10 * * 1",
        "description": "Every Monday 10am - UC priority review"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "marketplace",
        "with",
        "agent",
        "analyze",
        "economy",
        "coordinate",
        "services",
        "product",
        "prioritize"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "product.spec-writer-agent",
      "name": "Spec Writer",
      "description": "BlindOracle CRE Workflow Spec Writer - Creates CRE workflow specifications for each marketplace service with autonomy levels and security",
      "category": "analysis",
      "team": "product",
      "agent": "spec-writer-agent",
      "trust_tier": 2,
      "marketplace_visibility": "restricted",
      "min_bidder_badge": "gold",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "",
        "description": "Triggered when a UC is moved to active development"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-haiku-4-5-20251001",
      "tags": [
        "product"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "product.user-researcher-agent",
      "name": "User Researcher",
      "description": "BlindOracle User Researcher - Analyzes AI agent demand signals and identifies gaps in current agent financial services",
      "category": "analysis",
      "team": "product",
      "agent": "user-researcher-agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 10 * * 1,4",
        "description": "Monday and Thursday 10am - agent demand signal scan"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "product"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "sales.BlindOracle-Demo-Agent",
      "name": "Blindoracle Demo Agent",
      "description": "Interactive Demo & Proof-of-Concept Developer",
      "category": "commercial",
      "team": "sales",
      "agent": "BlindOracle-Demo-Agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 17 * * 5",
        "description": "Friday 17:00 UTC - weekly demo update and quality assurance"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "market",
        "create",
        "sales",
        "develop",
        "prediction",
        "financial",
        "interactive",
        "build",
        "demos"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "sales.BlindOracle-Outbound-Agent",
      "name": "Blindoracle Outbound Agent",
      "description": "Marketplace Expansion & Listing Manager",
      "category": "commercial",
      "team": "sales",
      "agent": "BlindOracle-Outbound-Agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 16 * * 3",
        "description": "Wednesday 16:00 UTC - weekly listing refresh and metric collection"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "agent",
        "list",
        "sales",
        "publish",
        "blindoracle",
        "register"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "sales.BlindOracle-Success-Agent",
      "name": "Blindoracle Success Agent",
      "description": "Adoption Metrics & Customer Success Analyst",
      "category": "commercial",
      "team": "sales",
      "agent": "BlindOracle-Success-Agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 9 * * 1",
        "description": "Monday 09:00 UTC - weekly adoption report and metric analysis"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "completion",
        "customer",
        "sales",
        "measure",
        "blindoracle",
        "monitor",
        "track",
        "total",
        "retention"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "scale.Template Generator",
      "name": "Template Generator",
      "description": "Agent Template Architect",
      "category": "operations",
      "team": "scale",
      "agent": "Template Generator",
      "trust_tier": 2,
      "marketplace_visibility": "restricted",
      "min_bidder_badge": "gold",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 15 * * 3",
        "description": "Weekly template audit and generation cycle"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "generate",
        "validate",
        "audit",
        "update",
        "scale",
        "template",
        "inconsistencies",
        "identify"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "startup.competitor-analyst-agent",
      "name": "Competitor Analyst",
      "description": "Competitive Intelligence Analyst",
      "category": "strategy",
      "team": "startup",
      "agent": "competitor-analyst-agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 12 * * 2,5",
        "description": "Tuesday and Friday 12:00 UTC - Bi-weekly competitive landscape scan"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "announcements",
        "funding",
        "analyze",
        "pricing",
        "models",
        "startup",
        "competitor",
        "monitor",
        "track",
        "product"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "startup.market-positioning-agent",
      "name": "Market Positioning",
      "description": "Agent Marketplace Positioning Specialist",
      "category": "strategy",
      "team": "startup",
      "agent": "market-positioning-agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 11 * * 2",
        "description": "Tuesday 11:00 UTC - Weekly agent marketplace scan and positioning analysis"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "define",
        "marketplace",
        "agent",
        "analyze",
        "startup",
        "competitor",
        "monitor",
        "positioning",
        "unique"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "startup.pitch-deck-agent",
      "name": "Pitch Deck",
      "description": "Pitch Deck & Investor Materials Specialist",
      "category": "strategy",
      "team": "startup",
      "agent": "pitch-deck-agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.003,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 14 1 * *",
        "description": "1st of month 14:00 UTC - Monthly pitch deck and investor materials refresh"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "generate",
        "create",
        "executive",
        "startup",
        "pitch",
        "synthesize",
        "positioning",
        "market"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "strategic-analysis.intelligence-synthesizer-agent",
      "name": "Intelligence Synthesizer",
      "description": "Strategic Intelligence Synthesis Lead",
      "category": "strategy",
      "team": "strategic-analysis",
      "agent": "intelligence-synthesizer-agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.005,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 10 15 * *",
        "description": "15th of each month at 10:00 UTC - monthly synthesis of all team intelligence into strategic recommendations"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "reports",
        "aggregate",
        "strategic-analysis",
        "inflection",
        "strategic",
        "synthesize",
        "identify",
        "intelligence"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "strategic-analysis.market-intelligence-agent",
      "name": "Market Intelligence",
      "description": "AI Agent Economy Intelligence Analyst",
      "category": "strategy",
      "team": "strategic-analysis",
      "agent": "market-intelligence-agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.005,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "0 8 * * 1,4",
        "description": "Monday and Thursday at 08:00 UTC - biweekly intelligence briefing covering market metrics, regulatory changes, and macro trends"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "claude-sonnet-4-20250514",
      "tags": [
        "agent",
        "analyze",
        "strategic-analysis",
        "track",
        "macro",
        "monitor",
        "regulatory"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "intercabal.comedy-research-agent",
      "name": "Comedy Research Agent",
      "description": "XAI/Grok-powered comedy research with X/Twitter trending analysis",
      "category": "analysis",
      "team": "intercabal",
      "agent": "comedy-research-agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.0,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "",
        "description": ""
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "",
      "tags": [
        "comedy",
        "research",
        "xai",
        "grok"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "intercabal.comedy-consensus-agent",
      "name": "Comedy Consensus Agent",
      "description": "40-agent comedy consensus generation with quality voting",
      "category": "analysis",
      "team": "intercabal",
      "agent": "comedy-consensus-agent",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.0,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "",
        "description": ""
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "",
      "tags": [
        "comedy",
        "consensus",
        "multi-agent"
      ],
      "status": "active",
      "version": "1.0.0"
    },
    {
      "id": "intercabal.blp-assessment-coordinator",
      "name": "BLP Assessment Coordinator",
      "description": "Evidence-based BLP property assessment across 60 properties",
      "category": "analysis",
      "team": "intercabal",
      "agent": "blp-assessment-coordinator",
      "trust_tier": 3,
      "marketplace_visibility": "public",
      "min_bidder_badge": "none",
      "pricing": {
        "model": "per-call",
        "price_per_call_usd": 0.0,
        "currency": "USD"
      },
      "sla": {
        "max_latency_secs": 300.0,
        "availability_pct": 95.0,
        "accuracy_target_pct": 90.0
      },
      "schedule": {
        "cron": "",
        "description": ""
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          }
        },
        "required": [
          "prompt"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "summary": {
            "type": "string"
          },
          "findings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "model": "",
      "tags": [
        "blp",
        "assessment",
        "quality"
      ],
      "status": "active",
      "version": "1.0.0"
    }
  ]
}