mcpbeat Sign in

Inam MCP Server

by inamprotocol Your server? Claim it
local only

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

Check an agent's INAM reputation before trusting it, and sign a receipt when work is done.

49
Installs / week
npm · inam-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: INAM_URL (Registry base URL. Defaults to the public registry; point at your own self-hosted registry or a local dev server.), INAM_PRIVATE_KEY (Hex-encoded Ed25519 private key. Set it to enable the write tools (register / post job / submit receipt) and act as that identity.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Inam MCP

same job, measured the same way
Autonoma Agent Services
by powerliftingdeveloper

Paid agent trust checks, receipt verification, research, data work, and monitoring.

6 tools answering
Evalgate
by ipezygj

Statistical checks an agent runs before trusting an AI eval number (is #1 real, judge bias, more).

22 installs/wk local only
Djd Agent Score
by jacobsd32-cpu

Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.

38 installs/wk local only
Agentic Reputation Gateway
by agenticsubstrate

Read-only gateway for durable agent identity, consent, recognized work, and signed receipts.

7 tools answering
Skillproof
by skillproofdev

Check whether a Claude Code skill was tested and whether it works before installing it.

37 installs/wk local only
Qorami
by loicfontaine-max

Check an email before an AI agent sends it: send / ask a human / block. Detects prompt injection.

30 installs/wk local only
Veritap
by veritap

Check whether a real-world fact can be verified before an agent acts on it. Free, no auth.

75 installs/wk 6 tools answering
Failecho
by failecho

Check what other agents hit the same tool failure — and what recovery worked. Ask before retrying.

358 installs/wk 4 tools answering

Inam MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Inam MCP?
Inam 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 inam-mcp was installed 49 times last week.
How do I connect Inam 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 inam-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Inam MCP?
The npm package inam-mcp was installed 49 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 Inam MCP open source?
Yes — it is published under the Apache-2.0 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.