Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

ar-mcp

The AnchorRegistry MCP server. Resolve any AR-ID, manifest hash, or provenance tree from any MCP-compatible AI client.

![License: MIT](LICENSE) ![MCP](https://modelcontextprotocol.io) ![Cloudflare Workers](https://workers.cloudflare.com) ![smithery badge](https://smithery.ai/servers/ic3moore/anchorregistry) ![arXiv](https://arxiv.org/abs/2604.03434)

Endpoint: https://mcp.anchorregistry.ai/mcp

Install

Claude Desktop

Settings → Integrations → Add server. URL: https://mcp.anchorregistry.ai/mcp

Claude Code

claude mcp add --transport http anchorregistry https://mcp.anchorregistry.ai/mcp

Cursor

Settings → MCP → Add new MCP server. Name: anchorregistry · Type: http · URL: https://mcp.anchorregistry.ai/mcp

Tools

ar_verify_arid

Resolves an AR-ID to its full provenance record.

"What's at AR-2026-qnPOJ1z?"

ar_verify_by_hash

Resolves an artifact by SHA-256 manifest hash.

ar_resolve_tree

Returns the full provenance tree for any AR-ID.

How it works

ar-mcp is a thin proxy. Every tool call hits api.anchorregistry.ai and returns the JSON unchanged. No data is logged, no credentials are stored, no state is held between requests.

The full surface is documented at:

  • https://anchorregistry.ai/llms.txt
  • https://anchorregistry.ai/agents.json
  • https://api.anchorregistry.ai/openapi.json

Roadmap

v0.2 will add ar_check_balance and ar_register_artifact once the MCP credential-handling pattern stabilizes across clients. ar_seal_tree is deferred indefinitely (irreversible action; needs robust user-confirmation primitives the protocol does not yet provide). The deferred tools are fully implemented and live in src/future-tools.ts — enabling them is a one-line flip per tool.

Develop

npm install
npm test           # vitest, hits live api.anchorregistry.ai
npm run type-check
npm run dev        # wrangler dev — http://localhost:8787
npm run deploy     # wrangler deploy

Verify locally with the MCP inspector: ``bash npx @modelcontextprotocol/inspector http://localhost:8787/mcp ``

License

MIT.

See also

  • AnchorRegistry: https://anchorregistry.com
  • Python SDK: https://pypi.org/project/anchorregistry/
  • Source: https://github.com/AnchorRegistry/ar-mcp
  • Spec: https://anchorregistry.ai/agents.json
  • Contracts: https://github.com/AnchorRegistry/ar-contracts-v1

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.