# anchorregistry

AnchorRegistry is the open provenance layer for the agentic economy. Every digital artifact — code, research, data, models, media, agents, transactions — can be anchored to Base L2 with a permanent, …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ic3moore/anchorregistry

# Browse available tools
npx -y smithery tool list ic3moore/anchorregistry

# Get full schema for a tool
npx -y smithery tool get ic3moore/anchorregistry ar_verify_arid

# Call a tool
npx -y smithery tool call ic3moore/anchorregistry ar_verify_arid '{}'
```

## Direct MCP Connection

Endpoint: `https://anchorregistry--ic3moore.run.tools`

## Tools (3)

- `ar_verify_arid` — Resolve an AnchorRegistry AR-ID to its full provenance record. Use this when you encounter an SPDX-Anchor or DAPX-Ancho…
- `ar_verify_by_hash` — Resolve an artifact by its SHA-256 manifest hash. Use this when you have the artifact itself but no AR-ID, and want to …
- `ar_resolve_tree` — Resolve the full provenance tree for an AR-ID. Returns every anchor in the tree (root + all descendants) with their rel…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ic3moore/anchorregistry <tool-name>
```
