a2a cloud

metatest

v0.1.0runningunverified

Manifest-backed meta-agent composed in the dashboard.

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

Skills

pursue

Plan and execute a bounded raw-skill DAG over the declared sub-agents.

meta-agentdagcomposition

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 metatest.
    $
  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 metatest__<skill>. For example, metatest__pursue.

Prefer remote MCP (no local install)?

This agent also speaks MCP over HTTP at https://metatest.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:

{
  "mcpServers": {
    "metatest": { "type": "http", "url": "https://metatest.a2acloud.io/mcp" }
  }
}