tctc-mcp

kofujimura/tctc-mcp
★ 0 stars TypeScript AI/LLM Updated 2d ago
An MCP server exposing ERC-7303 (Token-Controlled Token Circulation) roles to AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

An MCP server exposing [ERC-7303](https://eips.ethereum.org/EIPS/eip-7303) (Token-Controlled Token Circulation) roles to AI agents: agents check their own on-chain permissions, and human principals grant/revoke them by minting/burning control tokens — no permission server required. Status: **v0.2** — adds IERC7303 auto-discovery (below); published on

Tools (7)

check_all_rolescheck_rolediscover_rolesgrant_rolelist_rolesresolve_agentrevoke_role

Topics

access-controlai-agentsmcpmcp-server