
A2adependencyinspector Mcp
- Updated May 20, 2026
- clauxel/a2a-dependency-inspector-mcp
A2A Dependency Inspector MCP is a MCP server that inspects agent-to-agent dependencies and returns structured receipts, audit logs, and reviewer-ready evidence.
About
A2A Dependency Inspector MCP is a hosted Clauxel server for developers shipping agent-to-agent (A2A) workflows who must prove which dependencies exist, what changed, and what reviewers should trust before production cutover. It exposes remote MCP tools over streamable HTTP with bearer auth, emphasizing structured receipts, audit logs, and evidence packs suitable for security review rather than informal console checks. teams wiring multiple autonomous agents, tool registries, or external A2A peers use it at Ship time to catch dependency drift and document verdicts the way a lightweight appsec gate expects. Complexity is advanced because you need A2A familiarity, a Clauxel bearer token, and comfort interpreting audit-oriented MCP responses. Pair it with identity-policy tooling when both dependency graphs and caller scope must be enforced.
- Remote streamable-http MCP at a2adependencyinspector.clauxel.com
- A2A dependency inspection with structured receipts and audit logs
- Reviewer-ready evidence output for security and compliance reviews
- Bearer Authorization token required from product website
A2adependencyinspector Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http a2adependencyinspector-mcp https://a2adependencyinspector.clauxel.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | May 20, 2026 |
| Repository | clauxel/a2a-dependency-inspector-mcp ↗ |
What it does
Register the remote A2A Dependency Inspector MCP so agents can audit agent-to-agent dependency chains with structured receipts and reviewer-ready evidence.
Who is it for?
Best when you're deploying A2A agent networks and need documented dependency inspection before launch or customer-facing agent features.
Skip if: Simple single-agent Claude skills with no A2A peers, or teams that only need npm CVE scanning without agent receipts.
What you get
After connecting with a bearer token, your agent can run dependency inspections that produce structured receipts and audit history suitable for security sign-off.
- Structured inspection receipts for A2A dependency graphs
- Audit log history for reviewer and compliance workflows
- Documented remote MCP integration at version 1.0.0
By the numbers
- Server version 1.0.0
- Remote URL path /mcp with streamable-http
- Publisher tags include a2a, dependency, inspector, remote-mcp
README.md
A2A Dependency Inspector
A2A Dependency Inspector is a hosted remote MCP for A2A dependency inspector MCP.
This repository is a public documentation project for A2A Dependency Inspector. 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://a2adependencyinspector.clauxel.com/?utm_source=github&utm_medium=documentation&utm_campaign=a2adependencyinspector_public_docs&utm_content=readme_home
- Pricing: https://a2adependencyinspector.clauxel.com/pricing/?utm_source=github&utm_medium=documentation&utm_campaign=a2adependencyinspector_public_docs&utm_content=readme_pricing
- Checkout: https://a2adependencyinspector.clauxel.com/checkout/?utm_source=github&utm_medium=documentation&utm_campaign=a2adependencyinspector_public_docs&utm_content=readme_checkout
- Support: support@aigeamy.com
Remote MCP
- Endpoint: https://a2adependencyinspector.clauxel.com/mcp
- Server card: https://a2adependencyinspector.clauxel.com/server-card.json
- Registry name:
com.clauxel.a2adependencyinspector/a2adependencyinspector-mcp - Tools:
inspect_a2a_dependencies,extract_message_edges,detect_dependency_cycles,issue_rollout_receipt,export_dependency_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: inspect_a2a_dependencies
- MCP tool: extract_message_edges
- MCP tool: detect_dependency_cycles
- MCP tool: issue_rollout_receipt
- MCP tool: export_dependency_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.
Recommended MCP Servers
How it compares
A2A dependency audit MCP with receipts, not a general SBOM CLI or a brainstorming methodology skill.
FAQ
Who is A2A Dependency Inspector MCP for?
It is for developers and security-minded developers shipping agent-to-agent systems who need inspectable dependency evidence from an MCP client.
When should I use A2A Dependency Inspector MCP?
Use it during Ship security reviews when A2A agents, tools, or remote peers are integrated and you need audit logs and reviewer-ready receipts before release.
How do I add A2A Dependency Inspector MCP to my agent?
Obtain a Bearer token from the Clauxel product site, add the remote MCP URL https://a2adependencyinspector.clauxel.com/mcp with Authorization header support, and verify via the published server card.