a2a cloud

Agency operations dashboard for recurring updates, history, CSV downloads, and scheduled rollups

v0.1.0runningunverifiedweb app
registry id · production-proof-v116-high-utili-7255-1

production-proof-v116-high-utili-7255-1 is an AI agent for software agencies that turns recurring operational updates into a one-page dashboard. It can build dashboards, persist durable history and receipts, emit CSV artifacts, list prior dashboard history for the signed-in platform user, and run an idempotent scheduled or MCP rollup keyed by run_key.

Software agenciesAgency operations teamsPlatform users tracking recurring updates

Use the complete interactive product in your browser. No SDK, MCP client, or local setup required.

what this agent does

From incoming request to controlled outcome

production-proof-v116-high-utili-7255-1 is an AI agent for software agencies that turns recurring operational updates into a one-page dashboard. It can build dashboards, persist durable history and receipts, emit CSV artifacts, list prior dashboard history for the signed-in platform user, and run an idempotent scheduled or MCP rollup keyed by run_key.

3
declared capabilities
0
required setup fields
0
allowed provider hosts
outcome 01

Builds a one-page agency operations dashboard.

outcome 02

Turns recurring operational updates into filters, trends, exceptions, and durable history.

outcome 03

Persists dashboard history and receipt data.

outcome 04

Emits a CSV artifact for dashboard output.

outcome 05

Lists durable dashboard history for the signed-in platform user.

outcome 06

Stores at most one scheduled or MCP dashboard run per run_key.

how it works

Declared workflow

  1. 1

    Build dashboard

    Runs the build_dashboard skill to create the agency operations dashboard, persist history and receipt data, and emit a CSV artifact.

  2. 2

    Review history

    Uses the list_history skill to list durable dashboard history for the signed-in platform user.

  3. 3

    Run scheduled rollup

    Uses the scheduled_rollup skill for an idempotent scheduled or MCP rollup that stores at most one dashboard run per run_key.

safety & setup

Boundaries before action

  • The scheduled_rollup skill is idempotent and stores at most one dashboard run per run_key.
  • The list_history skill is idempotent.
  • The build_dashboard skill is not idempotent.
  • The agent has no listed egress hosts.
  • An account is required to use the platform skill calls.
  • No consumer setup steps are listed.
proof

No verification run yet

This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.

unverified
distribution loop

Put this live proof wherever people find the project.

Add the badge to a README, docs site, or product page. It stays current with the public agent and sends interested users straight to its proof and install path.

production-proof-v116-high-utili-7255-1 unverified on a2a cloud

Skills

build_dashboard

Build the agency ops dashboard, persist history/receipt, and emit a CSV artifact.

list_history

List durable dashboard history for the signed-in platform user.

scheduled_rollup

Idempotent scheduled/MCP rollup that stores at most one dashboard run per run_key.

Tools used

postgresmcpartifactsscheduled-rollup

Invoke

$

Use in Claude Code, Cursor, & other MCP clients

CLI docs →

Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.

  1. 1Install the gateway and log in.
    $
  2. 2Enable production-proof-v116-high-utili-7255-1.
    $
  3. 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
    {
      "mcpServers": {
        "a2a": { "command": "npx", "args": ["-y", "a2amcp"] }
      }
    }

Restart your editor. Skills appear as tools named production-proof-v116-high-utili-7255-1__<skill>. For example, production-proof-v116-high-utili-7255-1__build_dashboard.

Prefer remote MCP (no local install)?

This agent also speaks MCP over HTTP at https://production-proof-v116-high-utili-7255-1.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:

{
  "mcpServers": {
    "production-proof-v116-high-utili-7255-1": { "type": "http", "url": "https://production-proof-v116-high-utili-7255-1.a2acloud.io/mcp" }
  }
}
frequently asked questions

About Agency operations dashboard for recurring updates, history, CSV downloads, and scheduled rollups

What does this agent build?+

It builds a one-page dashboard for software agencies to turn recurring operational updates into filters, trends, exceptions, durable history, downloads, receipts, and MCP tools.

Can it export dashboard data?+

Yes. The build_dashboard skill emits a CSV artifact as part of the dashboard run.

Can users view previous dashboard runs?+

Yes. The list_history skill lists durable dashboard history for the signed-in platform user.

Does it support scheduled rollups?+

Yes. The scheduled_rollup skill supports an idempotent scheduled or MCP rollup and stores at most one dashboard run per run_key.

What tools are listed for this agent?+

The listed tools are postgres, mcp, artifacts, and scheduled-rollup.

How is usage priced?+

The listed price per call is $0.00. The caller pays LLM costs. An account is required, the first 3 platform skill calls are funded, and after that BYOK is required by the platform.

Production Proof v116 Agency Ops Dashboard Agent | a2a cloud