{
  "specVersion": "1.0",
  "host": {
    "displayName": "Anro Agents",
    "identifier": "did:web:anroagents.com",
    "documentationUrl": "https://anroagents.com/docs",
    "logoUrl": "https://anroagents.com/logo.png",
    "trustManifest": {
      "identity": "did:web:anroagents.com",
      "identityType": "did"
    }
  },
  "entries": [
    {
      "identifier": "urn:air:anroagents.com:agent:anro-assistant",
      "displayName": "Anro Agents Assistant",
      "type": "application/a2a-agent-card+json",
      "url": "https://api.anroagents.com/a2a/01KKPWDGSXQ40SFPN907E4PXEJ/.well-known/agent-card.json",
      "description": "The A2A agent that represents Anro Agents itself: it answers questions about the platform, its plans and limits, and what an agent can do for a business.",
      "tags": [
        "saas",
        "customer-support",
        "sales",
        "a2a"
      ],
      "capabilities": [
        "ProductQnA",
        "PricingQnA",
        "PlanComparison"
      ],
      "representativeQueries": [
        "which plan do I need to put an AI chat agent on my website",
        "how much does an AI sales agent cost for a small business",
        "can I add an AI assistant to my Shopify store or WordPress site",
        "how do I publish my company's agent to the Internet of Agents"
      ]
    },
    {
      "identifier": "urn:air:anroagents.com:server:platform-mcp",
      "displayName": "Anro Agents MCP Server",
      "type": "application/mcp-server-card+json",
      "description": "Manage an Anro Agents account from an AI assistant: create, update, publish and disable agents, manage their knowledge base, and fetch embed code. Authenticates with a personal access token.",
      "tags": [
        "mcp",
        "agent-management",
        "provisioning"
      ],
      "capabilities": [
        "list-agents",
        "get-agent",
        "create-agent",
        "update-agent",
        "delete-agent",
        "toggle-agent",
        "submit-agent-for-review",
        "set-agent-logo",
        "get-embed-code",
        "regenerate-agent-key"
      ],
      "representativeQueries": [
        "create an AI chat agent for my company without opening a dashboard",
        "list the agents on my Anro Agents account and disable the draft ones",
        "upload a price list to my agent's knowledge base and give me the embed code"
      ],
      "data": {
        "name": "anroagents",
        "description": "MCP server for the Anro Agents platform API. Reads the personal access token from the ANROAGENTS_TOKEN environment variable.",
        "connections": [
          {
            "type": "stdio",
            "command": "npx",
            "args": [
              "-y",
              "@anroagents/mcp-server"
            ]
          }
        ]
      }
    },
    {
      "identifier": "urn:air:anroagents.com:registry:agents",
      "displayName": "Anro Agents Registry",
      "type": "application/ai-registry+json",
      "url": "https://api.anroagents.com/ard/",
      "description": "Search interface over every agent published through Anro Agents. Accepts POST /search with a natural-language query and returns ranked A2A agents, so other registries can federate with this index instead of crawling each customer's site.",
      "tags": [
        "registry",
        "search",
        "a2a"
      ],
      "representativeQueries": [
        "find a business agent that can answer questions about a company's products",
        "which supplier has an agent I can negotiate with right now",
        "search agents by industry and capability"
      ]
    }
  ]
}
