Install
$ agentstack add mcp-letmaik-mcp-provenance-monitor β scanned Β· β verified β works with Claude Code, Cursor, and more.
Security review
β PassedNo issues found. Passed automated security review. Β· v0.1.0 How review works β
- β Prompt-injection patterns
- β Secret / credential exfiltration
- β Dangerous shell & filesystem operations
- β Untrusted network calls
- β Known-malicious package signatures
What it can access
- β Network access No
- β Filesystem access No
- β Shell / process execution No
- β Environment & secrets No
- β Dynamic code execution No
From automated source analysis of v0.1.0. βUsedβ means the capability is present in the source β more access means more to trust, not that itβs unsafe.
About
MCP Provenance Monitor
π MCP Provenance Monitor Dashboard
A web dashboard for monitoring the software supply chain provenance of local MCP (Model Context Protocol) server packages.
[](https://letmaik.github.io/mcp-provenance-monitor)
[](https://letmaik.github.io/mcp-provenance-monitor)
FAQ
Why is MCP server xyz missing?
- Currently, only servers published on npm or PyPI are supported.
- Server data is sourced from the MCP registry at https://github.com/modelcontextprotocol/registry, which may not contain every server.
How can I add provenance to my MCP server?
- For NPM packages, see Generating provenance statements.
- For PyPI packages, see Producing attestations.
How can I add provenance to dependencies?
- Help improve the ecosystem by contributing to dependency packages: ensure they are built in CI and publish provenance. You can also consider submitting a pull request to those projects.
I just released a new version with provenance, but it still says provenance is missing. Why?
- Data is refreshed daily. If you just published a new version, please allow up to one day for the update to appear.
Do MCP clients check provenance?
- Not yet. For updates, see this issue.
Development
pip install -r requirements.txt
python -m collector.main --dev
python -m http.server -d web
License
See the [LICENSE](LICENSE) file for details.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source β we do not rehost the code.
- Author: letmaik
- Source: letmaik/mcp-provenance-monitor
- License: MIT
- Homepage: https://letmaik.github.io/mcp-provenance-monitor
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet β be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.