Local MCP server for Seline Analytics API
Dedotto dai trasporti dichiarati da questo annuncio (stdio, streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
YOUR_API_KEYChiave APIobbligatoriaYour API key for the service
Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
17 strumenti su 17 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Local MCP server for Seline Analytics API
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
La scansione si è fermata al limite di profondità 4. Tutto ciò che sta sotto quel livello non è mai stato risolto.
La scansione si è fermata al limite di 60 pacchetti. Il resto dell'albero non è mai stato risolto.
Altri 36 pacchetti risolti non vengono disegnati qui (limite di visualizzazione: 24). Ogni dipendenza con un avviso di sicurezza viene disegnata comunque. Inventario completo (SBOM CycloneDX)
53 dipendenze dichiarate non sono mai arrivate nell'albero. Mancano dalla risoluzione di Forge, non dal pacchetto.
+41 altre non elencate. I conteggi per motivo qui sopra le comprendono tutte.
Non seguite: peerDependencies. Questo albero copre solo le dipendenze di runtime, quindi ciò che queste comportano non è mai stato risolto.