A

A2A Dependency Inspector

Audit-ready A2A dependency analysis with verdicts, receipts, and usage logs for agent and CI workflows.

A2A·No reviews yet
Repo Docs
Share:

About

Audit-ready A2A dependency analysis with verdicts, receipts, and usage logs for agent and CI workflows.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about A2A Dependency Inspector.

What does the A2A Dependency Inspector MCP do?
It provides audit-ready analysis of A2A dependencies. This includes verdicts, receipts, and usage logs, supporting both agent and CI workflows for dependency auditing.
How can I install the A2A Dependency Inspector MCP?
Installation typically involves adding the MCP to your client's manifest and configuring it to use the stdio transport. Refer to your MCP client's documentation for specific instructions.
Does A2A Dependency Inspector require API keys or other credentials?
No, this MCP is configured with 'none' as its authentication type. It does not require API keys, OAuth, or other external credentials to function.
What core capabilities does this MCP offer?
It offers dependency analysis, providing verdicts, receipts, and usage logs for A2A components. These capabilities are designed for both agent-based and continuous integration environments.
What are the licensing costs for the A2A Dependency Inspector?
The provided information does not specify licensing costs. Refer to the project repository for details on its licensing model, if available.
Are there any prerequisites for using the A2A Dependency Inspector?
The MCP relies on the stdio transport. Ensure your environment and MCP client support stdio communication for proper operation.

Install A2A Dependency Inspector

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "a2a-dependency-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-a2a-dependency-inspector"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "a2a-dependency-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-a2a-dependency-inspector"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "a2a-dependency-inspector": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-a2a-dependency-inspector"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.