streamable-httpMITupdated 3mo ago
A2A Replay Receipt is a hosted remote MCP for A2A failure replay MCP.
What can you do with A2A Replay Receipt MCP?
A2A Replay Receipt
A2A Replay Receipt is a hosted remote MCP for A2A failure replay MCP.
This repository is a public documentation project for A2A Replay Receipt. Its structure follows the public documentation pattern used by MiroFish: a short front door, a clear reading order, practical guides, reference pages, and a public-safe boundary.
Start Here
- Website: https://a2areplayreceipt.clauxel.com/?utm_source=github&utm_medium=documentation&utm_campaign=a2areplayreceipt_public_docs&utm_content=readme_home
- Pricing: https://a2areplayreceipt.clauxel.com/pricing/?utm_source=github&utm_medium=documentation&utm_campaign=a2areplayreceipt_public_docs&utm_content=readme_pricing
- Checkout: https://a2areplayreceipt.clauxel.com/checkout/?utm_source=github&utm_medium=documentation&utm_campaign=a2areplayreceipt_public_docs&utm_content=readme_checkout
- Support: support@aigeamy.com
Remote MCP
- Endpoint: https://a2areplayreceipt.clauxel.com/mcp
- Server card: https://a2areplayreceipt.clauxel.com/server-card.json
- Registry name:
com.clauxel.a2areplayreceipt/a2areplayreceipt-mcp - Tools:
replay_a2a_failure,classify_agent_error,suggest_retry_plan,issue_replay_receipt,export_failure_log
Reading Order
- Quickstart
- Evaluation guide
- Checkout and pricing
- Workflow notes
- Security model
- Public link reference
Audience
developer platform teams, release owners, AI engineering leads, and delivery reviewers.
Capabilities
- Streamable HTTP MCP endpoint
- Bearer-token access for production calls
- Structured tool-call output
- Receipt-oriented evidence export
- Public server card and registry metadata
- MCP tool: replay_a2a_failure
- MCP tool: classify_agent_error
- MCP tool: suggest_retry_plan
- MCP tool: issue_replay_receipt
- MCP tool: export_failure_log
Public-Safe Boundary
This repository contains documentation only. It does not contain production source code, credentials, payment configuration, Cloudflare configuration, customer records, private analytics, or local machine paths.
Install
Add A2A Replay Receipt MCP to your client. Pick the one you use.
claude mcp add --transport http a2a-replay-receipt-mcp https://a2areplayreceipt.clauxel.com/mcpcodex mcp add a2a-replay-receipt-mcp --url https://a2areplayreceipt.clauxel.com/mcp{
"mcpServers": {
"a2a-replay-receipt-mcp": {
"url": "https://a2areplayreceipt.clauxel.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"a2a-replay-receipt-mcp": {
"type": "http",
"url": "https://a2areplayreceipt.clauxel.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"a2a-replay-receipt-mcp": {
"url": "https://a2areplayreceipt.clauxel.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"a2a-replay-receipt-mcp": {
"serverUrl": "https://a2areplayreceipt.clauxel.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 103 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 20, 2026 |