mcpbeat Sign in

Verimand MCP Authority Server MCP Server

local only

Verimand MCP Authority Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Agent-native access to verifiable VAGP authority.

Installs / week
npm · @verimand/mcp-authority-server
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Verimand MCP Authority Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Verimand MCP Authority Server

same job, measured the same way
Agent Envelope MCP
by blackboxengineering

Neutral MCP server for AgentEnvelope authority: sovereign verify + vault verify/lookup/mint.

59 installs/wk local only
microservices.sh
by microservices

MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

43 installs/wk answering
OnceAsk
by rsb6061

MCP server for OnceAsk, the AI-native current-address layer for people and agents.

4 tools answering
Dk Eli MCP
by matematicsolutions

MCP server for Danish legislation (Retsinformation) with native ELI and verifiable citations.

234 installs/wk local only
Touchstone
by savecharlie

Verifiable text/code/measurement tools for agents, each reproducing a named authority.

29 installs/wk local only
MCP Ts Core
by cyanheads

Agent-native TypeScript framework for MCP servers.

15 972 installs/wk local only
Ch Eli MCP
by matematicsolutions

MCP server for Swiss federal legislation via Fedlex (native ELI), verifiable citations.

223 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

592 installs/wk local only

Verimand MCP Authority Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Verimand MCP Authority Server?
Verimand MCP Authority Server 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 @verimand/mcp-authority-server.
How do I connect Verimand MCP Authority Server?
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 @verimand/mcp-authority-server straight from npm; nothing to host, nothing to sign up for.
Is Verimand MCP Authority Server open source?
We cannot say either way: 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.