Skip to main content
Glama

ar-mcp

El servidor MCP de AnchorRegistry. Resuelve cualquier AR-ID, hash de manifiesto o árbol de procedencia desde cualquier cliente de IA compatible con MCP.

License: MIT MCP Cloudflare Workers

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

Instalación

Claude Desktop

Configuración → Integraciones → Añadir servidor. URL: https://mcp.anchorregistry.ai/mcp

Claude Code

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

Cursor

Configuración → MCP → Añadir nuevo servidor MCP. Nombre: anchorregistry · Tipo: http · URL: https://mcp.anchorregistry.ai/mcp

Related MCP server: @agentcivics/mcp-server

Herramientas

ar_verify_arid

Resuelve un AR-ID a su registro de procedencia completo.

"¿Qué hay en AR-2026-qnPOJ1z?"

ar_verify_by_hash

Resuelve un artefacto mediante su hash de manifiesto SHA-256.

ar_resolve_tree

Devuelve el árbol de procedencia completo para cualquier AR-ID.

Cómo funciona

ar-mcp es un proxy ligero. Cada llamada a la herramienta accede a api.anchorregistry.ai y devuelve el JSON sin cambios. No se registran datos, no se almacenan credenciales y no se mantiene ningún estado entre solicitudes.

La superficie completa está documentada en:

Hoja de ruta

v0.2 añadirá ar_check_balance y ar_register_artifact una vez que el patrón de manejo de credenciales de MCP se estabilice entre los clientes. ar_seal_tree se ha pospuesto indefinidamente (es una acción irreversible; necesita primitivas robustas de confirmación del usuario que el protocolo aún no proporciona). Las herramientas pospuestas están completamente implementadas y se encuentran en src/future-tools.ts; habilitarlas es un cambio de una línea por herramienta.

Desarrollo

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

Verifique localmente con el inspector de MCP:

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

Licencia

MIT.

Ver también

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