mcpserver.lol
registry/mcp-nevent
Connection check verified live · 27h ago

mcp-nevent

Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.

Tools 59
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

59 tools

Read from the running server on 27h ago.

nevent_analytics_capabilities read-only
Discover available analytics tables and their summary metadata. Call this before nevent_analytics_query, then use nevent_analytics_table_schema to learn valid field names for a sel…
nevent_analytics_filter_values read-only filters*collection*
Get distinct values available for a field in an analytics table. Useful for building valid filter values before querying.
nevent_analytics_query read-only ctessortlimitdryRunhavingfilters +10
Query event marketing analytics. Supports dimensions, metrics, time ranges, and filters across campaigns, purchases, users, and more. MANDATORY RULES: (1) ALWAYS call nevent_analyt…
nevent_analytics_table_schema read-only table*
Get the full column schema for a specific analytics table including column names, types, and descriptions.
nevent_campaign_report read-only timeRangecampaignId*
Generate a comprehensive analytics report for a single campaign. Executes 13 parallel queries in one call returning opens, clicks, bounces, unsubscribes, conversions, revenue, and…
nevent_clone_template template_id*
Clone an existing email template to create a duplicate as a starting point for a new campaign. Use after nevent_list_templates to pick a template to duplicate. Returns the new clon…
nevent_create_bulk_user_short_urls userIds*parentShortCode*
Generate per-user short URL variants for an existing parent short URL. Each user receives their own unique short link that resolves to the same destination as the parent, but ident…
nevent_create_campaign name*channel*messagereply_toutm_termfrom_name +10
Create a new campaign draft (email, SMS, WhatsApp, push, or multi-channel). PREREQUISITES: call nevent_list_segments to get the target segment_id, and nevent_list_templates to get…
nevent_create_segment name*definition*description
Create and persist a new audience segment from a filter definition. PREREQUISITE: call nevent_segmentation_criteria first to discover valid criterion_ids and operators. MANDATORY R…
nevent_create_short_url tagstitlelongUrl*metadataexpiresAtcustomShortCode
Create a new short URL that redirects to the specified destination. Persists immediately — the short code is active as soon as the call returns. Requires at minimum a valid longUrl…
nevent_create_template name*tagsformat*html_bodymjml_body
Create and persist a new email template with MJML or raw HTML content. Prefer MJML for responsive email (set format="MJML"). The template is saved and available for reuse across ca…
nevent_delete_image can modify data urls*
Permanently delete one or more images from the Nevent media library. Provide the CDN URLs (src / destinationUrl) from nevent_list_images or nevent_upload_image. The operation is ir…
nevent_dimension_values read-only searchcriterion_id*
Autocomplete values for a segmentation criterion. Useful for discovering valid values when building segment definitions.
nevent_get_campaign read-only campaign_id*
Retrieve the complete record of a campaign: email subject and body HTML, sending profile, all delivery and engagement metrics (sent, delivered, opens, clicks, unsubscribes, bounces…
nevent_get_campaign_insights read-only campaign_id*
Get pre-computed AI analysis for a specific campaign: performance summary, detected anomalies (e.g. unusually high bounce rate), and improvement recommendations. Call this after ne…
nevent_get_campaign_metrics read-only campaign_id*
Get the delivery and engagement counters nev-api holds for one campaign: totalRecipients, totalSent, totalDelivered, totalBounces, totalComplaints, totalOpens, uniqueOpens, totalCl…
nevent_get_paid_ad_creative read-only adId*provider*
Get the creative content of a specific ad: copy (body, title, description, CTA), click URL, UTM params, and pre-signed S3 image/video URLs (TTL ~1 hour). Use after nevent_list_paid…
nevent_get_paid_ad_group_comparative_stats read-only tofromprovider*adGroupId*
Compare an ad group's performance metrics against the mean of its campaign sibling ad groups. Use to detect underperforming ad sets — each metric (costPerResult, CPM, frequency, CT…
nevent_get_paid_ad_group_insights read-only tofromprovider*adGroupId*
Get daily performance metrics for a specific ad group (ad set). Use after nevent_list_paid_ad_groups to get a valid adGroupId. Date range defaults to the last 7 days when from/to a…
nevent_get_paid_ad_group_targeting read-only provider*adGroupId*
Get the full audience targeting configuration for an ad group. Use after nevent_list_paid_ad_groups to get a valid adGroupId. Returns: ageRange, genders, geoSummary (countries/citi…
nevent_get_paid_campaign_insights read-only tofromprovider*campaignId*
Get daily performance metrics for a specific paid campaign. Use after nevent_list_paid_campaigns to get a valid campaignId. Date range defaults to the last 7 days when from/to are…
nevent_get_segment read-only segment_id*
Retrieve the complete filter definition of a specific segment (criteria stanzas, operators, values) along with its estimated contact count and metadata. Call this after nevent_list…
nevent_get_sending_profile read-only
Call this before creating a campaign to verify the tenant is ready to send email. Returns: sender domain(s) and their validation status, warm-up phase (cold/warming/warmed), daily…
nevent_get_short_url read-only id*
Get complete details of a specific short URL including target URL, metadata, creation date, expiration, tags, and current click count. Use after nevent_list_short_urls to get the `…
nevent_get_short_url_campaign_metrics read-only daystopNparentShortCode*
Get aggregated click metrics across a parent short URL and all its per-user variants. Use when a marketing campaign was sent with per-user tracking links (created via nevent_create…
nevent_get_short_url_clicks read-only id*limit
Get individual click event records for a specific short URL, ordered by most recent first. Use after nevent_list_short_urls to get the `id`. Each click record includes: clickedAt,…
nevent_get_short_url_metrics read-only id*days
Get aggregated click analytics for a specific short URL over a time window (default 30 days). Use after nevent_list_short_urls to get the `id`. Returns: totalClicks, uniqueVisitors…
nevent_get_suppressions_summary read-only
Get a deliverability health snapshot for the active tenant: total suppressed emails (hard bounces + complaints + manual unsubscribes), 30-day trend, and breakdown by suppression re…
nevent_get_template read-only template_id*
Retrieve the full content of an email template: MJML source, rendered HTML, tags, and usage metrics (how many campaigns used this template). Call this after nevent_list_templates w…
nevent_help read-only topic
Get guidance when you are unsure which tool to call or how to handle an error. Returns structured markdown for the requested topic. Call with topic="workflows" for common patterns,…
nevent_list_campaign_recipients read-only pagesearchstatuspage_sizesegment_idcampaign_id*
List the individual recipients of a campaign and what happened to each message. Use this to put names behind the aggregate numbers from nevent_get_campaign_metrics: who bounced, wh…
nevent_list_campaigns read-only sortlimitstatuschanneldate_todate_from +1
Call this to discover existing campaigns before reporting on performance or scheduling new sends. Returns campaigns for the active tenant with status, channel, send date, and top-l…
nevent_list_images read-only
List all images stored in the Nevent media library for the current tenant. Returns each image's CDN URL (src), file name, MIME type, and size in bytes. Use the src value in <img sr…
nevent_list_paid_ad_groups read-only provider*campaignId
List ad groups (ad sets) for a paid ads provider, optionally filtered by campaign. Use after nevent_list_paid_campaigns to drill down into a campaign's ad sets. Returns ad group ID…
nevent_list_paid_ads read-only provider*adGroupIdcampaignId
List individual ads for a paid ads provider, optionally filtered by campaign and/or ad group. Use after nevent_list_paid_campaigns or nevent_list_paid_ad_groups to drill down to ad…
nevent_list_paid_campaigns read-only provider*
List all paid campaigns synced from a provider (meta, google, or tiktok). Call this to discover campaignId values — you need a campaignId to call insights or ad group tools. Return…
nevent_list_segments read-only
Call this FIRST when you need to build or target an audience. Returns all saved segments for the active tenant: id, name, estimated contact count, and last-execution date. Use the…
nevent_list_short_url_destinations read-only pageoriginsearchpageSize
List short links grouped by DESTINATION URL — one row per destination instead of one per link. Use this to answer "how much traffic is this landing page getting across all my campa…
nevent_list_short_urls read-only pagesearchisActivepageSize
List all short URLs for the current tenant with their tracking metrics (click count, last clicked). Use to discover existing campaign links or to audit active tracking URLs. Return…
nevent_list_short_url_user_links read-only parentShortCode*
List all per-user short URL variants created under a parent (campaign) short URL. Use after nevent_create_bulk_user_short_urls to inspect the generated links, or to audit which use…
nevent_list_templates read-only sorttagslimitsort_ordercontent_nature
Call this to discover available email templates before creating a campaign. Returns templates for the active tenant: id, name, tags, and whether they use MJML or HTML. Use the retu…
nevent_list_tenants read-only
List all Nevent tenants (clients) accessible to the authenticated user. Returns tenant IDs and names for use with nevent_switch_tenant. SUPERADMIN: returns all tenants in the platf…
nevent_paid_ads_health read-only provider*
Get operational health signals for a paid ads provider. Always call this before claiming "no data" to the user — it surfaces throttle state, feature gate enrollment, stale syncs, a…
nevent_paid_ads_status read-only provider*
Check if a paid ads provider account (meta, google, or tiktok) is connected to this tenant and when data was last synced. Call this first before any ads queries to confirm the inte…
nevent_paid_attribution read-only provider*
Get the most business-focused view of paid ads: links campaigns to actual ticket sales and revenue via UTM matching. Returns per-campaign: ticketsSold, revenue, budget, utmCampaign…
nevent_preview_template read-only subjecttemplate_id*sample_user_idsample_user_email
Preview a template with merge tags resolved against a sample user's profile. Returns originalBody (raw {{tags}}) and personalizedBody (tags replaced with user data), plus detectedM…
nevent_quote_campaign read-only channel*segment_idstransactional
Estimate the credit cost and eligible audience of a campaign BEFORE sending it. Read-only pre-flight check against nev-api POST /campaigns/quote — it never debits credits and never…
nevent_rename_template can modify data name*template_id*
Rename an email template without modifying its content (lightweight — no re-render triggered). Use after nevent_clone_template to give the clone a proper name, or to reorganize exi…
nevent_reset_tenant
Restore the original tenant context set at session start. ALWAYS call this after cross-tenant queries (nevent_switch_tenant) to avoid leaving your SUPERADMIN account pointing to an…
nevent_schedule_campaign can modify data confirmed*campaign_id*scheduled_time*
Schedule an existing DRAFT campaign for delivery at a specific ISO-8601 datetime. IMPORTANT: this is a DESTRUCTIVE action — the campaign will be queued for sending to real contacts…
nevent_segmentation_criteria read-only
List all available audience segmentation criteria including their IDs, operators, and value types.
nevent_segment_execute read-only pagepage_sizedefinition*
Execute a segment definition and retrieve matching contacts with pagination.
nevent_segment_preview read-only definition*
Preview estimated audience size for a segment definition without saving it. Returns fan count and sample contacts. MANDATORY RULES: (1) ENTITY operators (is/is_not) accept a single…
nevent_send_test_template can modify data emails*subjectparameterstemplate_id*sample_user_idsample_user_email
Send a test email of the template to one or more email addresses via SES. Use after nevent_preview_template validates rendering. Test emails carry test indicators in headers and ar…
nevent_switch_tenant tenant_id*
Switch the active tenant for this session. All subsequent queries (analytics, segments, campaigns, paid media) will use the specified tenant's data. SUPERADMIN: this mutates your u…
nevent_update_segment can modify data namedefinitionsegment_id*
Modify an existing segment's name and/or filter definition. Call this after nevent_get_segment to inspect the current definition before changing it. At least one of name or definit…
nevent_update_short_url can modify data id*tagstitlelongUrlisActivemetadata +1
Update an existing short URL's configuration. Only provided fields are changed — omitted fields remain unchanged. Changes apply immediately. Use after nevent_list_short_urls to get…
nevent_update_template can modify data nametagsformathtml_bodymjml_bodytemplate_id*
Update an existing email template: change the name, MJML/HTML content, or tags. Call nevent_get_template first to inspect the current version before modifying. At least one of name…
nevent_upload_image source*mimeTypeimageName
Upload an image to the Nevent media library and get a CDN URL. Accepts base64-encoded images as a data URL (data:image/png;base64,...) or as raw base64 with an explicit mimeType. R…