Following up on the earlier conversation (PR #4937, Issue #4760) where the team recommended we release as a standalone package for the ecosystem page.
We have shipped two standalone packages:
webmcp-id v1.0.0 (just published)
W3C DID-based agent identity. No blockchain required.
did:web: identifiers resolved via DNS
- W3C Verifiable Credentials 2.0 (AgentAuthorization + AgentCapability)
/.well-known/agent.json discovery (NAIS 1.1)
- Google A2A AgentCard adapter -
identity.toA2AAgentCard()
- Ed25519 signing, JWT-VC format
- 19 passing tests, zero blockchain dependencies
npm: webmcp-id
GitHub: up2itnow0822/webmcp-id
agentpay-mcp v4.1.1 (existing)
MCP server for x402 agent payments. Multi-rail: x402 + Stripe MPP.
- 23 MCP tools (wallet, payments, identity, bridging)
- SpendingPolicy with fail-closed default
- Human-in-the-loop approval mode
- Immutable audit trail
npm: agentpay-mcp
ADK Integration
Both work with ADK agents via MCP tool integration. webmcp-id specifically includes an A2A AgentCard adapter so ADK agents can present verifiable identities in multi-agent workflows.
Production credential: NVIDIA NeMo-Agent-Toolkit-Examples PR #17 merged - first payment tool in official NVIDIA catalog.
Would love to be listed on the ADK ecosystem page as recommended for agent identity and payments.
Following up on the earlier conversation (PR #4937, Issue #4760) where the team recommended we release as a standalone package for the ecosystem page.
We have shipped two standalone packages:
webmcp-id v1.0.0 (just published)
W3C DID-based agent identity. No blockchain required.
did:web:identifiers resolved via DNS/.well-known/agent.jsondiscovery (NAIS 1.1)identity.toA2AAgentCard()npm:
webmcp-idGitHub: up2itnow0822/webmcp-id
agentpay-mcp v4.1.1 (existing)
MCP server for x402 agent payments. Multi-rail: x402 + Stripe MPP.
npm:
agentpay-mcpADK Integration
Both work with ADK agents via MCP tool integration. webmcp-id specifically includes an A2A AgentCard adapter so ADK agents can present verifiable identities in multi-agent workflows.
Production credential: NVIDIA NeMo-Agent-Toolkit-Examples PR #17 merged - first payment tool in official NVIDIA catalog.
Would love to be listed on the ADK ecosystem page as recommended for agent identity and payments.