provenance-mcp
Provides risk assessment for Algorand x402 endpoints by analyzing on-chain payment data to detect wash trading, self-dealing loops, and artificial revenue patterns before sending USDC payments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@provenance-mcpcheck the wash risk of Algorand endpoint ABC123DEF"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Cabal-Hunter
Install
Claude Code
claude mcp add provenance -- npx -y provenance-mcpClaude 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceVerify x402 endpoints before your agent spends. Three tools: verify (SPEND/CAUTION/INVESTIGATE/DO NOT SPEND backed by 50K+ services), passport (full trust identity), risk_check (deep assessment). No API keys, no signup.Last updated5MIT
- AlicenseAqualityAmaintenanceOn-chain Solana token safety for trading agents β traces coordinated wallet funding, same-block Jito bundles, serial-rug deployers and live coordinated dumps into one Exit-Liquidity Risk verdict before a swap. Free tier, then $0.02 USDC/query via x402.Last updated1251MIT
- AlicenseAqualityBmaintenancePaid access to Solana DeFi risk intelligence β rug/honeypot scans, liquidity-pool analysis, and wash-trade-filtered pool rankings. Automatically settles micropayments in USDC via x402.Last updated10207MIT
- AlicenseAqualityBmaintenanceBefore an AI agent pays an x402 endpoint, checks whether it's safe to pay: liveness, scam/anomaly scan (payTo hijack, bait-and-switch, honeypot), and on-chain receiver verification. ~70% of x402 endpoints are dead or scams.Last updated3MIT
Related MCP Connectors
Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.
Counterparty risk scoring for agentic commerce via x402 micropayments.
Solana transaction diagnosis, simulation, token-risk evidence, and priority fees via x402 USDC.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apeirontrade/provenance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server