Seline MCP Server

Local MCP server for Seline Analytics API

Local serverstdioGo

What is the Seline MCP server?

Connect Seline to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Local MCP server for Seline Analytics API. The seline mcp server is what makes that connection.

What the server does

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.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • seline_list_projects — > POST /api/v1/projects
  • seline_get_data — > POST /api/v1/data
  • seline_get_charges — > POST /api/v1/charges
  • seline_get_top_visitors — > POST /api/v1/stats
  • seline_get_pages — > POST /api/v1/pages
  • seline_get_visit_metrics — > POST /api/v1/visit-metrics
  • seline_get_custom_events — > POST /api/v1/custom-events
  • seline_get_events — > POST /api/v1/events
  • seline_get_property_values — > POST /api/v1/property-values
  • seline_get_field_keys — > POST /api/v1/event-data
  • seline_get_field_values — > POST /api/v1/field-values
  • seline_get_funnel — > POST /api/v1/funnel

Installation

@seline-analytics/mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Seline's toolset — seline_list_projects, seline_get_data, seline_get_charges and 11 more — is a fair guide to whether it matches your workflow. It is maintained by getseline; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Seline.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
seline_list_projects> POST /api/v1/projects
seline_get_data> POST /api/v1/data
seline_get_charges> POST /api/v1/charges
seline_get_top_visitors> POST /api/v1/stats
seline_get_pages> POST /api/v1/pages
seline_get_visit_metrics> POST /api/v1/visit-metrics
seline_get_custom_events> POST /api/v1/custom-events
seline_get_events> POST /api/v1/events
seline_get_property_values> POST /api/v1/property-values
seline_get_field_keys> POST /api/v1/event-data
seline_get_field_values> POST /api/v1/field-values
seline_get_funnel> POST /api/v1/funnel
seline_get_visitors> POST /api/v1/visitors
seline_get_visitor> POST /api/v1/visitor

How to install the Seline MCP server

{
  "mcpServers": {
    "seline": {
      "command": "npx",
      "args": ["-y", "@seline-analytics/mcp", "sln_your_api_key"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Seline to seline list projects.
  • Use Seline to seline get data.
  • Use Seline to seline get charges.

Frequently asked questions

It connects Seline to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (seline_list_projects, seline_get_data, seline_get_charges, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Seline directly.