← Back to Plugins
MCP Server MCP

JustHandled Agent Utility Gateway

github By github 👁 1 views ▲ 0 votes

Thirty-two guarded agent utilities and maintained-data lookups over USDC x402.

Homepage Verified source GitHub

Install

npx -y @justhandledlabs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@justhandledlabs/agent-client",
      "version": "0.11.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key for a dedicated Base wallet funded with USDC. Never use a primary wallet.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "JH_EVM_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...