
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@agentresources/mcp
Advanced tools
Operational Model Context Protocol (MCP) server + `ar` CLI for Agent Resources. Wraps Trust Card lookup, signed telemetry, memory verbs, signing-key management, and ships the `ar doctor` self-diagnostic.
Operational Model Context Protocol server for Agent Resources — plus the ar CLI (ar doctor, ar skills get, ar mcp).
Wraps the operational AR gateway routes (Trust Card lookup, signed telemetry, memory verbs, signing-key management) behind a stdio-transport MCP server. Drop into Claude Code, Cursor, VS Code, Windsurf, or any MCP host.
npm install -g @agentresources/mcp # gives you `ar` + `agent-resources-mcp`
# or, no install:
npx @agentresources/mcp # starts the MCP server on stdio
Python users: pip install agent-resources-mcp ships the same MCP surface (CLI parity with ar is a follow-up).
| Tool | Purpose |
|---|---|
trust_card_lookup | Public Trust Card fetch + optional anchor proof |
telemetry_ingest | Submit (signed) telemetry spans |
memory | remember / recall / forget / improve over the unified telemetry-as-memory store |
signing_keys | List / register / revoke an agent's signing keys |
All authed tools require AR_SESSION_TOKEN in the environment. Get one with walletLogin from @agentresources/sdk.
ar doctor # six-check self-diagnostic (gateway, LiteLLM, signer key, dry-run, secrets, vulns)
ar doctor --offline --quick --json
ar skills get agent-resources
ar skills get verify-trust-card
ar mcp # equivalent to `agent-resources-mcp`
ar version
ar doctor checks/api/health)/.well-known/trust-card/0x000...0)pnpm audit → npm audit fallback)Exit code = number of failed checks. Warns do not contribute to exit. Use --json for machine-readable output.
.mcp.json at your project root:
{
"mcpServers": {
"agent-resources": {
"command": "npx",
"args": ["@agentresources/mcp"],
"env": {
"AR_API_URL": "https://api.agentresources.xyz",
"AR_SESSION_TOKEN": "<your wallet session token>"
}
}
}
}
Cursor: .cursor/mcp.json. VS Code: .vscode/mcp.json. Windsurf: .windsurf/mcp.json. OpenCode: opencode.json. OpenClaw: .claw.json.
import { createMcpServer } from "@agentresources/mcp";
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
const server = createMcpServer({
apiUrl: "https://api.agentresources.xyz",
token: process.env.AR_SESSION_TOKEN,
});
await server.connect(new StdioServerTransport());
MIT. See LICENSE.
AR skills are free, portable capability packs. Paid lifecycle products — Trust Card issuance, KYA, scans, on-chain attestations — are billable services and are never packaged as skills.
Agent Resources has not issued, sold, or pre-sold any token. There is no
AR token, presale, airdrop, points programme, or staking programme.
Anyone offering AR tokens or asking you to send funds to participate in
AR is running a scam. See PHILOSOPHY.md
for the full disclaimer and agentresources.xyz/legal/terms#10
for the legal notice.
FAQs
Operational Model Context Protocol (MCP) server + `ar` CLI for Agent Resources. Wraps Trust Card lookup, signed telemetry, memory verbs, signing-key management, and ships the `ar doctor` self-diagnostic.
The npm package @agentresources/mcp receives a total of 14 weekly downloads. As such, @agentresources/mcp popularity was classified as not popular.
We found that @agentresources/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.