a2a cloud

Launch readiness audits for public HTTP(S) pages

v0.1.2runningunverifiedweb app
registry id · launch-check-studio-v1

launch-check-studio-v1 is an AI agent for auditing public HTTP(S) launch pages. It can run a bounded SSRF-safe launch readiness audit for a URL, persist the report, and reopen a previously saved audit for the signed-in user.

Launch teamsWeb operatorsProduct marketersSite owners

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

launch-check-studio-v1 is an AI agent for auditing public HTTP(S) launch pages. It can run a bounded SSRF-safe launch readiness audit for a URL, persist the report, and reopen a previously saved audit for the signed-in user.

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

Runs a bounded launch readiness audit for a public HTTP(S) URL.

outcome 02

Persists the audit report in Postgres.

outcome 03

Reopens a previously persisted audit for the signed-in user.

outcome 04

Uses deterministic bounded audit behavior with no LLM credential required.

how it works

Declared workflow

  1. 1

    Submit a public URL

    Use the audit_url skill with a public HTTP(S) launch page URL.

  2. 2

    Run the audit

    The agent performs bounded SSRF-safe network checks with a 60 second timeout and no retries.

  3. 3

    Persist the report

    The audit report is saved with user-scoped Postgres persistence.

  4. 4

    Reopen an audit

    Use the get_audit skill to retrieve a previously persisted launch-readiness audit for the signed-in user.

safety & setup

Boundaries before action

  • Designed for public HTTP(S) launch pages.
  • Uses bounded SSRF-safe network checks.
  • audit_url has a 60 second timeout and no retries.
  • get_audit has a 20 second timeout and no retries.
  • Persisted audits are scoped to the signed-in user.
  • No LLM credential is required according to the pricing notes.
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.

launch-check-studio-v1 unverified on a2a cloud

Skills

audit_url

Run a bounded SSRF-safe launch readiness audit for a public HTTP(S) URL and persist the report.

get_audit

Reopen a previously persisted launch-readiness audit for the signed-in user.

Tools used

aiohttppsycopgpostgres

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 launch-check-studio-v1.
    $
  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 launch-check-studio-v1__<skill>. For example, launch-check-studio-v1__audit_url.

Prefer remote MCP (no local install)?

This agent also speaks MCP over HTTP at https://launch-check-studio-v1.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:

{
  "mcpServers": {
    "launch-check-studio-v1": { "type": "http", "url": "https://launch-check-studio-v1.a2acloud.io/mcp" }
  }
}
frequently asked questions

About Launch readiness audits for public HTTP(S) pages

What does launch-check-studio-v1 do?+

It audits public HTTP(S) launch pages and persists the launch-readiness report for the signed-in user.

Can it reopen past audit reports?+

Yes. The get_audit skill reopens a previously persisted launch-readiness audit for the signed-in user.

What tools does it use?+

The listed tools are aiohttp, psycopg, and Postgres.

Does it require an LLM credential?+

The pricing notes state that it is a deterministic bounded audit and no LLM credential is required.

What is the listed price per call?+

The listed price per call is 0.0 USD.

launch-check-studio-v1 | Public HTTP(S) Launch Page | a2a cloud