1. Conduid
  2. Developer Tools
  3. Seline
MCP server · Developer Tools

Seline

Local MCP server for Seline Analytics API

Unclaimed devtools
37Low

Scored 5 months ago · breakdown

About Seline

Seline is an MCP server in the Developer Tools category: local MCP server for Seline Analytics API. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add seline -- npx -y @seline-analytics/mcp
npx
npx -y @seline-analytics/mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Seline

Powered by Claude · Grounded in docs

I know everything about Seline. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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/data
  • seline_get_charges -> POST /api/v1/charges
  • seline_get_visit_metrics -> POST /api/v1/visit-metrics
  • seline_get_custom_events -> POST /api/v1/custom-events
  • seline_get_top_visitors -> POST /api/v1/stats

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Seline

How do I install Seline?

Run claude mcp add seline -- npx -y @seline-analytics/mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Seline safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Seline still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.