# agent-erc8004-bridge MCP server

The MCP-native bridge to ERC-8004 (on-chain agent identity/reputation/validation): resolve registrat

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-jdhart81-agent-erc8004-bridge
- Repository: https://github.com/jdhart81/viridis-agent-fleet

## Install
- Endpoint: https://mcp.viridisconservation.com/erc8004/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.viridisconservation.com/erc8004/mcp

## Tools
- import_registration - Import an ERC-8004 Identity Registry record (chain_id + ERC-721
    token_id + agentURI + owner). Idempotent: re-import updates in place.
    Returns the canonical record with its deterministic bridge DID
    (did:viridis:erc8004:<chain>:<token>). Endpoint: https://mcp.viridisconservation.com/erc8004/mcp
- resolve_agent - Resolve an imported ERC-8004 registration by bridge DID or by
    (chain_id, token_id). Endpoint: https://mcp.viridisconservation.com/erc8004/mcp
- import_feedback - Import ERC-8004 Reputation Registry feedback records for an agent.
    Each item: {value: bool|0..1, at: ISO-8601, source?, weight?, feedback_id?}.
    Idempotent per feedback_id. Endpoint: https://mcp.viridisconservation.com/erc8004/mcp
- score_agent - Decay-weighted trust score in [0,1] + tier over the agent's imported
    ERC-8004 feedback — recent behavior outweighs old; no feedback scores a
    neutral 0.5 prior (no blind trust, no unfair zero). Endpoint: https://mcp.viridisconservation.com/erc8004/mcp
- bind_identity - Bind a fleet DID to an ERC-8004 identity. Produces an order-independent,
    content-addressed (unsigned) binding attestation. Endpoint: https://mcp.viridisconservation.com/erc8004/mcp
- export_attestation - Export the agent's current trust score as an UNSIGNED
    ERC-8004 Validation Registry-shaped payload, content-addressed and ready
    for YOUR OWN signer to anchor on-chain. Endpoint: https://mcp.viridisconservation.com/erc8004/mcp
- verify_attestation - Recompute a payload's content hash and report whether it is intact. Endpoint: https://mcp.viridisconservation.com/erc8004/mcp
- list_registrations - List all imported ERC-8004 registrations. Endpoint: https://mcp.viridisconservation.com/erc8004/mcp
- describe_agent - Return the bridge's capabilities and input contract. Endpoint: https://mcp.viridisconservation.com/erc8004/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.jdhart81
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 25, 2026
- Source: https://registry.modelcontextprotocol.io
