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

설정(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 → 새 MCP 서버 추가(Add new MCP server). 이름: 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에 존재하며, 도구당 한 줄의 코드를 변경하여 활성화할 수 있습니다.

개발

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