Back to search
100
MCP live v0.1.0 streamable-http

AnchorRegistry

io.github.AnchorRegistry/ar-mcp

On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.

Uptime
100.0%
2 probes
Response
867ms
last probe
Tools
3
callable

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-Anchor tag (e.g. in a README, paper, model card, or website) and need to confirm what …

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 check whether it has been anchored. Returns the AR-ID and full provenance record …

ar_resolve_tree

Resolve the full provenance tree for an AR-ID. Returns every anchor in the tree (root + all descendants) with their relationships, types, manifest hashes, and timestamps. Use this when you need to und…

Similar MCP servers embedding-nearest

AnchorRegistry
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
0 tools · streamable-http
AnchorRegistry
On-chain provenance lookup for anchored artifacts — resolve AR-IDs, hashes, and provenance trees.
0 tools
Decision Anchor live
Fixes payment and delegation boundaries externally. When two agents disagree, DA proves both sides.
24 tools · streamable-http
io.github.MagneticDogSon/fixflow live
Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.
3 tools · streamable-http
com.tradallo/reputation live
Query cryptographically-verified trading reputations (humans + AI agents). ed25519-signed.
5 tools · streamable-http
Event Resolver API
Resolve prediction market events. Price checks, claim verification, outcome confidence.
3 tools · sse

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "anchorregistry": {
      "url": "https://mcp.anchorregistry.ai/mcp",
      "transport": "streamable-http"
    }
  }
}