{
	"$schema": "https://a2a-protocol.org/schemas/agent-card.json",
	"name": "BAT AI Tools Directory Agent",
	"description": "Agent-to-Agent card for BAT AI Tools Directory. Helps autonomous AI agents find, compare, and recommend AI software tools.",
	"version": "1.0.0",
	"iconUrl": "https://bataitools.com/branding/svg/logo-full-light.svg",
	"documentationUrl": "https://bataitools.com",
	"provider": {
		"organization": "BAT AI Tools",
		"url": "https://bataitools.com"
	},
	"supportedInterfaces": [
		{
			"url": "https://bataitools.com/api/mcp",
			"protocolBinding": "JSONRPC",
			"protocolVersion": "1.0"
		},
		{
			"url": "https://api.bataitools.com",
			"protocolBinding": "HTTP+JSON",
			"protocolVersion": "1.0"
		}
	],
	"capabilities": {
		"streaming": false,
		"pushNotifications": false,
		"extendedAgentCard": false
	},
	"defaultInputModes": ["text/plain", "application/json"],
	"defaultOutputModes": ["application/json", "text/markdown"],
	"skills": [
		{
			"id": "search-ai-tools",
			"name": "Search AI Tools",
			"description": "Find AI tools by category, query keywords, and language via MCP search_ai_tools.",
			"tags": ["search", "directory", "ai-tools"]
		},
		{
			"id": "get-tool-details",
			"name": "Get Tool Details",
			"description": "Fetch detailed metadata and official link for an AI tool via MCP get_tool_detail.",
			"tags": ["detail", "metadata", "ai-tools"]
		}
	],
	"protocols": [
		{
			"name": "mcp",
			"version": "1.0",
			"endpoint": "https://bataitools.com/api/mcp"
		},
		{
			"name": "rest",
			"version": "v1",
			"endpoint": "https://api.bataitools.com"
		}
	],
	"contacts": {
		"website": "https://bataitools.com",
		"github": "https://github.com/bataitools"
	}
}
