streamable-httpMITupdated 3mo ago
Make every agent-to-agent call prove who asked, why, and under which scope.
Was kannst du mit A2A Identity Toll MCP machen?
A2A Identity Toll MCP
Make every agent-to-agent call prove who asked, why, and under which scope.
A2A Identity Toll is a paid remote MCP gate for caller identity, target agent scope, task intent, data class, policy verdicts, and audit receipts.
This is a public documentation project for A2A Identity Toll MCP. The structure is modeled after the public documentation pattern used by MiroFish: a short front door, a clear reading order, practical guides, reference pages, and public-safe architecture notes.
Start Here
- Website: https://a2aidentitytoll.clauxel.com/?utm_source=github&utm_medium=documentation&utm_campaign=a2aidentitytoll_public_docs&utm_content=readme_primary_home
- Pricing: https://a2aidentitytoll.clauxel.com/pricing/?utm_source=github&utm_medium=documentation&utm_campaign=a2aidentitytoll_public_docs&utm_content=readme_pricing
- Checkout: https://a2aidentitytoll.clauxel.com/checkout/?utm_source=github&utm_medium=documentation&utm_campaign=a2aidentitytoll_public_docs&utm_content=readme_checkout
- Support: support@aigeamy.com
Remote MCP
- Endpoint: https://a2aidentitytoll.clauxel.com/mcp
- Server card: https://a2aidentitytoll.clauxel.com/server-card.json
- Registry name:
com.clauxel.a2aidentitytoll/a2aidentitytoll-mcp - Tools:
evaluate_a2a_identity_policy,review_agent_scope,issue_identity_receipt,explain_denied_call,export_a2a_audit_log
Reading Order
Audience
agent platform teams, AI security reviewers, and A2A protocol adopters.
Capabilities
- caller identity policy
- scope review
- structured verdict JSON
- receipt archive
- audit dashboard
Public-Safe Boundary
This repository does not contain production source code, credentials, payment configuration, Cloudflare configuration, customer records, private analytics, or local machine paths.
Installation
A2A Identity Toll MCP zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http a2a-identity-toll-mcp https://a2aidentitytoll.clauxel.com/mcpcodex mcp add a2a-identity-toll-mcp --url https://a2aidentitytoll.clauxel.com/mcp{
"mcpServers": {
"a2a-identity-toll-mcp": {
"url": "https://a2aidentitytoll.clauxel.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"a2a-identity-toll-mcp": {
"type": "http",
"url": "https://a2aidentitytoll.clauxel.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"a2a-identity-toll-mcp": {
"url": "https://a2aidentitytoll.clauxel.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"a2a-identity-toll-mcp": {
"serverUrl": "https://a2aidentitytoll.clauxel.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation16/25
- Pflege13/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/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 104 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
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 20. Mai 2026 |