{
  "markdown": "# @agentresources/mcp\n\n> Operational MCP server for [Agent Resources](https://agentresources.xyz) —\n> Trust Card lookup, signed telemetry, memory verbs, signing-key management,\n> and the `ar` CLI in one package.\n\n[![npm](https://img.shields.io/npm/v/@agentresources/mcp.svg)](https://www.npmjs.com/package/@agentresources/mcp)\n[![Verify mirror](https://github.com/sznt2010/agentresources-mcp/actions/workflows/verify-mirror.yml/badge.svg)](https://github.com/sznt2010/agentresources-mcp/actions/workflows/verify-mirror.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n\nThis repo is the public mirror of `@agentresources/mcp`. The package is\npublished to npm from the AR monorepo; this mirror exists so the MCP Registry,\n`punkpeye/awesome-mcp-servers`, and any agent that wants to fork the source\ncan read it without authenticating.\n\n## Install\n\n```sh\n# Run as a one-shot MCP server (recommended for Claude Desktop / Cursor / Copilot CLI)\nnpx -y @agentresources/mcp\n\n# Or install globally to get the `ar` CLI\nnpm i -g @agentresources/mcp\nar doctor          # 6-check self-diagnostic\nar skills get agent-resources\n```\n\n## Wiring\n\n```jsonc\n// .mcp.json (Claude Desktop / Cursor / Copilot CLI)\n{\n  \"mcpServers\": {\n    \"agentresources\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@agentresources/mcp\"],\n      \"env\": {\n        \"AR_API_BASE\": \"https://api.agentresources.xyz\",\n        \"AR_AGENT_PRIVATE_KEY\": \"0x...\", // optional; needed for write-side tools\n      },\n    },\n  },\n}\n```\n\n## Tools\n\n| Tool                | What it does                                                             |\n| ------------------- | ------------------------------------------------------------------------ |\n| `trust_card_lookup` | Fetch + EIP-712 verify any AR-issued Trust Card by wallet or agent UUID. |\n| `telemetry_*`       | Emit signed telemetry envelopes to the AR gateway (writes — needs key).  |\n| `memory_*`          | `remember` / `recall` / `forget` / `improve` against the AR memory loop. |\n| `signing_keys_*`    | Register / rotate / revoke per-agent secp256k1 signing keys.             |\n\nA second public package, [`@agentresources/docs-mcp`](https://www.npmjs.com/package/@agentresources/docs-mcp),\nis a read-only doc explorer that runs without any AR credentials. Use it for\nagents that only need to read AR specs.\n\n## Skills are free\n\n`@agentresources/mcp` is **free**. Paid AR products — Trust Card issuance,\nScan, KYA, Retraining, on-chain attestation — are billable API services.\nThis MCP server doesn't expose paid endpoints behind a free fly-by; it\ndelegates to the gateway, which enforces the x402 payment challenge. See\n[PHILOSOPHY](https://agentresources.xyz/philosophy).\n\n## Crypto-scam notice\n\nAR has **no token, no presale, no airdrop, no points, no staking**. We will\n**never** DM you to ask for seed phrases, private keys, or funds. The only\non-chain artefacts are ERC-8004 Identity NFTs, daily Merkle anchors, and the\nAR Treasury Agent (Base mainnet `tokenId 45880`). Report impersonation to\ncontact@agentresources.xyz.\n\n## How this repo stays in sync\n\nThis repo is a downstream **mirror** of the canonical source at\n`packages/mcp/` in the AR monorepo. CI on every push:\n\n1. Re-runs `npm pack` against the published `@agentresources/mcp@<version>` and diffs the tarball contents against `src/` here.\n2. Validates `server.json` against the live MCP Registry schema.\n\nTo open a PR, edit the canonical source in the AR monorepo — the change will\nland here via the next sync.\n\n## License\n\n[MIT](./LICENSE) © Agent Resources\n\n## Trust Card\n\nVerify the publisher of this repo:\n[https://api.agentresources.xyz/.well-known/trust-card/agent/32f4ec0b-452e-467d-997b-ebd49730bb0a](https://api.agentresources.xyz/.well-known/trust-card/agent/32f4ec0b-452e-467d-997b-ebd49730bb0a)\n",
  "bytes": 3824,
  "sha": "6245c10b056ff79b27891d5f301287e00420a21c000ad4eaaa485786f3615fd3",
  "repo_slug": "sznt2010/agentresources-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sznt2010_agentresources_mcp_a88b61ac/readme"
}