mcpbeat Sign in

RealAgent MCP Server

by reddatetech Your server? Claim it
local only

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

AI agent real-name identity: SM2 keypair, QR real-name link, SD-JWT VP generate/verify.

Installs per day peak 171 · avg 21 · -81% w/w
a month agotoday
41
Installs / week
npm · realagent-mcp
1
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
unlicensed (all rights reserved)
License
JavaScript

What the code does

We read the source, 11 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 a command on install [пакет] package.json:1
postinstall: node install.js
    const v = spawnSync(binPath, ['version'], {
Builds a file path from a variable install.js:236, [пакет] install.js:236
    const outPath = path.join(destDir, name);

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

Alternatives to RealAgent MCP

same job, measured the same way
RealAgent MCP
by zhangxueliang1218

AI agent real-name identity: SM2 keypair, QR real-name link, SD-JWT VP generate/verify.

local only
C
Verifi
by verifi

Get a real human to verify, decide, or improve an AI agent's work.

4 tools answering
Basedagents
by maxfain

Search, verify, and manage AI agents on the BasedAgents identity and reputation registry.

27 installs/wk local only
Readme Generator AI MCP
by csoai-org

Readme Generator Ai MCP Server by MEOK AI Labs

199 installs/wk local only
Gateway
by bolyra

MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.

103 installs/wk local only
Waxseal
by degenlegion-com

Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals.

40 installs/wk local only
Soul MCP Server
by antoniotf5

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

34 installs/wk local only
Haldir
by exposureguard

Guardian layer for AI agents: identity, secrets, audit via MCP.

54 installs/wk local only

RealAgent MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for RealAgent MCP?
RealAgent 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 realagent-mcp was installed 41 times last week.
How do I connect RealAgent 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 realagent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use RealAgent MCP?
The npm package realagent-mcp was installed 41 times in the last week. Week over week that is -81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RealAgent MCP open source?
No, and the distinction matters: its licence is declared as unlicensed (all rights reserved). That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.