{
  "name": "Parallax Marketing Agent",
  "description": "AI-native marketing agent with capabilities for brand analysis, campaign optimization, and agent readiness evaluation",
  "url": "https://parallaxagency.ai",
  "provider": {
    "organization": "Parallax Agency",
    "url": "https://parallaxagency.ai"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "supportedInterfaces": [
    {
      "url": "https://agentready.parallaxagency.ai",
      "transport": "HTTPS"
    },
    {
      "url": "https://parallaxagency.ai/.well-known/mcp.json",
      "transport": "HTTPS"
    }
  ],
  "skills": [
    {
      "id": "agent-readiness-scan",
      "name": "Agent Readiness Scanner",
      "description": "Evaluates a website's readiness for AI agents across multiple standards and protocols",
      "tags": [
        "ai",
        "agents",
        "readiness",
        "scanning"
      ],
      "examples": [
        "Scan example.com for agent readiness"
      ]
    },
    {
      "id": "brand-ai-audit",
      "name": "Brand AI Audit",
      "description": "Comprehensive audit of a brand's AI readiness across web presence, data infrastructure, and automation",
      "tags": [
        "ai",
        "audit",
        "brand",
        "marketing"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ]
}