mcpbeat Sign in

Provenance MCP Server

by apeirontrade Your server? Claim it
local only

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

Wash-traffic risk checks for Algorand x402 endpoints before your agent trusts or pays them.

Installs per day peak 148 · avg 13 · +2% w/w
a month agotoday
36
Installs / week
npm · provenance-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: PROVENANCE_API_URL (Provenance API base URL (defaults to the hosted service)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Provenance MCP

same job, measured the same way
X402 Trust MCP
by jonasfuchss

Trust & reliability data for x402 endpoints before your agent pays them.

707 installs/wk local only
Pulsefeed X402
by nikolife2016

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

76 installs/wk 11 tools answering
Agent Wormhole
by runningoffcode

Check tokens, pages and x402 payments before your agent trusts them. Offline verdicts.

563 installs/wk local only
Mizan
by higgsfield-mizan-bazar

Check an x402 endpoint before your agent pays it: avoid / caution / ok, proven on-chain.

3 tools answering
X402station
by sf1nx

x402station.io: independent risk-signal layer for x402 endpoints before agents pay.

47 installs/wk local only
Endpoint Diligence
by x402supply

Live x402 endpoint trust/diligence check before you pay it. $0.02/call via x402.

3 tools answering
x402 Merchant Check
by gradientdecisions

Pre-payment merchant trust checks for x402 agents on Base and Solana.

1 tools answering
Deadchannel
by plus8bit

Check an x402 endpoint before you pay it: verdict, risk score and what is wrong. $0.005 in USDC.

35 installs/wk local only

Provenance MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Provenance MCP?
Provenance 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 provenance-mcp was installed 36 times last week.
How do I connect Provenance 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 provenance-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Provenance MCP?
The npm package provenance-mcp was installed 36 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Provenance MCP open source?
Yes — it is published under the MIT 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.