{
  "name": "Sons of Anton",
  "description": "An agent service that provides portable access to a user's connected MCP tools and data through one endpoint.",
  "version": "1.0.0",
  "provider": {
    "organization": "Alpic.ai",
    "url": "https://alpic.ai"
  },
  "documentationUrl": "https://sonsofanton.com/api-docs.md",
  "supportedInterfaces": [
    {
      "url": "https://mcp.sonsofanton.ai/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "connect-mcp-stack",
      "name": "Connect MCP Stack",
      "description": "Connects agents to the MCP servers, tools, and data sources available through a user's portable Sons of Anton endpoint.",
      "tags": [
        "mcp",
        "tools",
        "integrations",
        "agent-connectivity"
      ],
      "examples": [
        "List the tools available in my connected MCP stack.",
        "Use one of my connected services to complete this task."
      ]
    }
  ]
}
