Skip to main content
Glama

ar-mcp

AnchorRegistry MCPサーバー。MCP互換のAIクライアントから、あらゆるAR-ID、マニフェストハッシュ、またはプロベナンスツリーを解決します。

License: MIT MCP Cloudflare Workers

エンドポイント: https://mcp.anchorregistry.ai/mcp

インストール

Claude Desktop

設定 → インテグレーション → サーバーを追加。 URL: https://mcp.anchorregistry.ai/mcp

Claude Code

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

Cursor

設定 → MCP → 新しいMCPサーバーを追加。 名前: anchorregistry · タイプ: http · URL: https://mcp.anchorregistry.ai/mcp

Related MCP server: @agentcivics/mcp-server

ツール

ar_verify_arid

AR-IDを完全なプロベナンスレコードに解決します。

「AR-2026-qnPOJ1zには何がありますか?」

ar_verify_by_hash

SHA-256マニフェストハッシュによってアーティファクトを解決します。

ar_resolve_tree

任意のAR-IDの完全なプロベナンスツリーを返します。

仕組み

ar-mcpは軽量なプロキシです。すべてのツール呼び出しはapi.anchorregistry.aiに送信され、JSONをそのまま返します。データはログに記録されず、認証情報は保存されず、リクエスト間で状態は保持されません。

全インターフェースのドキュメントは以下を参照してください:

ロードマップ

v0.2では、クライアント間でMCPの認証情報処理パターンが安定次第、ar_check_balancear_register_artifactを追加する予定です。ar_seal_treeは無期限に延期されています(不可逆的なアクションであり、プロトコルがまだ提供していない堅牢なユーザー確認プリミティブが必要なため)。延期されたツールは完全に実装されており、src/future-tools.tsに存在します。これらを有効にするには、ツールごとに1行のコードを変更するだけです。

開発

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

MCPインスペクターでローカルに検証します:

npx @modelcontextprotocol/inspector http://localhost:8787/mcp

ライセンス

MIT。

参照

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for temporal state queries and cryptographic audit trails. Query historical entity state at any point in time, generate Merkle proofs of past state, and anchor contract snapshots for immutable provenance.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Read-only on-chain query surface for the AgentCivics civil registry on Sui — soulbound AI-agent identities, on-chain memories, reputation, refusal records. Hosted, no install, no keypair. For write tools (register, write_memory, record_refusal), install the npm package @agentcivics/mcp-server locally and supply your own keypair.
    26
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables MCP hosts to verify agent spending mandates and receipts, providing stateless tools for authorization, chain verification, credential verification, and DID resolution.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnchorRegistry/ar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server