A2A Artifact Handoff
io.github.imagiever-ar/a2a-artifact-handoffCompiles source-agent outputs into validated, receiver-ready handoff packages.
Tools · 3
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 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 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. …
Similar MCP servers embedding-nearest
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"
}
}
}