npm provenance-mcpstdioupdated 2mo ago
Check the wash-traffic risk of Algorand x402 endpoints before your agent pays them.
What can you do with provenance mcp?
provenance-mcp
Check the wash-traffic risk of Algorand x402 endpoints before your agent pays them.
π The x402 Trust Index β our free public leaderboard: weekly Bazaar Wash Report + resale-authorization audits for 38 API brands.
Roughly half of x402 "agentic payment" activity is artificial β self-dealing loops, fresh-wallet farms, metronomic bots. Provenance reads the chain and tells your agent whether an endpoint's revenue is organic or fabricated, so it can decide before sending USDC.
Tools
check_endpoint_risk(address)β free quick verdict for any Algorand endpoint payTo address: risk level (low/medium/high/critical), 0β100 score, and the on-chain red flags (distinct-payer count, self-dealing payout loops, wallet ages, timing regularity, funding concentration).provenance_service_info()β service + paid-tier info.
Deep forensics are x402-paid on the same API: /score $0.05 Β· /report $0.50
(full 8-signal grade + facilitator drift) Β· /diligence $5.00.
Install
Claude Code
claude mcp add provenance -- npx -y provenance-mcp
Claude Desktop / any MCP client (mcpServers config):
{
"mcpServers": {
"provenance": {
"command": "npx",
"args": ["-y", "provenance-mcp"]
}
}
}
Then ask your agent: βcheck the wash risk of Algorand endpoint <ADDRESS>β.
How it works
The hosted Provenance engine indexes USDC (ASA 31566704) payments on Algorand mainnet, enriches payer wallets (age, first funder, asset diversity, rekey auth-addr), clusters them (union-find over funding + shared-key links), and runs 8 wash-detection signals. Scores are point-in-time snapshots, anchored on-chain for tamper-evidence. Methodology: signals, not accusations β a high score means the revenue pattern is consistent with self-dealing, not that the operator is guilty of anything.
- Env:
PROVENANCE_API_URLto point at a different Provenance deployment. - Free tier: 30 checks/hour/IP.
Guard your x402 client directly
Building an agent that pays over x402? provenance-guard
wraps any x402-paying fetch and runs this same check automatically before any
money moves β one line, zero dependencies:
import { createGuard } from "provenance-guard";
const guarded = createGuard().guardedFetch(fetchWithPayment);
MIT Β· Provenance β the trust layer for machine-payable endpoints.
Install
Add provenance mcp to your client. Pick the one you use.
claude mcp add provenance-mcp -- npx -y provenance-mcpcodex mcp add provenance-mcp -- npx -y provenance-mcpamp mcp add provenance-mcp -- npx -y provenance-mcp{
"mcpServers": {
"provenance-mcp": {
"command": "npx",
"args": [
"-y",
"provenance-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"provenance-mcp": {
"command": "npx",
"args": [
"-y",
"provenance-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"provenance-mcp","command":"npx","args":["-y","provenance-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"provenance-mcp": {
"command": "npx",
"args": [
"-y",
"provenance-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"provenance-mcp": {
"command": "npx",
"args": [
"-y",
"provenance-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"provenance-mcp": {
"command": "npx",
"args": [
"-y",
"provenance-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"provenance-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"provenance-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"provenance-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"provenance-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y provenance-mcpRun `goose configure`, choose **Add Extension β Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 57 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Jul 5, 2026 |
| 0.1.0 | Jul 5, 2026 |