Serversio.github.sznt2010/agentresources-mcp
M

io.github.sznt2010/agentresources-mcp

io.github.sznt2010/agentresources-mcp · v0.1.2
▦ npm
v0.1.2npm npm: @agentresources/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sznt2010/agentresources-mcp",
  "description": "MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402.",
  "repository": {
    "url": "https://github.com/sznt2010/agentresources-mcp",
    "source": "github"
  },
  "version": "0.1.2",
  "websiteUrl": "https://agentresources.xyz",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}