MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-sznt2010-agentresources-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
MCP Server for GCP environment for interacting with various Observability APIs.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Last9 MCP Server
Access Dynatrace observability data: logs, metrics, problems, vulnerabilities via DQL and Davis AI
MCP Security Weekly
Get CVE alerts and security updates for io.github.sznt2010/agentresources-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Operational MCP server for Agent Resources — Trust Card lookup, signed telemetry, memory verbs, signing-key management, and the
arCLI in one package.
This repo is the public mirror of @agentresources/mcp. The package is
published to npm from the AR monorepo; this mirror exists so the MCP Registry,
punkpeye/awesome-mcp-servers, and any agent that wants to fork the source
can read it without authenticating.
# Run as a one-shot MCP server (recommended for Claude Desktop / Cursor / Copilot CLI)
npx -y @agentresources/mcp
# Or install globally to get the `ar` CLI
npm i -g @agentresources/mcp
ar doctor # 6-check self-diagnostic
ar skills get agent-resources
// .mcp.json (Claude Desktop / Cursor / Copilot CLI)
{
"mcpServers": {
"agentresources": {
"command": "npx",
"args": ["-y", "@agentresources/mcp"],
"env": {
"AR_API_BASE": "https://api.agentresources.xyz",
"AR_AGENT_PRIVATE_KEY": "0x...", // optional; needed for write-side tools
},
},
},
}
| Tool | What it does |
|---|---|
trust_card_lookup | Fetch + EIP-712 verify any AR-issued Trust Card by wallet or agent UUID. |
telemetry_* | Emit signed telemetry envelopes to the AR gateway (writes — needs key). |
memory_* | remember / recall / forget / improve against the AR memory loop. |
signing_keys_* | Register / rotate / revoke per-agent secp256k1 signing keys. |
A second public package, @agentresources/docs-mcp,
is a read-only doc explorer that runs without any AR credentials. Use it for
agents that only need to read AR specs.
@agentresources/mcp is free. Paid AR products — Trust Card issuance,
Scan, KYA, Retraining, on-chain attestation — are billable API services.
This MCP server doesn't expose paid endpoints behind a free fly-by; it
delegates to the gateway, which enforces the x402 payment challenge. See
PHILOSOPHY.
AR has no token, no presale, no airdrop, no points, no staking. We will
never DM you to ask for seed phrases, private keys, or funds. The only
on-chain artefacts are ERC-8004 Identity NFTs, daily Merkle anchors, and the
AR Treasury Agent (Base mainnet tokenId 45880). Report impersonation to
contact@agentresources.xyz.
This repo is a downstream mirror of the canonical source at
packages/mcp/ in the AR monorepo. CI on every push:
npm pack against the published @agentresources/mcp@<version> and diffs the tarball contents against src/ here.server.json against the live MCP Registry schema.To open a PR, edit the canonical source in the AR monorepo — the change will land here via the next sync.
MIT © Agent Resources
Verify the publisher of this repo: https://api.agentresources.xyz/.well-known/trust-card/agent/32f4ec0b-452e-467d-997b-ebd49730bb0a