mcpbeat Sign in

Tctc MCP Server

by kofujimura Your server? Claim it
local only

Tctc MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 193 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 15 · avg 6 · -47% w/w
a month agotoday
193
Installs / week
npm · tctc-mcp
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command gate/src/index.ts:54
  const child = spawn(config.server.command, config.server.args, {
Long encoded blob in source dashboard/src/lib/ct-artifacts.ts:17
  "0x608060405234801561000f575f5ffd5b506040516118e03803806118e083398101604081905261002e91610107565b60408051602081019091525f8152339061004781610092565b506001600160a01b03811661007557604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b61007e816100a2565b50600461008b828261023…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tctc-mcp -- npx -y tctc-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tctc-mcp": {
      "args": [
        "-y",
        "tctc-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tctc-mcp]
command = "npx"
args = ["-y", "tctc-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tctc-mcp": {
      "args": [
        "-y",
        "tctc-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tctc-mcp": {
      "args": [
        "-y",
        "tctc-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TCTC_ADMIN_PRIVATE_KEY (Issuer key enabling grant_role/revoke_role (admin mode). Omit for read-only mode: state-changing tools are then not even registered). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tctc MCP

same job, measured the same way
AgentAuth
by raditotev

Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.

62 installs/wk local only
Termada
by islomzoda

Persistent, policy-controlled missions for AI agents operating local and SSH environments.

local only
Toreva Goals
by toreva

Durable, user-controlled goals and governed plans for AI agents.

answering
Grabblist
by grabbitapp

Save and organize web finds in persistent, user-controlled collections for AI assistants.

23 tools answering
C
Grantor MCP
by chaingrantor

Wrap any MCP server with enforced, bounded, revocable permissions — grant, narrow, check, revoke.

132 installs/wk local only
Logic Server
by nocturnus

Agent reasoning, memory, and token-optimized context for AI applications.

60 installs/wk local only
Smart Context MCP
by arrayo

Reduces AI agent token usage by 90% via context compression and task checkpoint persistence.

148 installs/wk local only
I
token-gate-mcp
by abduljabbarbxr

Token and context budget for AI agents. Tracks spend and gates the session.

513 installs/wk local only

Tctc MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tctc MCP?
Tctc MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tctc-mcp was installed 193 times last week.
How do I connect Tctc MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tctc-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tctc MCP?
The npm package tctc-mcp was installed 193 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tctc MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.