← Index

io.github.sznt2010/agentresources-mcp

io.github.sznt2010/agentresources-mcp·v0.1.2·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentresources-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentresources/mcp"
      ],
      "env": {
        "AR_API_BASE": "<ar_api_base>",
        "AR_AGENT_PRIVATE_KEY": "<your-ar_agent_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentresources-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentresources/mcp"
      ],
      "env": {
        "AR_API_BASE": "<ar_api_base>",
        "AR_AGENT_PRIVATE_KEY": "<your-ar_agent_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @agentresources/mcp
§02  Environment variables
AR_API_BASE

Override AR gateway base URL. Defaults to https://api.agentresources.xyz

AR_AGENT_PRIVATE_KEY
secret

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).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other