Skip to main content
Glama
getseline

Seline MCP

by getseline

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

Data over time:

  • seline_get_data -> POST /api/v1/data

  • seline_get_charges -> POST /api/v1/charges

Counts and totals:

  • seline_get_top_visitors -> POST /api/v1/stats

  • seline_get_visit_metrics -> POST /api/v1/visit-metrics

  • seline_get_custom_events -> POST /api/v1/custom-events

  • seline_get_exit_pages -> POST /api/v1/exit-pages

Events and properties:

  • 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

Funnels:

  • seline_get_funnel -> POST /api/v1/funnel

Visitors:

  • seline_get_visitors -> POST /api/v1/visitors

  • seline_get_visitor -> POST /api/v1/visitor

  • seline_get_visitor_events -> POST /api/v1/visitor-events

  • seline_get_most_active_visitors -> POST /api/v1/most-active-visitors

  • seline_get_visitor_insight -> POST /api/v1/visitor-insight

Privacy Policy

This MCP server runs locally and sends requests only to the Seline API using your API key.

  • Data collected: Your API key (stored locally in your MCP client) and analytics queries you run through the tools.

  • Usage: The API key authenticates read-only requests to your Seline workspace.

  • Storage: Seline stores analytics per Seline Privacy Policy.

  • Third parties: Requests go to Seline infrastructure only.

  • Retention: Governed by Seline account and privacy policy.

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Appeared in Searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getseline/seline-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server