mcpbeat Sign in

Proctor MCP Server

by louissarvin Your server? Claim it
local only

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

Human oversight for AI agents: block a tool call on a verified human, with on-chain proof.

Installs per day peak 134 · avg 5
a month agotoday
196
Installs / week
npm · proctor-mcp
0
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 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.

Sends data to a third-party sink web/vite.config.ts:38
  allowedHosts: ['.ngrok-free.app', '.ngrok.io', '.trycloudflare.com'],

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

This one needs environment variables set before it will start: PROCTOR_API (Base URL of the Proctor gate. Defaults to http://localhost:3700.), HEDERA_AGENT_ID (Hedera account id of the paying agent, e.g. 0.0.12345. Set this with HEDERA_AGENT_KEY to settle a real x402 payment. Omit both and the tool falls back to Proctor's operator endpoint, which opens a real decision but settles nothing.), HEDERA_AGENT_KEY (ECDSA private key for HEDERA_AGENT_ID. Spends money: scope it to a funded testnet account and nothing else.), AGENT_ALLOWED_TOKENS (Comma-separated HTS token ids this agent may pay in. The agent's own guard: it refuses assets its operator never approved.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Proctor

same job, measured the same way
Taste
by humantaste

Expert review for AI agents. On-chain proof of human review.

20 tools answering
HumanMirror One
by humanmirror

One MCP tool for verified AI-agent outcomes with success-only charging.

1 tools answering
Okaneland MCP
by thebaronofai

Verified AI-tool prices and AI product margin math for agents.

34 installs/wk local only
Agent Browser
by aetherai3

Self-hosted Chrome for AI agents, with a live noVNC view a human can take over.

1 675 installs/wk local only
Touchgrass MCP
by bbb-build

Hire Orb-verified humans for real-world tasks with on-chain escrow on World Chain

27 installs/wk local only
Daxoom
by daxoom

Owner-verified local business data for AI agents: profiles, hours, prices, with provenance.

answering
I
ProofStream
by proofstreamai

Dispatch a human verifier to physically verify anything in the real world. For AI agents.

25 installs/wk local only
Time
by clockchain

Clockchain®: neutral verified network time for AI agents (get_time). Testnet.

answering

Proctor — questions

Answers built from our own checks of this server.

Why is there no uptime for Proctor?
Proctor 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 proctor-mcp was installed 196 times last week.
How do I connect Proctor?
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 proctor-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Proctor?
The npm package proctor-mcp was installed 196 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Proctor 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.