{
  "protocolVersion": "0.2.0",
  "name": "Mojo Links Agent",
  "description": "SEO agency for revenue-driven brands in regulated verticals. Productized link building and semantic SEO.",
  "url": "https://mojolinks.com/api/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "Mojo Links",
    "url": "https://mojolinks.com"
  },
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://mojolinks.com/api/a2a"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://mojolinks.com/api/a2a"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "description": "Agent Payments Protocol (AP2)",
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "analyze_anchor_text",
      "name": "Anchor Text Analyzer",
      "description": "Analyze the on-page anchor text profile of a public web page. Returns the internal and external links found, the anchor text distribution, and over-optimization signals.",
      "tags": [
        "seo"
      ],
      "examples": []
    },
    {
      "id": "bulk_domain_rating",
      "name": "Bulk Domain Rating Checker",
      "description": "Look up Domain Rating (DR) for a list of domains, with an optional minimum-DR filter. Useful for quickly screening link prospects.",
      "tags": [
        "seo"
      ],
      "examples": []
    }
  ]
}