mcpbeat Sign in

nomue Record Verifier MCP Server

local only

nomue Record Verifier runs on your own machine — the client starts it, so there is no endpoint to ping. 187 installs a week from npm. Last commit 18 Sep 2026.

Local verification of nomue Protocol Records; current release supports the Release 1 Welch bundle.

Installs per day peak 137 · avg 13 · +308% w/w
a month agotoday
187
Installs / week
npm · @licklider/nomue-verifier-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

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

    const child = spawn(

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

Alternatives to nomue Record Verifier

same job, measured the same way
nomue Record Verifier
by licklider-ai

Local verification of nomue Protocol Records; current release supports the Release 1 Welch bundle.

31 installs/wk local only
Knowledge Base
by tunnelpowered

Search verified local businesses, check what their verification proves, and message them.

17 tools answering
Codasms MCP
by ajemba

Receive one-time SMS/OTP verification codes via the CODASMS API: get a number, wait, release.

29 installs/wk local only
Cortex
by vblackjack

Local multi-client RAG server over the Model Context Protocol.

4 275 installs/wk local only
NordicMCP — Weather
by nordicmcp

Hosted Weather MCP server (Open-Meteo): current, forecast, and historical weather by location.

answering
Launch Record Lookup
by websitelaunches

Look up a domain's public Website Launches launch record, owner verification & trust context.

1 tools answering
Nose for Leads
by noseforleads

Finds, filters, and verifies local-business leads; every email carries a verification receipt.

11 tools answering
LEGAION Verifier
by legaion

Checks legal citations against the official register they should come from, and records it.

answering

nomue Record Verifier — questions

Answers built from our own checks of this server.

Why is there no uptime for nomue Record Verifier?
nomue Record Verifier 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 @licklider/nomue-verifier-mcp was installed 187 times last week.
How do I connect nomue Record Verifier?
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 @licklider/nomue-verifier-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use nomue Record Verifier?
The npm package @licklider/nomue-verifier-mcp was installed 187 times in the last week. Week over week that is +308%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is nomue Record Verifier open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.