Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

A2A Artifact Handoff

io.github.imagiever-ar/a2a-artifact-handoff

Compiles source-agent outputs into validated, receiver-ready handoff packages.

Uptime
100.0%
1 direct probes · 30d
Response
919ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

prepare_artifact

Prepare content for transfer to another agent or a human reviewer. `target_modes` accepts either a JSON list or an actual list of MIME types. The result includes expiring artifact URLs, SHA-2…

compile_handoff

Compile source-agent outputs into a receiver-ready handoff package. The input schema declares the exact source-output, receiver-contract, and handoff-context fields. The tool selects and vali…

inspect_handoff

Inspect a handoff package and return an acceptance decision. The tool recalculates deliverable hashes, checks expiry and contract satisfaction, and returns the receiving agent's next action. …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "a2a_artifact_handoff": {
      "url": "https://a2a-artifact-handoff.onrender.com/mcp",
      "transport": "streamable-http"
    }
  }
}