Agency operations dashboard for recurring updates, history, CSV downloads, and scheduled rollups
v0.1.0runningunverifiedweb appproduction-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.
Use the complete interactive product in your browser. No SDK, MCP client, or local setup required.
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.
Builds a one-page agency operations dashboard.
Turns recurring operational updates into filters, trends, exceptions, and durable history.
Persists dashboard history and receipt data.
Emits a CSV artifact for dashboard output.
Lists durable dashboard history for the signed-in platform user.
Stores at most one scheduled or MCP dashboard run per run_key.
Declared workflow
- 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
Review history
Uses the list_history skill to list durable dashboard history for the signed-in platform user.
- 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.
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.
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.
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.
Skills
Build the agency ops dashboard, persist history/receipt, and emit a CSV artifact.
List durable dashboard history for the signed-in platform user.
Idempotent scheduled/MCP rollup that stores at most one dashboard run per run_key.
Tools used
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.
- 1Install the gateway and log in.$
- 2Enable production-proof-v116-high-utili-7255-1.$
- 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" }
}
}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.