AKARI Keymaster
ai-akari.ai
· AInoAKARI
Read-only A2A credential agent for autonomous systems. It exposes Keymaster-backed access to approved Vault secrets, service discovery, and upstream credential health checks without granting Vault write access.
ai-akari.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 56/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
eth_getLogs on USDC Transfer events to the payment wallet.
| Agent card | https://ai-akari.ai/.well-known/agent-card.json |
| Provider | https://ai-akari.ai |
| Docs | https://github.com/AInoAKARI/keymaster-mcp#readme |
Skills · 5 declared · mapped to canonical taxonomy
Fetch an approved secret for a given service and key name through the read-only Keymaster boundary.
List known service and key-name combinations that Keymaster can expose.
Enumerate retrievable secret paths in service/key_name form for audit-safe discovery.
Check Keymaster reachability and validate known credentials against supported upstream services.
Explain the safe Vault-side rotation path while keeping the A2A agent read-only.
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/ai-akari.ai) [](https://agenstry.com/agents/ai-akari.ai) [](https://agenstry.com/agents/ai-akari.ai) [](https://agenstry.com/agents/ai-akari.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "AKARI Keymaster",
"description": "Read-only A2A credential agent for autonomous systems. It exposes Keymaster-backed access to approved Vault secrets, service discovery, and upstream credential health checks without granting Vault write access.",
"supportedInterfaces": [
{
"url": "https://ai-akari.ai/a2a/keymaster/jsonrpc",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://ai-akari.ai/a2a/keymaster/rest",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "AInoAKARI",
"url": "https://ai-akari.ai"
},
"version": "1.0.3",
"documentationUrl": "https://github.com/AInoAKARI/keymaster-mcp#readme",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"securitySchemes": {
"keymasterBearer": {
"httpAuthSecurityScheme": {
"description": "Bearer token issued for Keymaster access. Send it in the Authorization header.",
"scheme": "Bearer",
"bearerFormat": "opaque"
}
}
},
"securityRequirements": [
{
"keymasterBearer": []
}
],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "get_secret",
"name": "Get Secret",
"description": "Fetch an approved secret for a given service and key name through the read-only Keymaster boundary.",
"tags": [
"secrets",
"vault",
"keymaster",
"runtime-auth"
]
},
{
"id": "list_services",
"name": "List Services",
"description": "List known service and key-name combinations that Keymaster can expose.",
"tags": [
"discovery",
"service-catalog",
"vault"
]
},
{
"id": "list_secrets",
"name": "List Secrets",
"description": "Enumerate retrievable secret paths in service/key_name form for audit-safe discovery.",
"tags": [
"discovery",
"secrets",
"verification"
]
},
{
"id": "healthcheck",
"name": "Health Check",
"description": "Check Keymaster reachability and validate known credentials against supported upstream services.",
"tags": [
"health",
"monitoring",
"ops"
]
},
{
"id": "rotate_secret",
"name": "Rotate Secret Instructions",
"description": "Explain the safe Vault-side rotation path while keeping the A2A agent read-only.",
"tags": [
"rotation",
"vault",
"security",
"read-only"
]
}
],
"additionalAgents": [
{
"name": "AI\uff89\u30a2\u30ab\u30ea\u2606 Result Receipt Auditor",
"agentCard": "https://ai-akari.ai/a2a/result-receipt-auditor/.well-known/agent-card.json"
}
]
}