loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

agent-identity-bridge

MCP Tool

domup-nox/agent-identity-bridge

Portable identity for AI agents across MCP, A2A, ANP protocols. One passport. Every protocol. Full audit trail.

Install

$ npx loaditout add domup-nox/agent-identity-bridge

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "agent-identity-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "agent-identity-bridge"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Agent Identity Bridge (AIB)

One identity. Every protocol. Full audit trail.

AIB is an open-source protocol and reference implementation that gives AI agents a single portable identity across MCP (Anthropic), A2A (Google), ANP (W3C DID), and AG-UI — the four layers of the 2026 AI communication stack.

The problem

Each AI protocol has its own identity system. An agent operating across MCP + A2A + ANP has three separate identities with no link between them. This makes cross-protocol auditing impossible, credential management painful, and compliance (GDPR, SOC2) a nightmare.

What AIB does

| Component | Purpose | |-----------|---------| | Agent Passport | A signed JSON document (JWS) that binds one agent identity to credentials for every protocol it supports | | Credential Translator | Converts between A2A Agent Cards ↔ MCP Server Cards ↔ DID Documents automatically | | Audit Trail | Unified OpenTelemetry traces for every cross-protocol interaction | | Gateway Proxy | Reverse proxy that injects the right credentials based on target protocol |

Quick start
# Clone and install
git clone https://github.com/tntech-consulting/agent-identity-bridge.git
cd agent-identity-bridge
pip install -e .

# Create your first Agent Passport
python -m aib.passport

# Translate between protocol formats
python -m aib.translator
Agent Passport format
{
  "aib_version": "0.1",
  "passport_id": "urn:aib:agent:myorg:my-agent",
  "display_name": "My Agent",
  "issuer": "urn:aib:org:myorg",
  "capabilities": ["search", "booking"],
  "protocol_bindings": {
    "mcp": { "server_card_url": "https://...", "auth_method": "oauth2" },
    "a2a": { "agent_card_url": "https://...", "auth_method": "bearer" },
    "anp": { "did": "did:web:example.com:agents:my-agent", "auth_method": "did-auth" }
  }
}
Architecture
┌─────────────┐     ┌─────────────────┐     ┌──────────────┐
│  Your Agent  │────▶│   AIB Gateway    │────▶│  MCP Server  

Tags

a2aai-agentsfastapiidentitymcpprotocolpythonsecurity

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated23 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/24/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/domup-nox/agent-identity-bridge)](https://loaditout.ai/skills/domup-nox/agent-identity-bridge)