mcpbeat Sign in

Shuka MCP Server

local only

Shuka runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm.

Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 14 · avg 4 · +190% w/w
a month agotoday
26
Installs / week
npm · @shukashake/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 shuka -- npx -y @shukashake/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shuka": {
      "args": [
        "-y",
        "@shukashake/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.shuka]
command = "npx"
args = ["-y", "@shukashake/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "shuka": {
      "args": [
        "-y",
        "@shukashake/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "shuka": {
      "args": [
        "-y",
        "@shukashake/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SHUKA_API_URL (Shuka API base URL), SHUKA_API_KEY (Optional API key for authenticated requests). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Shuka

same job, measured the same way
Schelling Protocol
by codyz123

Universal coordination protocol for AI agents. Discovery, matching, and negotiation.

40 installs/wk local only
Lingua Universale MCP Server
by rafapra3008

Verify AI agent communication with session types and formal proofs

69 installs/wk local only
AccordTrace
by kosta1985

Tamper-evident proof creation and verification for AI agents via MCP, A2A, and REST.

9 tools answering
MadTaco
by madtaco

Verification and trust checks for AI agents: validate, screen, propose, accounts, usage.

96 installs/wk local only
Trust Chain MCP
by csoai-org

Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI

177 installs/wk local only
ProofSlip
by proofslip

Receipt-based verification for AI agent workflows — create, verify, and poll ephemeral proof objects

55 installs/wk local only
Uniprof
by indragiek

Universal CPU profiler designed for humans and AI agents

29 installs/wk local only
Vaultfire Trust Protocol
by ghostkey316

On-chain trust verification and Street Cred for AI agents. ERC-8004, multi-chain.

40 installs/wk local only

Shuka — questions

Answers built from our own checks of this server.

Why is there no uptime for Shuka?
Shuka 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 @shukashake/mcp was installed 26 times last week.
Is Shuka still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Shuka?
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 @shukashake/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Shuka?
The npm package @shukashake/mcp was installed 26 times in the last week. Week over week that is +190%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.