Odel
tctc mcp

tctc mcp

Local
@kofujimuraTypeScriptUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtctc-mcpv0.3.3

Run

npx -y tctc-mcp

MCP client config

{
  "mcpServers": {
    "tctc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tctc-mcp"
      ]
    }
  }
}