← Back to Plugins
MCP Server MCP

io.github.sznt2010/agentresources-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @agentresources/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@agentresources/mcp",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        },
        {
          "value": "@agentresources/mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Override AR gateway base URL. Defaults to https://api.agentresources.xyz",
          "name": "AR_API_BASE"
        },
        {
          "description": "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).",
          "isSecret": true,
          "name": "AR_AGENT_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...