Seline Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Seline Mcp (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.
<h1>Seline MCP</h1> <div> <a href="https://seline.com"> <img width="500" src="https://images.seline.com/seline-boxes.png" alt="Seline" /> </a> </div> <div> <a href="https://seline.com"><strong>Seline</strong></a> is a cookieless, lightweight and independent analytics platform designed with privacy in mind. Get insights about your website and product usage without compromising user privacy. </div>
Seline MCP runs over stdio and sends tool requests to the Seline public API using your API key (Settings → Integrations).
{
"mcpServers": {
"seline": {
"command": "npx",
"args": ["-y", "@seline-analytics/mcp", "sln_your_api_key"]
}
}
}Then restart Cursor so it reconnects MCP servers.
Run this command:
claude mcp add seline -- npx -y @seline-analytics/mcp sln_your_api_keyThen restart Claude Code.
If your Codex client uses mcpServers JSON config, add:
{
"mcpServers": {
"seline": {
"command": "npx",
"args": ["-y", "@seline-analytics/mcp", "sln_your_api_key"]
}
}
}Then restart Codex and confirm the seline_* tools appear.
Data over time:
seline_get_data -> POST /api/v1/dataseline_get_charges -> POST /api/v1/chargesCounts and totals:
seline_get_top_visitors -> POST /api/v1/statsseline_get_visit_metrics -> POST /api/v1/visit-metricsseline_get_custom_events -> POST /api/v1/custom-eventsseline_get_exit_pages -> POST /api/v1/exit-pagesEvents and properties:
seline_get_events -> POST /api/v1/eventsseline_get_property_values -> POST /api/v1/property-valuesseline_get_field_keys -> POST /api/v1/event-dataseline_get_field_values -> POST /api/v1/field-valuesFunnels:
seline_get_funnel -> POST /api/v1/funnelVisitors:
seline_get_visitors -> POST /api/v1/visitorsseline_get_visitor -> POST /api/v1/visitorseline_get_visitor_events -> POST /api/v1/visitor-eventsseline_get_most_active_visitors -> POST /api/v1/most-active-visitorsseline_get_visitor_insight -> POST /api/v1/visitor-insightThis MCP server runs locally and sends requests only to the Seline API using your API key.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.