Skip to content
Back to Agency Growth AI Agents

Card snapshot

agencygrowth.com · 2026-09-21 20:09:48 UTC · dc1a8bbae8196f5f0368057da40e526cac67c17589037f5d4ff143b9c4d9c51b

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Agency Growth AI Agents",
  "description": "An AI agent workforce (28 agents across strategy, acquisition, sales, delivery, growth, and governance) that runs a marketing agency under a human approval gate. This public A2A endpoint answers as a concierge: what the agents do, what Agency Growth builds for small businesses and agencies, and how to engage. Account holders drive the full roster over the authenticated MCP endpoint at https://agencygrowth.com/api/mcp (Streamable HTTP, per-agency API key).",
  "url": "https://agencygrowth.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://agencygrowth.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    },
    {
      "url": "https://agencygrowth.com/api/mcp",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "organization": "Agency Growth",
    "url": "https://agencygrowth.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agencygrowth.com/white-label-ai-agents",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "concierge",
      "name": "Concierge",
      "description": "Answers questions about the Agency Growth agent workforce and offers: done-for-you AI automation for small businesses, white-label AI agents for agencies, and how to connect an existing GoHighLevel account. Replies synchronously to message/send.",
      "tags": [
        "concierge",
        "sales",
        "routing"
      ],
      "examples": [
        "What can your agents do for a marketing agency?",
        "How does a business connect its GoHighLevel account?",
        "What does the done-for-you AI automation offer include?"
      ]
    },
    {
      "id": "strategy",
      "name": "Strategy & Memory team",
      "description": "Hold context, build SOPs, and turn data into decisions. Agents: Context Librarian Agent, SOP Builder Agent, Metrics Analyst Agent. Runs for account holders via the authenticated MCP endpoint.",
      "tags": [
        "strategy",
        "account-holders"
      ],
      "examples": [
        "Turn our last quarter of client data into a decision about what to sell next.",
        "Write the SOP for how we onboard a new retainer client."
      ]
    },
    {
      "id": "acquisition",
      "name": "Acquisition team",
      "description": "Find, score, and warm up the right prospects. Agents: Market Research Agent, Prospect Research Agent, ICP Scoring Agent, Outreach Drafting Agent, Inbox Triage Agent, Booking / Calendar Agent. Runs for account holders via the authenticated MCP endpoint.",
      "tags": [
        "acquisition",
        "account-holders"
      ],
      "examples": [
        "Find agencies in my city that are likely underpricing their retainers.",
        "Score this prospect list and tell me who to contact first."
      ]
    },
    {
      "id": "sales",
      "name": "Sales team",
      "description": "Prep calls, audit revenue leaks, and scope the offer. Agents: Call Prep Agent, Revenue Leak Audit Agent, Proposal / Growth Plan Agent, Objection Handling Agent. Runs for account holders via the authenticated MCP endpoint.",
      "tags": [
        "sales",
        "account-holders"
      ],
      "examples": [
        "Prep me for a call with a $30K/year prospect.",
        "Where is this agency leaking revenue?"
      ]
    },
    {
      "id": "delivery",
      "name": "Delivery team",
      "description": "Onboard, build, QA, and report on client work. Agents: Client Onboarding Agent, Solution Architect Agent, Workflow Builder Agent, QA / Testing Agent, Client Success Agent, Reporting Agent. Runs for account holders via the authenticated MCP endpoint.",
      "tags": [
        "delivery",
        "account-holders"
      ],
      "examples": [
        "Onboard this new client and produce the first month's report.",
        "QA the work before it goes to the client."
      ]
    },
    {
      "id": "growth",
      "name": "Growth & Media team",
      "description": "Turn delivery into demand, proof, and referrals. Agents: Content Engine Agent, Case Study Agent, Referral Agent, Partner Ecosystem Agent. Runs for account holders via the authenticated MCP endpoint.",
      "tags": [
        "growth",
        "account-holders"
      ],
      "examples": [
        "Turn last month's client results into a case study and a referral ask.",
        "What should we run paid media against this quarter?"
      ]
    },
    {
      "id": "governance",
      "name": "Governance team",
      "description": "Guard claims, money, and the approval gate. Agents: Compliance / Risk Agent, Finance / Admin Agent, Human Approval Gate Agent. Runs for account holders via the authenticated MCP endpoint.",
      "tags": [
        "governance",
        "account-holders"
      ],
      "examples": [
        "Check this landing page for claims we cannot prove.",
        "What needs human approval before it goes out?"
      ]
    }
  ]
}