Mcp Analytics Middleware — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Analytics Middleware (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A simple way to track and visualize how your MCP server is being used. See which tools are most popular, catch errors early, and understand your server's performance.
yarn add mcp-analytics-middlewareimport { McpAnalytics } from 'mcp-analytics-middleware';
let server = new McpServer({
name: 'Sample MCP Server with Analytics',
version: '1.0.0'
});
const analytics = new McpAnalytics('analytics.db');
server = analytics.enhance(server); // override tool and resource function implementation to record usage in sqliteWant to see a dashboard for a Tyescript SDK MCP Server making use of this middleware? You can directly provide a live dashboard using
npx -p mcp-analytics-middleware web-viewer --db-path analytics.db
The web dashboard will open at http://localhost:8080 and show you live analytics!
You'll see:
Example implementatinos of the analytics middleware can be found.
If you're using the MCP Inspector, just add the analytics flag:
yarn inspector --analytics --db-path analytics.dbMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.