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_artifactar_seal_tree 已无限期推迟(属于不可逆操作;需要协议尚未提供的稳健用户确认原语)。推迟的工具已完全实现并位于 src/future-tools.ts 中 —— 启用它们只需为每个工具修改一行代码。

开发

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