Skip to content
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
Content Provenance
Anchor a content-creation event to the Knox chain; returns a C2PA-aligned, FRE 902-shaped bundle.
0 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
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
19 tools · streamable-http
SYNTHORA Crossref DOI Metadata Resolver
Returns authoritative Crossref registration metadata for any DOI: title, authors, container journal, ISSN, publisher, reference list, funder
0 tools · http

How to use

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

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