📦
Seline
Local MCP server for Seline Analytics API
0 installs
Trust: 37 — Low
Devtools
Ask AI about Seline
Powered by Claude · Grounded in docs
I know everything about Seline. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Seline MCP
Seline 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.
Seline MCP runs over stdio and sends tool requests to the Seline public API using your API key (Settings → Integrations).
Cursor setup
{
"mcpServers": {
"seline": {
"command": "npx",
"args": ["-y", "@seline-analytics/mcp", "sln_your_api_key"]
}
}
}
Then restart Cursor so it reconnects MCP servers.
Claude Code setup
Run this command:
claude mcp add seline -- npx -y @seline-analytics/mcp sln_your_api_key
Then restart Claude Code.
Codex setup
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.
Tools
seline_get_data->POST /api/v1/dataseline_get_charges->POST /api/v1/chargesseline_get_visit_metrics->POST /api/v1/visit-metricsseline_get_custom_events->POST /api/v1/custom-eventsseline_get_top_visitors->POST /api/v1/stats
