loading…
Search for a command to run...
loading…
MCP server for Seline Analytics API
MCP server for Seline Analytics API
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_key
Then 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.
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Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"seline-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.