{
  "$schema": "https://a2a-protocol.org/schemas/agent-card/0.2.0/schema.json",
  "name": "hiro",
  "description": "Hiro is a security platform for AI-written code. It exposes two authenticated MCP servers at api.hirosecure.com: the Architect (embeds in Claude Code / Cursor / Copilot to review diffs, answer security questions, and check dependencies against OSV) and the Agents server (programmatic control over scans, investigations, remediations, and plan approvals across AWS, GitHub, Okta, CrowdStrike, Supabase, Vercel, Datadog, Drata, Wiz, and more).",
  "version": "1.0.0",
  "url": "https://hirosecure.com",
  "provider": {
    "organization": "Hiro",
    "url": "https://hirosecure.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://api.hirosecure.com/mcp/architect",
      "description": "MCP Streamable HTTP — Hiro Security Architect tools (code review, security Q&A, dependency checks, org memory)."
    },
    {
      "transport": "HTTP+JSON",
      "url": "https://api.hirosecure.com/mcp/agents",
      "description": "MCP Streamable HTTP — Hiro Security Agents programmatic control plane (chat, task management, plan approval)."
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "hiro-overview",
      "name": "Hiro overview",
      "description": "Explain what Hiro does, which integrations and MCP tools it exposes, and how to connect it to Claude Code, Cursor, or Copilot.",
      "tags": ["overview", "mcp", "security", "claude-code"],
      "examples": [
        "What does Hiro do?",
        "Which MCP tools does Hiro expose?",
        "How do I connect Hiro to Claude Code?",
        "Does Hiro support SOC 2 evidence collection?"
      ]
    },
    {
      "id": "hiro-contact",
      "name": "Contact Hiro",
      "description": "Hand off to the Hiro team for a demo or evaluation.",
      "tags": ["contact", "demo", "sales"],
      "examples": [
        "How do I book a Hiro demo?",
        "Who do I email at Hiro?"
      ]
    }
  ]
}
