Local MCP server for Seline Analytics API
Déduit des transports déclarés par cette annonce (stdio, streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
YOUR_API_KEYClé d’APIobligatoireYour API key for the service
Déclaré par l’auteur dans le registre MCP officiel. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.
seline_list_projectsList projects accessible with the current API key (POST /api/v1/projects). With an account-wide key this returns all account projects. Use this to resolve a project name to its projectId before querying analytics.List projects accessible with the current API key (POST /api/v1/projects). With an account-wide key this returns all account projects. Use this to resolve a project name to its projectId before querying analytics.
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_dataGet unique visitors and page views over time with optional interval grouping, date filtering, and analytics filters (POST /api/v1/data).Get unique visitors and page views over time with optional interval grouping, date filtering, and analytics filters (POST /api/v1/data).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_chargesGet charges and revenue over time with optional interval grouping, date filtering, and analytics filters (POST /api/v1/charges).Get charges and revenue over time with optional interval grouping, date filtering, and analytics filters (POST /api/v1/charges).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_visit_metricsGet visit quality metrics including visits, page views, average session duration, and bounce rate for the selected period and filters (POST /api/v1/visit-metrics).Get visit quality metrics including visits, page views, average session duration, and bounce rate for the selected period and filters (POST /api/v1/visit-metrics).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_custom_eventsGet aggregated custom events and charge events with pagination, optional search, type filtering, date range, and analytics filters (POST /api/v1/custom-events).Get aggregated custom events and charge events with pagination, optional search, type filtering, date range, and analytics filters (POST /api/v1/custom-events).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_top_visitorsGet top visitor dimensions (country, browser, referrer, UTM, device, OS, etc.) with counts, pagination, and optional search (POST /api/v1/stats).Get top visitor dimensions (country, browser, referrer, UTM, device, OS, etc.) with counts, pagination, and optional search (POST /api/v1/stats).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_pagesGet top, entry, or exit pages. Top pages are ranked by pageviews. Entry pages are where sessions start. Exit pages are from multi-page sessions (bounces excluded) where engaged users leave (POST /api/v1/pages).Get top, entry, or exit pages. Top pages are ranked by pageviews. Entry pages are where sessions start. Exit pages are from multi-page sessions (bounces excluded) where engaged users leave (POST /api/v1/pages).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_property_valuesGet distinct values for a specific event property with search and pagination. Can be used to find project pathnames, event names, referrers, UTMs, countries, etc. (POST /api/v1/property-values).Get distinct values for a specific event property with search and pagination. Can be used to find project pathnames, event names, referrers, UTMs, countries, etc. (POST /api/v1/property-values).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_field_keysGet all custom field keys and the top 100 used values for each, for a specific custom event. Useful for discovering what data is attached to an event (POST /api/v1/event-data).Get all custom field keys and the top 100 used values for each, for a specific custom event. Useful for discovering what data is attached to an event (POST /api/v1/event-data).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_field_valuesGet possible values for a specific custom event field, with pagination and search. Use 'seline_get_event_data' first to discover available fields (POST /api/v1/field-values).Get possible values for a specific custom event field, with pagination and search. Use 'seline_get_event_data' first to discover available fields (POST /api/v1/field-values).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_eventsGet raw events with full filtering capabilities, event type filtering, pagination, search, and ordering. Useful for exporting transactions, computing average order value, or building custom reports (POST /api/v1/events).Get raw events with full filtering capabilities, event type filtering, pagination, search, and ordering. Useful for exporting transactions, computing average order value, or building custom reports (POST /api/v1/events).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_funnelAnalyze a conversion funnel through multiple steps (pages or events). Calculates how well specific pages and events convert users through the defined flow and returns the trend vs the previous period (POST /api/v1/funnel).Analyze a conversion funnel through multiple steps (pages or events). Calculates how well specific pages and events convert users through the defined flow and returns the trend vs the previous period (POST /api/v1/funnel).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_visitorFind a visitor by their shortId (Dashboard URL id) or internal visitorId (UUID). At least one of the two is required (POST /api/v1/visitor).Find a visitor by their shortId (Dashboard URL id) or internal visitorId (UUID). At least one of the two is required (POST /api/v1/visitor).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_visitor_eventsGet all events for a specific visitor. Use after finding a visitor to analyze their behavior over time (POST /api/v1/visitor-events).Get all events for a specific visitor. Use after finding a visitor to analyze their behavior over time (POST /api/v1/visitor-events).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_visitor_insightGenerate AI-powered insights about a visitor's behavior based on their events. Returns a structured insight with main finding, details, bullet points, and recommendations (POST /api/v1/visitor-insight).Generate AI-powered insights about a visitor's behavior based on their events. Returns a structured insight with main finding, details, bullet points, and recommendations (POST /api/v1/visitor-insight).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_most_active_visitorsGet the most active visitors ranked by event count within a given time period. Shows who has generated the most events (page views, custom events, etc.) during the date range (POST /api/v1/most-active-visitors).Get the most active visitors ranked by event count within a given time period. Shows who has generated the most events (page views, custom events, etc.) during the date range (POST /api/v1/most-active-visitors).
Aucun schéma d’entrée n’a été publié pour cet outil.
seline_get_visitorsGet a paginated list of visitors with comprehensive filtering options. Use this to find specific visitors, analyze visitor segments, or pull visitor profiles by various criteria (POST /api/v1/visitors).Get a paginated list of visitors with comprehensive filtering options. Use this to find specific visitors, analyze visitor segments, or pull visitor profiles by various criteria (POST /api/v1/visitors).
Aucun schéma d’entrée n’a été publié pour cet outil.
17 outils sur 17 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Local MCP server for Seline Analytics API
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
L'exploration s'est arrêtée à la limite de profondeur 4. Tout ce qui se trouve en dessous n'a jamais été résolu.
L'exploration s'est arrêtée à la limite de 60 paquets. Le reste de l'arbre n'a jamais été résolu.
36 autres paquets résolus ne sont pas dessinés ici (limite d'affichage : 24). Toute dépendance porteuse d'un avis de sécurité est dessinée quelle que soit la limite. Inventaire complet (SBOM CycloneDX)
53 dépendances déclarées ne sont jamais arrivées dans l'arbre. Elles manquent à la résolution de Forge, pas au paquet.
+41 de plus non listées. Les comptes par motif ci-dessus les couvrent toutes.
Non suivies : peerDependencies. Cet arbre ne couvre que les dépendances d'exécution ; ce qu'elles entraînent n'a jamais été résolu.