mcpbeat Sign in

Agent Identity MCP Server

local only

Agent Identity MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 28 Aug 2026.

Gives an AI agent a disposable email and a real UK phone number to test signup flows.

Installs per day peak 27 · avg 1
a month agotoday
44
Installs / week
npm · agent-identity-mcp
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agent Identity MCP 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 agent-identity-mcp -- npx -y agent-identity-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-identity-mcp": {
      "args": [
        "-y",
        "agent-identity-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-identity-mcp]
command = "npx"
args = ["-y", "agent-identity-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-identity-mcp": {
      "args": [
        "-y",
        "agent-identity-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-identity-mcp": {
      "args": [
        "-y",
        "agent-identity-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Identity MCP

same job, measured the same way
fixture.email — Email Testing for Agents
by fixture

Disposable test mailboxes on a real domain: send, receive and assert on real email.

answering
Tapp
by aarwitz

Test iOS, Android, and web apps with agent exploration, replayable flows, and CI gates.

639 installs/wk local only
Siteglass
by siteglass

Archive any URL to a shareable rrweb/pdf/png snapshot + agent-driven web QA (scan, run E2E flows).

51 installs/wk local only
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
D
Catchr
by workers-perch-app-catchr

Instant no-signup webhook & HTTP-request inspector for testing webhooks and agent tool-callbacks.

4 tools answering
Safe Fix MCP
by pamela-0

Finds real dead code and proposes a safe, test-gated branch+PR to remove it.

146 installs/wk local only
S
marginal
by marginal

Email A/B tests for AI agents: subject lines, managed sends, open/click tracking, and results.

answering
noisefloor — is this number real?
by beepboop2025

Is this number real, or is it noise? Peek-safe A/B tests, change detection, honest forecasts.

112 installs/wk local only

Agent Identity MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Identity MCP?
Agent Identity 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 agent-identity-mcp was installed 44 times last week.
How do I connect Agent Identity 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 agent-identity-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Identity MCP?
The npm package agent-identity-mcp was installed 44 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 Agent Identity MCP open source?
Yes — it is published under the MIT licence, written in TypeScript 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.