{
  "schema_version": "1.0",
  "name": "COBOL Bridge Agent",
  "description": "Modernise legacy COBOL systems with AI.",
  "url": "https://cobolbridge.ai",
  "provider": {
    "organization": "Council for the Safety of AI (CSOAI)",
    "url": "https://csoai.org"
  },
  "capabilities": {
    "streaming": false,
    "mcp": true,
    "a2a": true
  },
  "skills": [
    {
      "id": "analyze",
      "name": "cobol-bridge-mcp.analyze",
      "description": "Analyse a COBOL codebase and extract business logic from any workflow."
    },
    {
      "id": "migrate",
      "name": "cobol-bridge-mcp.migrate",
      "description": "Translate COBOL programs to modern languages with equivalence tests via MCP."
    }
  ],
  "endpoints": {
    "a2a": "https://cobolbridge.ai/a2a",
    "mcp_catalog": "https://cobolbridge.ai/.well-known/mcp.json"
  },
  "sector": "developer"
}