← Back to Plugins
MCP Server MCP

io.github.kofujimura/tctc-mcp

github By github 👁 1 views ▲ 0 votes

ERC-7303 token-controlled roles for AI agents: grant, check, and revoke permissions on-chain

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tctc-mcp",
      "version": "0.3.3",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to the role/chain config JSON (see examples/ in the repo; the secret-free Sepolia demo config works out of the box)",
          "isRequired": true,
          "format": "string",
          "type": "named",
          "name": "--config"
        }
      ],
      "environmentVariables": [
        {
          "description": "Issuer key enabling grant_role/revoke_role (admin mode). Omit for read-only mode: state-changing tools are then not even registered",
          "format": "string",
          "isSecret": true,
          "name": "TCTC_ADMIN_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...