mcpbeat Sign in

Agentresources MCP Server

local only

Agentresources MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 4 May 2026.

MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402.

Installs per day peak 11 · avg 5 · +176% w/w
a month agotoday
43
Installs / week
npm · @agentresources/mcp
0
Stars
0 open issues
4 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/cli/doctor.ts:336
  const res = spawnSync(tool, args, { encoding: "utf8", timeout: 30_000 });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentresources-mcp -- npx -y @agentresources/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentresources-mcp": {
      "args": [
        "-y",
        "@agentresources/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentresources-mcp]
command = "npx"
args = ["-y", "@agentresources/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentresources-mcp": {
      "args": [
        "-y",
        "@agentresources/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentresources-mcp": {
      "args": [
        "-y",
        "@agentresources/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AR_API_BASE (Override AR gateway base URL. Defaults to https://api.agentresources.xyz), AR_AGENT_PRIVATE_KEY (secp256k1 private key (hex) used to sign telemetry envelopes and authenticate via wallet-session login. Required for write-side tools (telemetry, memory, signing-keys). Optional for read-side tools (trust_card_lookup).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentresources MCP

same job, measured the same way
RocketCyber
by wyre-ai

MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.

local only
RocketCyber
by wyre-technology

MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.

local only
Attestify OS
by attestifyagent

MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.

57 installs/wk local only
Agent Trust MCP
by nikoble1926

ERC-8004 agent trust scores via x402: free preview + paid USDC-on-Base signed scores (5 chains)

30 installs/wk local only
HODLXXI Read-Only
by hodlxxi

Public read-only MCP server for HODLXXI agent identity, trust, receipts, and verification.

26 tools answering
AgentTrust
by raditotev

MCP Server for Agent Reputation & Trust Scoring

150 installs/wk local only
Veridict
by xkumakichi

Know if you can trust your MCP server. Trust judgment for AI agents.

31 installs/wk local only
Entropy0dev
by entropy0dev

Entropy0 MCP server — source trust and URL safety tools for AI agents

32 installs/wk local only

Agentresources MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentresources MCP?
Agentresources MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agentresources/mcp was installed 43 times last week.
How do I connect Agentresources MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agentresources/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentresources MCP?
The npm package @agentresources/mcp was installed 43 times in the last week. Week over week that is +176%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentresources MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.